摘要:
分布式版本控制系统,跟踪文本文件的改动 ubuntu安装: sudo apt install git 安装完成后,设置使用的用户名和邮箱: 全局: git config --global user.name "<your name>" git config --global user.email " 阅读全文
摘要:
非 root 用户设置环境变量:在< .bash_profile >中设置 后台运行:nohup dosomething >> log.out & nginx 启动nginx:nginx -c <configpath> 重启nginx:nginx -s reload 停止nginx:pkill -9 阅读全文