Skip to content

Instantly share code, notes, and snippets.

@pokev25
Last active October 19, 2016 04:20
Show Gist options
  • Save pokev25/bae505cac43e3620c4d592c84a660526 to your computer and use it in GitHub Desktop.
Save pokev25/bae505cac43e3620c4d592c84a660526 to your computer and use it in GitHub Desktop.
init proxmox centos container
#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