###TOP 20:
- google:email,drive,
####DEV & OPS
- IDE: IntelliJ,
- source code repository: gitlab,github;
- database:postgresql
| http://weibo.com/ttarticle/p/show?id=2309404031238817078712 | |
| 设置PPTP服务 | |
| sudo docker run -d --privileged --net=host \ | |
| -v {/path_to_file/chap-secrets}:/etc/ppp/chap-secrets \ | |
| mobtitude/vpn-pptp | |
| PPTP 使用 /etc/ppp/chap-secrets 文件设置用户名和密码,所以你需要给docker容器提供这个文件,下面是这个文件的示例: | |
| # Secrets for authentication using PAP |
###TOP 20:
####DEV & OPS
| ################# | |
| ## Eclipse | |
| ################# | |
| *.pydevproject | |
| .project | |
| .metadata | |
| bin/ | |
| tmp/ | |
| *.tmp |
mvn install:install-file -Dfile=.jar -DgroupId=com.oracle -DartifactId=ojdbc -Dversion= -Dpackaging=jar
#recommendations
###software and tools
keytool -import -alias aliasName -keystore cacerts -file fileName -storepass changeit -trustcacerts -noprompt Certificate was added to keystore
Internet Scale Services Checklist: A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."
System Design Cheatsheet :Picking the right architecture = Picking the right battles + Managing trade-offs
###commands