Sys Admin > v13, i04: Monitoring and Managing Linux Software RAID
http://www.ahfyzs.com/content/06/0411/09/4302_96354.shtml
2006/4/11 9:53:36
The Linux kernel supports RAID 0, RAID 1, RAID 4, or RAID 5.raiddev /dev/md1 raid-level 5 nr-raid-disks 3 nr-spare-disks 0 persistent-superblock 1 parity-algorithm left-symmetric chunk-size 32 device /dev/hda1 raid-disk 0 device /dev/hdc1 raid-disk 1 device /dev/hde1 raid-disk 2The chunk-size directive specifies how many kilobytes will be written as a data block to each column of the RAID device.
常見退信內(nèi)容診斷分析集錦1、提示信息:Sorry, I couldn‘t find a mail exchanger or IP address. (#5.4.4) 退信原因:檢索不到接收方域名的郵件解析(MX記錄)和域名解析(A記錄)。8、提示信息:Connected to remote host, but failed after I sent the message. 退信原因:連接到接收方郵件服務(wù)器,但發(fā)送郵件失敗。解決辦法:請投遞方將郵件域名添加一條優(yōu)先級較低的MX記錄,指向頭地方使用的smtp服務(wù)器對應(yīng)的IP地址;
13.安裝Courier-imap [root@mail build] tar –jxf ../src/courier-imap-4.0.6.tar.gz[root@mail build] cd courier-imap-4.0.6[root@mail build] ./configure –prefix=/usr/lib/imapd \--silent --without-authpgsql --without-ipv6 \--with-redhat --with-authmysql \--mandir=/usr/lib/man --disable-root-check[root@mail build] make [root@mail build] make install[root@mail build] make install-configure.
TCP Tuning Guide - Linux TCP Tuning
http://www.ahfyzs.com/content/06/0223/10/4302_71062.shtml
2006/2/23 10:03:04
TCP Tuning Guide.Linux TCP Tuning.Like all operating systems, the default maximum Linux TCP buffer sizes are way too small.# increase TCP max buffer size net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 # increase Linux autotuning TCP buffer limits # min, default, and max number of bytes to use net.ipv4.tcp_rmem = 4096 87380 16777216 net.ipv4.tcp_wmem = 4096 65536 16777216.
Linux 性能調(diào)優(yōu)的幾種方法
http://www.ahfyzs.com/content/06/0222/09/4302_70523.shtml
2006/2/22 9:06:21
bind9的view功能(備忘)named.conf 有以下內(nèi)容: ------------------------------------------------------------------- view "internal" { // This should match our internal networks. match-clients { 10.0.0.0/8; }; // Provide recursive service to internal clients only. recursion yes; zone "."{ type hint; file "/etc/namedb/named.root"; };file "/etc/namedb/zone.mydomain.com.internal";