摘要: wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc
阅读全文
摘要: 高性能Linux服务器构建实战:运维监控、性能调优与集群应用
构建高可用Linux服务器 2
阅读全文
摘要: http://askubuntu.com/questions/50704/sudo-error-is-mode-0777-should-be-0440
阅读全文
摘要: http://tonybai.com/2010/12/14/create-libraries-with-libtool/
使用 GNU Libtool 创建库
https://www.ibm.com/developerworks/cn/aix/library/1007_wuxh_libtool/
阅读全文
摘要: Docroot is: /usr/local/var/www
/usr/local/etc/nginx/nginx.conf to 8080
ln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgents
nginx
阅读全文
摘要: SQLnet.ora
DIAG_ADR_ENABLED=OFF
DIAG_SIGHANDLER_ENABLED=FALSE
DIAG_DDE_ENABLED=FALSE
阅读全文
摘要: 关闭oracle api 异常侦测 sqlnet.ora
DIAG_ADR_ENABLED=FALSE
DIAG_DDE_ENABLED=FALSE
DIAG_SIGHANDLER_ENABLED=FALSE
DIAG_RESTRICTED=FALSE
阅读全文
摘要: chkconfig -levels 12345 sendmail off
阅读全文
摘要: 重新安装vim 就可以了.百度说是因为ubuntu 带的是简化版.
get 方式安装 就行..这点很不错..
阅读全文