- 浏览: 852016 次
- 性别:
- 来自: 北京
最新评论
-
zjhzwx1212:
为什么用threadLocal后,输出值是从20开始的,而定义 ...
j2ee的线程安全--threadlocal -
aeoluspu:
不错 mysql 测试部分感觉不详细
用sysbench(或者super-smack)测试mysql性能 -
nanPrivate:
有没有例子,只理论,实践起来还是不会啊
JMS可靠消息传送 -
lwclover:
一个网络工程师 装什么b
postfix 如何删除队列中的邮件 -
maimode:
我也欠缺不少啊
理想的计算机科学知识体系
文章列表
http://www.ohlinux.com/?p=624
这是一个服务器系统监控图,目的是提前发现服务器中的问题。现在这套系统还差日志服务器这块,因为缺少日志服务器,所以还没有完成,不过整个已经大致实验过没有什么问题。
可能以后还会有改动,但不会改动很大。很多还是细节问题。如果都完成了,应该会有相关的文档出了。最近写的几个文档 还有一个“Varnish Cache 计划V1.0” 也都没有完成,唉,写不动了?加油哦。
服务器监控系统图
经常有人问这个,刚好看到这个文档不错,记录一下。
Greylisting
Typically, a server that utilizes Greylisting will record the
following three pieces of information (referred to as triplet) for all
incoming e-mail.
The IP address of the connecting host
The envelope sender address
The envelope recipient address
T
...
ldap books
- 博客分类:
- 系统管理
Mastering OpenLDAP Configuring, Securing and Integrating Directory Services
Understanding and Deploying LDAP Directory Services, Second Edition
http://hi.baidu.com/chenshake/blog/item/f1eb0230921c0c90a8018e72.html
http://www.wardking.com/blog/read.php/153.htm
今天收到朋友发来一小短文,说是可以获得中国互联网络各运营商的IP地址分配情况,按照步骤做下来还真不错,贴出来与大家分享。
...
http://www200.pair.com/mecham/spam/spamfilter20090215.html
http://lnmp.org/index.html
http://code.google.com/p/autosetup/
http://wiki.ubuntu.org.cn/IRedMail
After you gather some page-load times and effective bandwidth for real
users all over the world, you can experiment with changes that will improve
those times. Measure the difference and keep any that offer a substantial
improvement.
Try some of the following:
Turn on HTTP
keepalives
for ...
http://www.vpsee.com/2010/03/install-xen-on-debian/
http://www.howtoforge.com/virtualization-with-xen-on-debian-lenny-amd64
1、sudo apt-get install xen-hypervisor-3.2-1-amd64 xen-linux-system-2.6.26-2-xen-amd64 xen-utils-3.2-1 xen-tools xenstore-utils
2、vi /etc/modules
loop max_loop=64
3、vi ...
http://blog.chinaunix.net/u2/86696/showart_2015126.html
一直觉得自己的shell脚本写的还可以, ms是有点自恋了, 最近在阅读一些高手写的脚本的时候,
却发现有点异常的吃力。 不禁忍不住问自己, 会几个条件判断, 几个循环就是shell编程的高手么? 于是乎再次来到CU shell版,
这里确实有很多很基础的知识, 都是自己不了解的, 有必要沉下心来深入学习/复习一下这些最基本的东西:
当你在命令提示符后键入一个命令/命令列后, shell要做的工作是:
1. 语法分析命令列
2. 处 ...
SELECT concat(round(table_rows/1000000,2),'M',' rows') as table_rows,concat(round(data_length/(1024*1024*1024),2),'G',' DATA') as data_size,concat(round(index_length/(1024*1024*1024),2),'G',' idx') as index_size,concat(round((data_length+index_length)/(1024*1024*1024),2),'G',' total_size') as total_s ...