Skip to content

Instantly share code, notes, and snippets.

@lslucas
Last active December 11, 2015 00:41
Show Gist options
  • Save lslucas/f83d1f4cb5d955b723cc to your computer and use it in GitHub Desktop.
Save lslucas/f83d1f4cb5d955b723cc to your computer and use it in GitHub Desktop.
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum remove php-common # Need to remove this, otherwise it conflicts
yum install php56w
yum install php56w-mysql
yum install php56w-common
yum install php56w-pdo
yum install php56w-opcache
php --version
sudo ssh-keygen -t rsa -b 4096 -C eishii1
eval "$(ssh-agent -s)"
sudo ssh-add ~/.ssh/id_rsa
sudo cat ~/.ssh/id_rsa.pub
eval `ssh-agent -s`
ssh-add
ssh-add -l
eval $(ssh-agent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment