Apache2 httpd.conf 設定檔的翻譯.
分類: OS-Linux_BSD
apache 部份參數說明
本文最新 url Apache 1.x版 部份參數說明(I) 38, 39 就是其它兩部份.
非常棒的一份文件. Part I ~ III
一定要轉載過來好好學習.
Samba utf8 設定
一直聽說 Samba UTF-8 有問題.
但是因為資料實在太多. 要從 Big5 轉換到 UTF-8 看來是遙遙無期.
不過看到有人解決掉這個麻煩的事.. 趕快記錄下來 :p
系統維護小技巧
一些系統維護時要注意的東西.
想到再陸續的加進來..
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.
initrd.img
initrd.img 的作用, 就是給核心提供啟動所需要的驅動.
為了方便, 把自己硬體的驅動都載入核心中.
Xorg-cvs 測試 mini-howto
Linux 加速(拿 RAM 當硬碟)
參考 幫Linux掛Turbo加速
RamDisk for BSD
最主要是 巧用TMPFS加速Linux伺服器 這篇讓我最感興趣 🙂
典型的 tmpfs 文件系統會完全駐留在 RAM 中.
sudo mkdir /dev/shm/tmp
sudo chmod 1777 /dev/shm/tmp
sudo mkdir /ram
sudo mount --bind /dev/shm/tmp /ram
以後開機記得執行最後那 mount --bind /dev/shm/tmp /ram 就可以了.
beep-media-player
XMMS 都是用 GTK 1.x 寫的, beep-media-player 用 GTK 2.x 來寫.
主要是還支援 UTF-8 的編碼.
Skins: /usr/share/bmp/Skins
可以用跟 XMMS 一樣的 Skins 🙂