Table of Contents
direnv可用來設定Project的environment variable
當cd進project目錄時自動設定環境變數,離開時自動unload
非常好用
direnv可用來設定Project的environment variable
當cd進project目錄時自動設定環境變數,離開時自動unload
非常好用
Python interpreter在執行的時候會在每個package底下產生__pycache__ folder and .pyc, *.pyo file
一般而言這些file不會進入版本控管所以在.gitigore中通常會有.py[co], pycache
但以上設定卻會在git branch switch時導致pyc, pyo殘留問題
以下介紹3種方法來處理
傳統init.d的取代方案,比init.d好寫很多
http://upstart.ubuntu.com/index.html
開機時(有網路連接狀態)自動啟動Gunicorn,Crash時自動重啟,關機時關閉
將以下檔案放到/etc/init/gunicorn-superlists-staging.ottg.eu.conf
description "Gunicorn server for superlists-staging.ottg.eu" |
sudo start gunicorn-superlists-staging.ottg.eu |
vagrant筆記
Vagrant Official Site
Place Where You Can Download And Upload Box
(setq rcirc-server-alist |
/nick YourNewNickname |
/join #channelname -- to join a channel |
Hello everyone. I’m cwza. Welcome to my blog.
Software Engineer