1. 安装zerotier
#curl -s https://install.zerotier.com | sudo bash
安装后,配置文件目录在:/var/lib/zerotier-one
1. 安装zerotier
#curl -s https://install.zerotier.com | sudo bash
安装后,配置文件目录在:/var/lib/zerotier-one
安装google-chromecurl
https://intoli.com/install-google-chrome.sh | bash
检查是否缺少依赖,返回为空说明正常:
ldd /opt/google/chrome/chrome | grep "not found"
1. 安装subversion
#yum -y install subversion
2. 创建svn库
#mkdir -p /usr/svn/chenapp.com
#/usr/bin/svnadmin create /usr/svn/chenapp.com
执行上面的命令后,自动在chenapp.com下建立多个文件,conf,db,format,hooks,locks,README.txt
3. 设...