Many ways to explain how a proxy server built machine. Mostly using Squid package that is placed on your computer unix platform. Although squid can also run on a computer with Windows operating system. But as my favorite to make the proxy server machine is Ubuntu. By default, Squid can not cache dynamic contents such as video on youtube. (CMIIW). Therefore I added Lusca and gave patched to cache videos, especially, on youtube. The following are the steps when installing Lusca on Ubuntu version 11.10. Update & Install SQUID Packages: # apt-get update # apt-get install squid squidclient squid-cgi # apt-get install gcc # apt-get install build-essential # apt-get install sharutils # apt-get install ccze # apt-get install libzip-dev # apt-get install automake1.9 # apt-get install acpid # apt-get install unzip # cd /tmp Download & Install LUSCA Packages: # wget -c http://cirebonwifi.pusku.com/files/LUSCA_HEAD-r14809.tar.gz # tar -xvzf LUSCA_HEAD-r14809.tar.gz #...
all about computing, networking, software and hardware