Created
January 10, 2013 04:56
-
-
Save magemore/4499587 to your computer and use it in GitHub Desktop.
Amazon Linux AMI (Fedora) install htop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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