Install
18 notes.
HOWTO setup Squid Proxy & DansGuardian Internet Content Filter in ubuntu and fedora
For UbuntuInstalling Apache$ sudo aptitude install apache2Setting a Static IP AddressNow make sure that you have a static IP address$ sudo vi /etc/network/interfacesAnd change the following (bold) to…
How to install iceweasel 3.5 in Debian Lenny stable
To install iceweasel 3.5 in debian lenny you need to do the following steps:Iceweasel 3.5 installation on debian lenny1. Add the debian repositories testing and experimental:# echo deb…
Install and test grub2
"Grub2" is a replacement for grub, which has been claiming to be the replacement for it for some years. Switching to "grub2" would bring support for newer systems,…
Quick USB Ubuntu 8.04.1 install from Windows (non Persistent)
Ubuntu 8.04 USB Live installation from Windows: This simple tutorial covers how to install, boot and then run Ubuntu 8.04.1 (Hardy Heron) from a USB flash drive. Upon…
How to install Google Earth on Ubuntu
Some people who use ubuntu, could not know that Google Earth, exists in Ubuntu version! Here is a simple "HowTo" to install it:- Download Google Earth for Linux…
How to install/uninstall .deb file using dpkg a close look
1. Howto install a .deb file$ sudo dpkg -i package_file.deb2. Hoto uninstall a .deb file $ sudo dpkg -r package_name 3. Howto find version of a package installed…