I used one bash script to automatically install the htop binary. The binary will show details of the running processes when you execute it on the konsole. Here is the script.
======
#!/bin/bash
cd /usr/local/src/
wget http://citylan.dl.sourceforge.net/project/htop/htop/0.8.3/htop-0.8.3.tar.gz
tar xzvf htop-0.8.3.tar.gz
cd htop-0.8.3
./configure
make
make install
======
By : cpanel.netLabels :
Sever Linux
Related Posts:
Responses
0 Respones to "How to install htop on linux machine?"
Post a Comment
»Thank you for reading this article If you have questions or comments, please leave a comment »You can click on the Subscribe by email to subscribe comments of this post »You can register directly link pictures, mp3, video on the comment form. »You may use some HTML tags such »Please post comments polite and typing accented Vietnamese if possible »Thank the good faith comment
Responses
0 Respones to "How to install htop on linux machine?"
Post a Comment
»Thank you for reading this article
If you have questions or comments, please leave a comment
»You can click on the Subscribe by email to subscribe comments of this post
»You can register directly link pictures, mp3, video on the comment form.
»You may use some HTML tags such
»Please post comments polite and typing accented Vietnamese if possible
»Thank the good faith comment