Last active
December 11, 2015 00:41
-
-
Save lslucas/f83d1f4cb5d955b723cc to your computer and use it in GitHub Desktop.
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
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