重新装Debian,感受很深.但,大都是不愉快的经历。不过,那也是财富。不是么?
主要参考的网络资料是Leo Tzao的Debian安装手记,地址是
http://www.linuxsir.org/bbs/showthread.php?t=231178
其中提到了很多相关参考地址。
谈些感受:
1.要正确配置sources.list,因为刚开始没有弄好,还得走了些弯路。我的sources.list参考Andrew
E.Schulman的做了些更改。
2。中文化的时候,注意locale.gen的格式,我的是
en_US ISO-8859-1
en_US.UTF-8 UTF-8
zh_CN GB2312
zh_CN.GBK GBK
zh_CN.UTF-8 UTF-8
...
3。遇到问题
debconf: unable to initialize frontend: KDE
debconf: (Can't locate Debconf/FrontEnd/KDE.pm in @INC (@INC contains:
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
at (eval 19) line 2.)
debconf: falling back to frontend: Noninteractive
解决:(多谢seamonkey)
dpkg-reconfigure debconf 不选择KDE。这个问题在google论坛
http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/98c169cc39755915
/c53d3cfd29350f95?lnk=st&q=debconf+can%27t+locate+debconf%2Ffrontend%2Fkde.pm&rnum=1&hl=zh
-CN#c53d3cfd29350f95也有说到。
4。就是init 0的时候,停在power down不动。通过查资料,问题多半出在文件系统,fsck后解决。
5。刚开始的时候,refresh rate很低,在装了显卡驱动后解决。在过程中,了解到xvidtune这个命令。
不错。呵呵。
6。我的是两张网卡,在确定eth0和eth1的顺序时和windows的不一样,呵呵,害我走了些弯路。