Mac 常用操作记录

01b709f1d66a41e2a2b039182c7d4199

启动Jenkins:sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist

停止Jenkins:sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

修改Jenkins的服务端口:sudo defaults write /Library/Preferences/org.jenkins-ci httpPort 8000

 

刷新DNS:sudo killall -HUP mDNSResponder           sudo dscacheutil -flushcache

安装pip:curl https://bootstrap.pypa.io/get-pip.py | python3

 

posted on 2019-02-22 10:59  **小君哥**  阅读(90)  评论(0编辑  收藏  举报

导航