Slax http://www.slax.org/
- 基本安裝
- 準備一隻1G以上的隨身碟,在Windows格式化成Fat32。我這邊用的是JetFlash 4G隨身碟。
- 下載 Slax,我目前使用的是 slax-6.1.2.tar 。
- 解開 tar 檔,會產生兩個目錄,Boot 和 Slax。
- 將解開的兩個目錄與檔案拷貝到隨身碟。
- 打開隨身碟,進入boot 目錄,執行 bootinst.bat。
- 這樣子一隻簡單的 Slax 就產生好了,可以用開開機試試。
- 出現開機選單,可以選擇 Slax copy to RAM。
- 中文化 與 Opera 安裝
- 開機後打開 Firefox,連到 www.slax.org。
- 到 module 下下載
- zh-tw-firefly-kde-0.0.1.lzm (中文字型)
- gcin-1.4.5.lzm (輸入法)
- 因為本人慣用 Opera 所以在這邊也先安裝一下。
- opera-9-64-2480-gcc4-qt3.lzm (拜一下Google就有)。
- 將這三個檔案移到 隨身碟上面的 slax/mouldes 目錄。
- 重開機之後測試下面幾個重點
- 用 opera 上 youtube 看影片 (ok)
- Ctrl-Space 打開注音輸入法 (ok)
- Ctrl-Alt-1 倉頡輸入法 (ok)
- 打開 sshd
- 系統本身有提供現成的 script ,只要啟動就好。
$ chmod 777 /etc/rc.sshd $ /etc/rc.d/rc.sshd start
- 系統本身有提供現成的 script ,只要啟動就好。
- lzma製作
- 製作一個自己的script,放在 /sbin 底下,方便隨時執行,以ssh當範例
$ cd /tmp $ mkdir ed; cd ed # mkdir sbin; cd sbin $ echo "chmod 777 /etc/rc.d/sshd;/etc/rc.d/rc.sshd start > ed.sh $ chmod 777 ed.sh $ cd /tmp $ dir2lzm /tmp/ed /root/Desktop/ed-0.0.1.lzm
- 製作一個自己的script,放在 /sbin 底下,方便隨時執行,以ssh當範例
【參考】
- slax 中文模組上線
http://blog.ofset.org/ckhung/index.php?post/094g