SublimeLinter
#!/bin/bash | |
echo "Generating an SSL private key to sign your certificate..." | |
openssl genrsa -des3 -out myssl.key 1024 | |
echo "Generating a Certificate Signing Request..." | |
openssl req -new -key myssl.key -out myssl.csr | |
echo "Removing passphrase from key (for nginx)..." | |
cp myssl.key myssl.key.org | |
openssl rsa -in myssl.key.org -out myssl.key |
百度 | |
##eventmachine http://cn.intridea.com/2012/01/play-a-http-toy-server-with-eventmachine/ 来自公司 http://intridea.com/
##gem update gem update --system (by download from rubyforg and run ruby setup.rb) gem pristine --all
##devise speed up test https://github.com/plataformatec/devise/wiki/Speed-up-your-unit-tests
##bson_ext 为何加入gem dependency,仍然没有安装上呢? 因为Gem名字和require的文件名不一致所致 require 'bson_ext/cbson' require "redis/objects" require 'daemon_spawn'
##site_config.rb 利用了元编程技术,利用method_missing截获方法,自动生成cache
##/quiet_assets.rb作用
#ubuntu mount samba share http://geekology.co.za/article/2009/04/how-to-mount-a-samba-windows-file-share-to-a-folder-in-ubuntu-linux
sudo mount -t smbfs //10.0.0.100/shared_folder/ /mnt/windows_share -o username=Guest,password=
##install pac manager
There must have issue for git clone, those days, git clone get quite slow,1-5k bit/second download. | |
I am using china telecom, ADSL. |