This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.
— Erik
| echo "export LC_ALL=C" >> /root/.bashrc | |
| source /root/.bashrc | |
| # 这个是我的VPS上系统的原因 | |
| wget http://nginx.org/keys/nginx_signing.key | |
| sudo apt-key add nginx_signing.key | |
| # 官方的要求 | |
| vim /etc/apt/sources.list | |
| # 偷偷安装了VIM,不为别的,好像比VI好用 | |
| # 在Sources文件后面加入如下两行: | |
| # deb http://nginx.org/packages/ubuntu/ precise nginx |
| https://github.com/37signals/pow/issues/172#issuecomment-6803225 | |