Installing Squid Proxy using Webmin on Ubuntu Server
This tutorial will go over Installing Squid using Webmin on Ubuntu Server to configure it. We won’t be going over installing Webmin, so if you need help there is an excellent tutorial at HowtoForge. You’re going to want to install Squid first so that Webmin will automatically detect that you have Squid installed and install the correct modules. Don’t worry though, if you already have webmin installed, you can add the Squid module from the Webmin admin area. There are two ways to install Squid. You can either install it from source by downloading it at the Squid website, or you can use aptitude. We will go over using aptitude to install. To install Squid using aptitude type the following command: $sudo aptitude install squid3 This will download and...
Read MoreUbuntu Linux – The Best Operating System For Your Computer
Are you looking for a good alternative for your Windows operating system? If yes, you can consider Ubuntu Linux. Based on the Debian GNU/Linux distribution this operating system is distributed as free. This means you don’t need to pay hefty amount for buying this operating system like that of Windows OS. There are plenty of stunning features of Ubuntu Linux that make it one of the best operating systems available in the present days. Ubuntu Linux is not only much secure than Windows OS, but it also includes free apps and renders safe and fast web browsing. This operating system is super-fast and great-looking. Whether you have a netbook, desktop or laptop, you can easily install this OS. Ubuntu Linux is also ideal for servers. If you want the very best...
Read MoreHow to Install a Ubuntu Linux Background Theme
Ubuntu is the most popular distribution of Linux with more than 12 million desktop users around the world. It is also the most popular free operating system for personal computers and is based on the Debian Linux distribution. The first release of the Ubuntu Operating System was on 20 October 2004 and since then new versions of Ubuntu have been released almost every six months. Ubuntu is sponsored by the UK based company Canonical Ltd. owned by South African billionaire Mark Shuttleworth. Ubuntu is distributed as a free and open source operating system and the latest Ubuntu release was Natty Narwhal which was released on 28th of April, 2010. The latest released focused on making the interface quite easy for users of the Windows Operating System too and it has...
Read MoreInstalling IonCube
Installing IonCube, IonCube protects software written using the PHP programming language from being viewed, changed, and run on unlicensed computers. Step By Step Installing IonCube Loader Download IonCube Loader wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz Extract tar -zxvf ioncube_loaders_lin_x86.tar.gz Move to a permanent location mv ioncube /usr/local/ Add reference to your php.ini file (vim /etc/php5/apache2/php.ini) zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.3.so Restart your apache /etc/init.d/apache2 restart...
Read MoreConfigure Squid Proxy Server
This tutorial explains about configure squid proxy server in ubuntu 10.04 and may be combined with a previous article entitled Configure PPPoE Client Centos OS Login as root Then install squid on ubuntu version 3, with this command root@rendy-server:~# apt-get install squid3 -y After using the above command, then the squid installation is complete and create a user proxy:proxy automatically. Then directly to the configure squid proxy server, by changing the configuration of squid.conf file, but first I need to create a backup file squid.conf root@rendy-server:~# cd /etc/squid3/ root@rendy-server:/etc/squid3# cp squid.conf squid.conf.default Then it’s time to configure squid proxy server root@rendy-server:~# cd...
Read More

Recent Comments