Last active
October 19, 2016 04:20
-
-
Save pokev25/bae505cac43e3620c4d592c84a660526 to your computer and use it in GitHub Desktop.
init proxmox centos container
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
#install sshd | |
yum -y install openssh-server | |
chkconfig sshd on | |
service sshd start | |
#install utils | |
yum -y git tar wget curl | |
#install fzf | |
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf | |
~/.fzf/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment