Tag Archives: Linux
HOW TO: Full screen Ubuntu in VirtualBox
VirtualBox is a great way to test different platforms without actually installing them. It creates a perfect virtual machine to play with. Of course, a dummy virtual machine is of no use, until you install on OS on it. To … Continue reading
Making Java 2 work in Debian
Download the j2se SDK from http://java.sun.com. Download the “.bin” file. In a terminal window, run the following commands. Switch to root use by issuing $ su – Password: cd to the directory where the file was downloaded. # cd ~nick/Downloads/ … Continue reading