
Install the GNOME desktop in Ubuntu
Type sudo apt-get install ubuntu-desktop to download and install. Type startx to start the GNOME If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged...
Tech tips and explorations
Type sudo apt-get install ubuntu-desktop to download and install. Type startx to start the GNOME If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged...
I have been running some service on my port 8080 and then tried to install Apache Tomcat server on the same port. It doesn't show me any output related to new installation when checked in the URL http://localhost:8080/...
If you have already installed JDK and JRE in your system and encountered this error, then follow below steps. 1) Type sudo gedit ~/.bashrc in the terminal 2) Add export JAVA_HOME=/usr/lib/jvm/java-7-oracle at the end of...
1) Find a correct tomcat package to install sudo apt-cache search tomcat 2) For example, if you find tomcat6 in the output of above command, Install all Tomcat packages with following commands sudo apt-get...
On a whole, open java and sun java are 99 % similar. As oracle purchased sun company, java is taken into oracle and tried to make it proprietary. Open jdk / open jre is under...