CentOS Install Cheatsheet
A handful of common install commands on CentOS.
~/posts/centos-install-guide $ cat post.md
Node
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs
Git
yum install git
sudo yum install python-software-properties
sudo yum install software-properties-common
Python
sudo yum install python-pip