For Ubuntu Installing Apache $ sudo aptitude install apache2 Setting a Static IP Address Now make sure that you have a static IP address $ sudo vi /etc/network/interfaces And change the following (bold) to match your network # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 Press Esc then :wq to save and exit. After saving the file, you must now restart the networking process $ sudo /etc/init.d/networking restart Installing and Configuring Squid Install the Squid Proxy Server $ sudo aptitude install squid If you want to change the default port that squid listens on [3128], change the http_port tag using vi, making a backup copy first $ sudo cp /etc/squid/squid.conf /etc/squid/squid.conf_backup $ sudo vi /etc/sq...
Get tips on any operations or functions done on or by the linux operating systems, debian, ubuntu, fedora etc..