Feeds:
Posts
Comments

Archive for the ‘Linux’ Category

Setting Squid

Apa itu squid ? apakah temannya spongebob ? Squidword. Tentu bukan. The utility squid is an internet proxy server that can be used within a network to distribute an internet connection to all the computers within the network (http://www.linuxheadquarters.com/howto/networking/squid.shtml)
Berikut adalah contoh settingan pada linux.conf
acl all src 0.0.0.0/0.0.0.0
acl komputerku src 192.168.1.1
acl komputerteman src 192.168.1.2
acl [...]

Read Full Post »