JUST DO IT ~

我只想当个程序员

Linux

TMUX笔记

posted @ 2015-12-27 17:07 小高 阅读(472) | 评论 (0)  编辑

sudo 添加用户

posted @ 2015-12-15 15:57 小高 阅读(249) | 评论 (0)  编辑

too many open files
     摘要: 解决socket 太多问题.  阅读全文

posted @ 2015-12-10 10:39 小高 阅读(303) | 评论 (0)  编辑

linux shell 颜色调节LS_COLORS
     摘要: wget https://raw.github.com/trapd00r/LS_COLORS/master/LS_COLORS -O $HOME/.dircolors
echo 'eval $(dircolors -b $HOME/.dircolors)' >> $HOME/.bashrc
. $HOME/.bashrc   阅读全文

posted @ 2015-08-25 16:26 小高 阅读(1784) | 评论 (0)  编辑

sysctl.conf 学习和调优
     摘要: sysctl.conf  阅读全文

posted @ 2015-08-20 18:24 小高 阅读(312) | 评论 (0)  编辑

so文件无法加载
     摘要: ldd -r aa.so   阅读全文

posted @ 2015-07-26 18:08 小高 阅读(396) | 评论 (0)  编辑

linux 内核参数调整
     摘要: 待完成.  阅读全文

posted @ 2015-07-19 23:00 小高 阅读(327) | 评论 (0)  编辑

strace 用法跟踪调试

posted @ 2015-07-19 22:40 小高 阅读(460) | 评论 (0)  编辑

unix 设计哲学

posted @ 2015-07-19 16:26 小高 阅读(235) | 评论 (0)  编辑

线程绑定cpu相关

posted @ 2015-07-10 16:45 小高 阅读(307) | 评论 (0)  编辑

linux 中文帮助安装

posted @ 2015-06-29 14:48 小高 阅读(240) | 评论 (0)  编辑

linux 值得看的书
     摘要: 高性能Linux服务器构建实战:运维监控、性能调优与集群应用

构建高可用Linux服务器 2  阅读全文

posted @ 2015-06-28 20:37 小高 阅读(225) | 评论 (0)  编辑

LINUX 监控和性能测试工具

posted @ 2015-06-08 14:41 小高 阅读(284) | 评论 (0)  编辑

ubuntu 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系!

posted @ 2015-05-09 09:53 小高 阅读(2264) | 评论 (0)  编辑

ubuntu sudo:/var/lib/sudo 对非所有者可写(040777),模式应该为 0700
     摘要: http://askubuntu.com/questions/50704/sudo-error-is-mode-0777-should-be-0440
  阅读全文

posted @ 2015-05-07 22:48 小高 阅读(1368) | 评论 (0)  编辑

UNIX网络编程 卷1:套接字联网API -- 编译

posted @ 2015-05-07 22:35 小高 阅读(902) | 评论 (0)  编辑

网络命令 iperf vnstat scp

posted @ 2015-05-01 22:43 小高 阅读(349) | 评论 (0)  编辑

LIBTOOLS
     摘要: http://tonybai.com/2010/12/14/create-libraries-with-libtool/

使用 GNU Libtool 创建库
https://www.ibm.com/developerworks/cn/aix/library/1007_wuxh_libtool/  阅读全文

posted @ 2015-04-10 14:19 小高 阅读(240) | 评论 (0)  编辑

osx nginx 配置位置 brew 安装
     摘要: Docroot is: /usr/local/var/www
/usr/local/etc/nginx/nginx.conf to 8080
ln -sfv /usr/local/opt/nginx/*.plist ~/Library/LaunchAgents
nginx  阅读全文

posted @ 2015-03-22 22:09 小高 阅读(210) | 评论 (0)  编辑

brew 安装大全
     摘要: brew install ??   阅读全文

posted @ 2015-03-22 21:55 小高 阅读(187) | 评论 (0)  编辑

openmp 资料总结 gcc vc 编译配置

posted @ 2015-03-19 16:31 小高 阅读(310) | 评论 (0)  编辑

oracle client 关闭异常信号 调试辅助
     摘要: SQLnet.ora
DIAG_ADR_ENABLED=OFF
DIAG_SIGHANDLER_ENABLED=FALSE
DIAG_DDE_ENABLED=FALSE
  阅读全文

posted @ 2015-03-18 17:16 小高 阅读(537) | 评论 (0)  编辑

linux 系统分析

posted @ 2015-03-16 18:37 小高 阅读(166) | 评论 (0)  编辑

sqlapi oracle数据库 异常信号
     摘要: 关闭oracle api 异常侦测 sqlnet.ora

DIAG_ADR_ENABLED=FALSE
DIAG_DDE_ENABLED=FALSE
DIAG_SIGHANDLER_ENABLED=FALSE
DIAG_RESTRICTED=FALSE
  阅读全文

posted @ 2015-02-05 16:28 小高 阅读(477) | 评论 (0)  编辑

linux 常用命令

posted @ 2015-01-05 10:43 小高 阅读(177) | 评论 (0)  编辑

工作环境搭建 dns linux 键盘映射

posted @ 2015-01-01 13:39 小高 阅读(167) | 评论 (0)  编辑

关于vnc for linux

posted @ 2014-07-10 12:53 小高 阅读(147) | 评论 (0)  编辑

vim 常用

posted @ 2014-06-25 14:24 小高 阅读(175) | 评论 (0)  编辑

关闭send mail 服务 redhat
     摘要: chkconfig -levels 12345 sendmail off  阅读全文

posted @ 2009-09-07 08:22 小高 阅读(860) | 评论 (0)  编辑

开源使得真正的商业软件降低了价值. 造成了经济危机.

posted @ 2008-12-04 16:31 小高 阅读(223) | 评论 (0)  编辑

关闭sendmail 服务
     摘要: 关闭sendmail 服务   阅读全文

posted @ 2008-05-17 08:03 小高| 编辑

ubuntu vim 方向键不 好用
     摘要: 重新安装vim 就可以了.百度说是因为ubuntu 带的是简化版.
get 方式安装 就行..这点很不错..
  阅读全文

posted @ 2008-05-10 10:26 小高 阅读(1236) | 评论 (0)  编辑

导航

<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

统计

常用链接

留言簿(3)

随笔分类(352)

收藏夹(19)

关注的blog

手册

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜