在熟悉了dapper之后又开始手痒,东鼓捣西鼓捣,最终把自己玩残废鸟。
(系统终端、更新管理器、新立德、等统统不见)
反正Edgy’的发布也近在眼前,就当作是提前练习(笨鸟先飞嘛
)
阿弥陀佛 保佑一次完成 ▁▂|▂▁
2006年9月20日 Update: 刻录失败 但神奇的是Dapper被自己挽救回来了 小白的历程就此结束
2006年9月25日 Update: 不死心,终于把edgy裝上,开机的第一感觉就是中文显示方面比起dapper更加出色,虽然还不能说完美,可是至少应该不會再有人叫嚷说linux安装好第一件事情就是美化中文字体显示的问题了。
顺便参照這里把 compiz 也给装上了 ,除了效果少了一点。效果還是不錯的,googleerath用起来也流畅。
一直不喜欢那些看上去眼花缭乱的网页。比如(国内大多数门户……)
一个好的版面设计会给阅读的人一种舒适感,今天无意中看到这个网站 www.b-list.org 看起来好舒服。可惜自己不會搞css之类的这些,要不然可以学学。
在Linux的UTF-8环境下播放 Windows 下制作的 MP3 文件,ID3标签内容大部分是乱码。
为了解决这个也是实验过很多方法,最后感觉这个东东还不錯 Id3conv ,可以单首转换,也可以批量转换文件夹下的所有mp3文件。
使用也很简单,如果系统有安装java。直接按照下边来操作。没有安装java的安装先。
wget http://bora.cn.googlepages.com/id3iconv-0.2.1.jar
java -jar id3iconv-0.2.1.jar -e GBK /home/xxx/music/good-4-15.mp3
如果是BIG5编码的就把 GBK 改为 BIG5
要注意的就是转换过的编码将不能转换回原来的格式。
PS:另外强烈推荐 Quodlibet 这个播放器………
一张700MB的光盘要装进去697MB的内容一般情况下都不可以,除非用超刻。不过linux下的图形刻录软件好像都没办法实现超刻。只好用最原始的命令行来搞定。
cdrecord -overburn -dev /dev/hdc /home/****/******.iso
[刻录命令] [超刻选项] [不明] [刻录设备] [要刻录文件的位置]
man cdrecord
-overburn
Allow cdrecord to write more than the official size of a medium.
This feature is usually called overburning and depends on the
fact that most blank media may hold more space than the official
size. As the official size of the lead-out area on the disk is
90 seconds (6750 sectors) and a disk usually works if there are
at least 150 sectors of lead out, all media may be overburned by
at least 88 seconds (6600 sectors). Most CD recorders only do
overburning in SAO or RAW mode. Known exceptions are TEAC CD-
R50S, TEAC CD-R55S and the Panasonic CW-7502. Some drives do
not allow to overburn as much as you might like and limit the
size of a CD to e.g. 76 minutes. This problem may be circum‐
vented by writing the CD in RAW mode because this way the drive
has no chance to find the size before starting to burn. There
is no guarantee that your drive supports overburning at all.
Make a test to check if your drive implements the feature.

