工作環境搭建
摘要: time dd if=/dev/zero bs=1024 count=1000000 of=./1Gb.file
dd if=./1Gb.file bs=64k |dd of=/dev/null
dd if=./1Gb.file bs=1MB |dd of=/dev/null
閱讀全文
摘要: 在windows上編譯openssl 和 libevent.
libevent-2.0.22-stable
openssl-1.0.2c
閱讀全文
摘要: 8.8.8.8
114.114.114.114
223.5.5.5
223.6.6.6
閱讀全文
摘要: 0.1000M 網絡.
1.8口交換機
2.支持vlan
3.支持Qos
4.支持端口聚合.
Cisco SG200-08
5.POE 通過網線供電給USB CAM 功能.
閱讀全文
摘要: vim ~/.bash_profile
alias ls='ls -F'
alias cls='clear'
alias grep='grep --color=auto'
CLICOLOR="xterm-color"
LSCOLORS="gxfxcxdxcxegedabagacad"
export CLICOLOR LsCOLORS
閱讀全文
摘要: 這個終端主題顏色配置很舒服.各種軟件對應的主題都有.
http://ethanschoonover.com/solarized/files/solarized.zip
閱讀全文
摘要: Docroot is: /usr/local/var/www
/usr/local/etc/nginx/nginx.conf to 8080
ln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgents
nginx
閱讀全文
摘要: pmset -g
sudo pmset -a hibernatemode 3
閱讀全文
摘要: Sublime Text 2
安裝插件:
https://gitcafe.com/ghosTM55/sublime-config
閱讀全文