Skip to content

Instantly share code, notes, and snippets.

@biggora
Last active March 26, 2016 20:04
Show Gist options
  • Save biggora/2978429ccaf857a5f032 to your computer and use it in GitHub Desktop.
Save biggora/2978429ccaf857a5f032 to your computer and use it in GitHub Desktop.
centos
## Remove Old Kernels ##
## Fedora 21/20/19/18/17/16, CentOS, Red Hat (RHEL) ##
yum install yum-utils
## Package-cleanup set count as how many old kernels you want left ##
package-cleanup --oldkernels --count=2
## Add ifconfig ##
yum install net-tools
## Add nginx ##
sudo yum install epel-release
sudo yum install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment