Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Last active August 29, 2015 14:21
Show Gist options
  • Save mortenbra/04f8b45ad7ab1b2fda24 to your computer and use it in GitHub Desktop.
Save mortenbra/04f8b45ad7ab1b2fda24 to your computer and use it in GitHub Desktop.
Install basic utilities for CentOS
#install some basic utils
yum install nano -y
yum install unzip -y
yum install bc -y
yum install wget -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment