基础操作 # 更新系统 apt-get update && apt-get upgrade # 安装必要软件 apt-get install git zsh wget curl unzip vim -y # 更换顺手的shell curl -L http://install.ohmyz.sh | sh chsh -s /bin/zsh 配置系统 作为 Web Server 需要配置的东西不多,根据情况简单提升下文件打开数目 echo "* soft nofile 51200">>/etc/security/limits.conf echo "* hard nofile...