-
ssh-keygen
生成ssh 公私钥 -
ssh-copy-id [email protected]
-
yum install -y epel-release zsh git wget java emacs
-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 安装ohmyzsh
依赖Java sudo wget -O /etc/yum.repos.d/jenkins.repo http://jenkins-ci.org/redhat/jenkins.repo sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key yum install -y jenkins sudo service jenkins start 此时启动在8080端口 //jenkins不能