Skip to content

Instantly share code, notes, and snippets.

@tanpengsccd
Created May 10, 2018 16:48
Show Gist options
  • Save tanpengsccd/cc2db297ce708883918436f562ba8f2a to your computer and use it in GitHub Desktop.
Save tanpengsccd/cc2db297ce708883918436f562ba8f2a to your computer and use it in GitHub Desktop.
CentOS 初始配置

常规操作

  1. ssh-keygen
    生成ssh 公私钥

  2. ssh-copy-id root@XXX.XXX.com

  3. yum install -y epel-release zsh git wget java emacs

  4. sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 安装ohmyzsh

Jenkins

依赖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不能

fastlane 暂时不能部署在Mac之外的系统

gogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment