Skip to content
Topic

Install

18 notes.

Install Jul 1, 2009 5 min read

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…

Install Jun 27, 2009 1 min read

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 Jun 27, 2009 2 min read

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,…

Install Nov 11, 2008 1 min read

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…

Install Oct 20, 2008 1 min read

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…

Install Oct 19, 2008 1 min read

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…