Problem:
Imagine a
scenario where you want to delete a directory (lets say dir_name) which contains lots of subdirectories (folders) and files. You may encounter the following errors if you try rm or rmdir:
rm: cannot remove `dir_name': Is a directory
rmdir: failed to remove `dir_name': Directory not empty
cannot remove directory `dir_name’. Directory not empty
Solution:
To avoid this problem use the following command:
rm -rf dir_name
It will delete all the content of dir_name including the subdirectories.
Most of us are used-to of using the backspace key to go back to previous page while browsing in Mozilla Firefox. By default, Firefox in Linux doesn’t provide the functionality of pressing backspace for going back to previous page which is quite irritating as it forces one to use the mouse.

Spotify is on Linux again and this time its free as well. Well that should sounds music to the ears of Linux users who love music but were not willing to pay for the premium account of Spotify. So here is what Sptify is calling “Linux Preview”, which is nothing but sort of beta version.
Christmas is here and everyone is in holiday mood. To celebrate Christmas on your computer, Google provided us with “let it snow”. Moreover, I have come across a tiny little cute app which lets it snowfall on your desktop and Santa and reindeer running all over the screen.
One always wonders which Linux distribution is best. Answer to this question is really very different as it depends upon the likes of person. Some people like core Linux which is more command line oriented while some want Linux to be usable by humans
It would be interesting to see that how long Mint stays at the top position.