Skip to main content

Posts

Showing posts with the label linux

JDK6 in Ubuntu 10.04

To install JDk 6 (Java Developement Kit 6 ) in ubuntu 10.04 from the command line, we just need to use the following command. This will install all other dependencies automatically.  sudo apt-get install openjdk-6-jdk

shutdown

We may think that why to bother typing commands when using the GUI to shutting down the computer is easy and straight. But at time we may want to shut down the computer after some time when the download finishes or some other task completes. But we cannot wait until that time. So we can use shutdown command in such cases. For example, if you want to shut down the computer at 2:12 pm then you can use the following command in your ubuntu box: sudo shutdown -h 14:12 "Going to Shutdown at 2:12 pm"