wget https://security.appspot.com/downloads/vsftpd-3.0.2.tar.gz
tar -zxvf vsftpd-3.0.2.tar.gz
yum -y install gcc openssl-devel libcap-devel tcp_wrappers-devel xinetd
cd vsftpd-3.0.2
sed -i 's/undef VSF_BUILD_TCPWRAPPERS/define VSF_BUILD_TCPWRAPPERS/g' builddefs.h
- Mar 25 Mon 2013 19:29
-
Installation vsftpd-3.0.2 with xinetd on CentOS 6 .4 x86_64
- Dec 21 Fri 2012 18:04
-
MPLS QoS Example
class-map match-all mgmt
match access-group name mgmt
class-map match-all level_1
match access-group name level_1
class-map match-all level_2
- Oct 02 Tue 2012 20:24
-
手動設定windows ntp client (w32tm & reg)
#########################################################
## REG COMMAND 設定每3600秒同步NTP伺服器
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient /v SpecialPollInterval /d 0x00000e10 /t REG_DWORD /f
#########################################################
#一次同步多台NTP伺服器
- Sep 12 Wed 2012 21:15
-
Installation Memcached On CentOS 6.3
wget https://github.com/downloads/libevent/libevent/libevent-2.0.20-stable.tar.gz
tar xzf libevent-2.0.20-stable.tar.gz
cd libevent-2.0.20-stable
./configure --prefix=/usr/local/libevent && make && sudo make install
wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz
- Jul 20 Fri 2012 20:43
-
Installation vsFTPd on CentOS
wget https://security.appspot.com/downloads/vsftpd-3.0.0.tar.gz
tar -zxvf vsftpd-3.0.0.tar.gz
yum -y install gcc openssl-devel
cd vsftpd-3.0.0
sed -i 's/undef VSF_BUILD_TCPWRAPPERS/define VSF_BUILD_TCPWRAPPERS/g' builddefs.h
- May 25 Fri 2012 11:05
-
Solaris Command

| Column Headings for the prstat Report | Default Column Heading | Description | PID | The PID number of the process. |
- Feb 23 Thu 2012 13:45
-
Windows 2008 R2找KMS Server做產品啟動時,出現0xC004F074錯誤

由於目前文件上提到的可能原因為KMS不是1.2版本才造成此問題,根據實際的經驗,以下三個原因都可能造成此錯誤的產生:
狀況1:KMS Server版本非升級至1.2版本
狀況2:KMS Client無法找到KMS Server
狀況3:KMS Client的時間或時區設定錯誤
解決方式:
- Feb 17 Fri 2012 13:40
-
Windows Update Server IP
| 198.78.204.253 | 60.199.191.11 | 64.4.11.160 | 65.54.87.180 | 65.54.87.81 |
- Jan 12 Thu 2012 17:55
-
CactiEZ 0.6 upgrade to Cacti 0.8.7i
cd /tmp
mkdir cactiupgrade
cd cactiupgrade
wget http://www.cacti.net/downloads/cacti-0.8.7i-PIA-3.1.tar.gz
tar -xvzf cacti-0.8.7i-PIA-3.1.tar.gz
- Jan 06 Fri 2012 19:18
-
Windows 2003 Server 關閉不必要的服務
Print Spooler (Disable)
管理所有本機和網路列印佇列,並控制所有列印工作。如果這個服務被停止,本機電腦列印將無法使用。如果這個服務被停用,任何明確依存於它的服務將無法啟動。
Remote Registry (Disable)
啟用遠端使用者修改這個電腦上的登錄設定。如果這個服務被停止,登錄只能由這個電腦上的使用者修改。如果這個服務被停用,任何明確依存於它的服務將無法啟動。
- Nov 17 Thu 2011 21:28
-
安裝及設定ntp伺服器
安裝 ntp 伺服器yum install ntp tzdata
chkconfig ntpd on
# ntp: 就是 NTP 伺服器的主要軟體啦,包括設定檔以及執行檔等等。# tzdata: 軟體名稱為『 Time Zone data 』的縮寫,提供各時區對應的顯示格式。- Nov 03 Thu 2011 16:45
-
個人電腦硬體檢測工具
Memtest86+: This runs from a boot disk or CD and should eliminate or confirm if your one or more of your memory sticks are bad or the SPD values in the BIOS are correct.
Let it run for as long as you can: 2,4,6,8 or more hours (at least 3 full passes), if no errors by then your ram is OK.
http://www.memtest.org/
Memtest86+ Guide/How To's (use the .ISO to create a bootable CD)
http://www.overclockers.com/forums/showthread.php?t=409152