How to Install htop via SSH on Linux Server (CentOS, Fedora, RHEL)

To install htop, a command line "interactive process viewer" for Linux that is much like the top utility, follow the steps below: 

  1. Log in to your server via SSH.
  2. Run the following command by copying and pasting the entire command into 1 entry in the terminal: 

wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm;rpm -Uhv rpmforge-release*.rf.x86_64.rpm;yum install -y htop

 

  • 1 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

How to Access a Linux Server via SSH Terminal

When Linux dedicated servers are provisioned, they are often setup with a minimal OS...

How To Check if a Server is Online/Offline (Ping)

Is your server offline, or do you suspect it might be?The first step toward resolving the issue...

How to Ping a Linux Server (Windows/Mac/Linux)

A very simple network connectivity test is to employ ping (ICMP) packets to test the...

HELP! What should I do if my server is offline?

First, don't panic! If your server is really offline, you should be able to get it up and...

How to Trace Route an IP Address (Windows/Mac/Linux)

Performing a trace route is a common test used to view the status of individual "hops" along...