Category Archives: Tips

date linuxstall

How to display a digital clock in Linux terminal?

  A clock is nothing special, we have tons of it but when it comes to linux the joy of accomplishing anything on command line is heavenly. In this document…

random password from command line

Your own command line password generator!

When you need to create a random password, stop brain storming over random characters as you have Linux command line at your disposal. It can accomplish things perfectly and, there…

unity keyboard shortcuts

Unity keyboard Shortcuts

Your Unity keyboard shortcuts documentation is here! Bookmark this page for future reference or download the wallpaper containing all unity keyboard shortcuts, download link in later half of this page….

log files in realtime in linux

View log files in real time

Most of the log files in linux can be found in /var/log . You can go to this directory with cd command but root permission is required. cd /var/log To…

linux command line cheat sheet

Linux Command Line tips that every Linux user should know

Below is the collection of Linux command line tips which I’ve found useful for Linux users. To get more information about the command mentioned below just open your terminal and…

install rpm on ubuntu

How to install RPM package on Ubuntu?

Ubuntu users are used to using Synaptic for their software needs and the other user chunk has apt-get via command line. But Ubuntu users don’t have to be sad for…