search

Loading
Showing posts with label command line utility. Show all posts
Showing posts with label command line utility. Show all posts

Sunday, February 26, 2012

My favorite (and most used) Linux command line shortcuts

Linux terminal is one of my most used application. So it became necessary for me to master it. Even if we take a little bit of time for mastering the shortcuts, it will be really helpful in the long term.

Below are some of the my favorite and most used command line shortcuts which now I am using almost every time.

Tuesday, April 12, 2011

Htop a better command line system monitor utility for your linux

Most of the people will be familiar with the top command that is used to check the processes running in our linux distro and it also gives vital information like memory usage, cpu usage etc. But most of the cases it seems that the top command itself is not enough and I often feel that the top utility is not that much accurate. This started me looking for a better command line alternative for top. Thus I stumbled upon an awesome command line system monitor utility called "htop".

Htop is, according to its website is "an interactive process viewer for linux". It is written in C programming language and it uses ncurses library. It is created to overcome the usability issues and limitations of the top utility in linux. It is created by Hisham H. Muhammad and he has named it after him. That is htop is the short name for Hisham's top.

In short we can tell that htop is an advanced version of top which we can even use mouse to control it. There are many more options given in htop which is easy to use. I always felt that htop is much more accurate than top. Let's have a look at the differences between top and htop and other functionalities.