收集Linux上前幾大工具的網站--
作者:cross 日期:2010-11-16 13:53
google搜尋新功能? -- 預覽
作者:cross 日期:2010-11-10 11:42
apache 搭配 mod_write 來得知是不是透過手機來瀏覽網站的
作者:cross 日期:2010-10-29 15:44
min.us 輕鬆分享你的照片,圖片
作者:cross 日期:2010-10-28 21:38
nagios + nrpe 監控遠端 Linux 主機的CPU或硬碟空間
作者:cross 日期:2010-10-23 17:02
以上都是被監控者不需要作什麼額外設定就可以即時被監控得到的,
假如現在我要監控遠端主機的 CPU、硬碟空間、記憶體等等,怎麼作?
Nagios 提供了一個外掛,叫 NRPE (Nagios Remote Plugin Executor),
它可以讓 nagios server 在固定時間去抓 nagios client 被監控的項目回來判斷是否ok。
如何作 :
Nagios Client 端 (被監控者) ------------------------------
Office 2010 怎麼看郵件原始檔
作者:cross 日期:2010-10-20 09:55
Linux 釋放 cache 記憶體
作者:cross 日期:2010-10-14 19:20
有三種方式
quote: http://www.linuxinsight.com/proc_sys_vm_drop_caches.html
Writing to this will cause the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free.
To free pagecache:
echo 1 > /proc/sys/vm/drop_caches
To free dentries and inodes:echo 2 > /proc/sys/vm/drop_caches
To free pagecache, dentries and inodes:echo 3 > /proc/sys/vm/drop_caches
As this is a non-destructive operation, and dirty objects are not freeable, the user should run "sync" first in order to make sure all cached objects are freed.
但作這個之前記得先 sync 資料
之前
之後










