想抒發一點感想, 可是我不知道應該 post 在 talk 版還是這裡, 所以最後面加上一點我的安裝步驟...
我使用 Linux 已經很久了, 從 9 年前玩 slackware 到 redhat 到 mandrake...
至今, Mandrake 還是我認為初學者最適合的平台, 尤其是 mandrake 10.0 official, 真是經典...
可是最近的 10.1 official 讓我有點失望...
Delay 了這麼久, 看起來還是一付趕工出來的樣子...
由於先入為主的觀念, 我一直認為除了 redhat 與 mandrake 之外的發行版本, 都會像 slackware 一樣, 管理與使用起來會很累人...
趁著最近想轉換平台的熱情沒有冷卻前, 安裝了 fedora 3 與 debian 來試試看...
一試之下, Debian 真是讓我驚豔阿...
因為我還算是有經驗的 Linux 使用者, 加上 rondo 兄 "圖解 Debian 桌面入門" 的加持, 讓我馬上就上手了...
Debian 豐富的套件(光用 synaptic 看完全部有些甚麼, 就花了我半小時), 簡潔的風格, 與發行的理念, 真是完全切中我理想中的環境...
雖然沒有像 mandrake 與 fedora 上有整套方便的 "system-config-*" 與 "drak*",
不過仔細找一下的話, 還是有不少方便的設定程式可以使用...像是 "sysv-rc-conf" 等...
中文方面也是沒問題, 雖然要最佳化還是得再安裝設定就是了...
而且不知道是不是心理作用, 同樣都是 gnome 2.6,
debian 跑得硬是比 mandrake 來得快...
整體上來說, 如果給我這種整天對著 linux 工作的人來評論的話,
我會說 debian 真是個適合有經驗者的 linux 發行版本阿...
最後, 附上我的安裝步驟, 其實都是改自 rondo 兄的 "圖解 Debian 桌面入門", 只是不知道是不是經過了好幾天的關係, 我抓到的 iso 檔的安裝過程跟 rondo 兄的有一點差異...(我的是 11/18 的版本)
而且很多 rondo 兄提到需安裝的東西, default 就有裝了...
INSTALL:
1. Download the lastest "sarge-i386-netinst.iso", and burn
2. Boot by the CD, and type "linux26" for install
3. "APT Mirror Site" from FTP
4. "Select Debian Software" Don't select any software
Config:
1. vi /etc/zhcon.conf
defaultencode = big5
2. vi /etc/apt/sources.list
deb ftp://debian.linux.org.tw/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
3. apt-get update
apt-get upgrade
apt-get install vim
4. vim /etc/environment
LANGUAGE="zh_TW.Big5:zh:en_US:en"
LANG=zh_TW.Big5
5. apt-get install x-window-system-core
a. don't use kernel framebuffer device interface
b. keyboard model: pc105
c. "ImPS/2" for wheel mouse
6. apt-get install gnome
7. vi /etc/X11/xinit/xinitrc
a. Insert the following lines in front of ". /etc/X11/Xsession"
export XMODIFIERS="@im=xcin"
xcin &
8. apt-get install gdm
9. vi /etc/default/gdm
LANG=zh_TW.Big5
10. vi /etc/X11/Xsession.d/55gnome-session_gnome
export LANG=zh_TW.Big5
export LC_ALL=zh_TW.Big5
export XMODIFIERS="@im=xcin"
exec xcin &
11. cp fireflysung.ttf /usr/share/fonts/truetype
fc-cache -f -v
firefly.sh
12. apt-get install mozilla-firefox flashplugin-nonfree
13. Install everything you want via synaptic
14. Sound Card (if not enable)
chmod 777 dsp mix audio (in /dev)
apt-get install discover alsa-base alsa-oss gnome-alsamixer
alsaconf
15. apt-get install sysvconfig
USER:
1. vim ~/.bashrc
export PS1="[\u@\H \W]$ "