Active Members Fi8sVrs Posted June 7, 2014 Active Members Report Posted June 7, 2014 This tutorial is to show you how to install a proxy on Debian 7 using SQUID3In order for this to work correctly you will need to follow these instructions.First you need to download the script, this can be done by running:wget http://rmlh.me/dw/squid.shLogin as root to the server that you will install SQUID on and with our favourite text editor and some copy/paste technique we will create the executable script.nano squid.shPaste the text in the code section above and save the file.Make it executable with this commandchmod +x ./squid-install.shExecute the script and follow the instructions. You will actually only need to enter a username and password that will protect the proxy from anonymous use.The username and password is shown in clear-text when entering them, this is the only time they will be shown in clear-text so make sure no one is watching over your shoulder../squid.shWhen everything is installed you will see the IP and username needed to connect to your proxy.To add another user you can run this command on the server running your Squid proxy server.htpasswd -b /etc/squid3/squid_passwd username passwordChange username to the username you would like to add and password to the password you would like to use.Source Quote