一些系統維護時要注意的東西.
想到再陸續的加進來..
作者: Tsung
Grab & Drop(Table 縮拉)
Grab & Drop
Table 還可以縮拉~~ 太神了~~ :p
Slide Bar
作者的 Blog - HedgerWow
Image Spring(圖片縮放)
Image Spring
用 javaScript 和 css 做 滑鼠移過去後圖片放大的特效.
用在 相簿 或 瀏覽一些商品 應該蠻不錯用的.
MySQL 維護指令
當 loading 太重的時後, 要看到底是哪些命令造成的.
看現在有在跑那些 process
mysqladmin -u root processlist
進入 mysql 中
show processlist
kill Id 就可以清掉那個 Thread id
ex: kill 8888737
load averages 的 意義
轉載自: Linux下Top命令中load averages的涵義
top displays a variety of information about the processor state. The
display is updated every 5 seconds by default, but you can change that
with the d command-line option or the s interactive command.
uptime
This line displays the time the system has been up, and the three
load averages for the system. The load averages are the average
number of process ready to run during the last 1, 5 and 15 min-
utes. This line is just like the output of uptime(1). The uptime
display may be toggled by the interactive l command.
免費線上掃毒
phpBB2 嚴重的漏洞
phpBB2 二個嚴重的漏洞,請儘速修補!
雖然沒有用到 phpBB2, 不過還是注意一下.
這 link 有寫如何將漏洞補起來 🙂
The LiveCD List
The LiveCD List
LiveCD 的列表, 沒想到已經有這麼一堆的 LiveCD..
還有很多地下的 LiveCD 還沒列在上面. 時代進步的好快...
ex:
Monoppix
PUD Linux
X X 輸入法簡介
看起來很有前瞻性. 以下轉載自: X X 輸入法簡介
簡單的說,這是新一代的輸入法概念(是指輸入的方法,而不是輸入法程式),由於他結合了 big5, big5hkscs, jisx0212, jisx0213, gbk, cns11643, unicode 4.1, cccii。所以,個人是認為這可以說是一種超越國際界線的 m17n(multilingualization)的多國語言輸入法,難得的是,理論上是不重碼的,這也是這個輸入法的最重要的精神,
原作者是希望開放出這個概念,讓有興趣的朋友可以據以實作。
全文請參考:
http://cle.linux.org.tw/forum/viewtopic.php?t=268
排版過後 http://info.sayya.org/~cnoize/im/xx-input/index.html
PHPlist 郵遞論壇管理程式
PHPlist 一個用 PHP 寫成的郵遞論壇管理程式
PHPlist 是一個網頁式的應用程式,它提供個人化的郵遞論壇管理, 可以當成一個客戶關係管理系統(CRM). PHPlist 以 PHP 撰寫而成, 使用 SQL 資料庫儲存資訊.