Home
» Archives for
November 2011
November 26, 2011
legend
Download the .deb package from virtual box website.
Before installing .deb package solve the following dependencies
sudo apt-get install bcc iasl xsltproc xalan libxalan110-dev uuid-dev zlib1g-dev
libidl-dev libsdl1.2-dev libxcursor-dev libqt3-headers libqt3-mt-dev libasound2-dev
libstdc++6 build-essential
Now...
November 26, 2011
legend
Tor is an anonymous proxy service.To know more,log on to https://www.torproject.org/
First open up the terminal.
sudo gedit /etc/apt/sources.list
The sources.list file opens, now add the following line in that,
deb http://deb.torproject.org/torproject.org lucid main
Now save it and exit.
Now in the...
November 22, 2011
legend
You might have searched in google a lot to know how to change the DNS
server permanently in ubuntu.OK lets do it.
First open up the terminal by pressing ctrl+alt+T or from menu.
now type the following.
sudo gedit /etc/dhcp/dhclient.confor find dhclient.conf in dhcp3 folder.Now look for the line starting...
November 02, 2011
legend
First download the .deb package,move the downloaded file
to /tmp directory then open the terminal,and do the following.
cd /tmp
sudo dpkg -i packagename.deb
Or change to the folder containing file.
...
November 02, 2011
legend
Open the terminal.
sudo apt-get updatesudo apt-get install sun-java6-jre sun-java6-bin sun-java6-jdk sun-java6-plugin sun-java6-fonts
After installing use 'tab' key to accept the agreement when asked fo...
November 02, 2011
legend
Open the terminal
sudo apt-get update
sudo apt-get install kde-standard
After installing logout and select kde.
...
November 02, 2011
legend
Open the terminal
sudo apt-get update
sudo apt-get install gnome-shell
After installing logout and from there choose gnome and login.
...