Skip to content

Instantly share code, notes, and snippets.

@magemore
Created January 10, 2013 04:56
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save magemore/4499587 to your computer and use it in GitHub Desktop.
Save magemore/4499587 to your computer and use it in GitHub Desktop.
Amazon Linux AMI (Fedora) install htop
# update
sudo yum -y update
sudo yum -y upgrade
# enable EPEL6 by changing enabled=0 -> enabled=1
sudo vim /etc/yum.repos.d/epel.repo
# install htop
sudo yum install htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment