Skip to content

Instantly share code, notes, and snippets.

@iamthemovie
Last active August 29, 2015 14:03
Show Gist options
  • Save iamthemovie/36b80280c50cbe6267bc to your computer and use it in GitHub Desktop.
Save iamthemovie/36b80280c50cbe6267bc to your computer and use it in GitHub Desktop.
install-htop-centos-6
yum install wget -y
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpm -Uhv rpmforge-release*.rf.x86_64.rpm
yum install htop -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment