liked us?  

Oct 3, 2012

Rhythmbox Music Player [Video]

Oct 3, 2012
Rhythmbox is an opensource free Music player/organizer inspired by Apple's Itunes developed by GNOME. It runs on Linux, Solaris, BSD and other unix like OS. Its easy to use and has a simple UI
It comes with many features-

Sep 18, 2012

Automatic Shutdown in Linux

Sep 18, 2012

There are times when you need to Schedule shutdown of your computer Maybe when you are downloading some large file or you listen to music before before going to sleep and would like to be able to shutdown your computer after a specified amount of time. After 30 mins say. These simple Terminal commands will Shutdown/Restart your computer at a specific time interval.


Sep 15, 2012

Some basic Terminal commands for ubuntu linux

Sep 15, 2012


What is sudo? - It stands for Super User DO and is a command that allows users to have root/super user access without logging as a root





May 20, 2012

Writing a C/C++ program on ubuntu terminal

May 20, 2012

Here is a simple 5 step instruction to compile and execute C/C++ program on the linux terminal. I have also included a sample C/C++ example to demonstrate.

you can write your program in any editor like gedit, vim, emacs or eclipse. I am using Vim in this tutorial.