Blog Tag: f9
CN99的fedora源挂了
一段时间没有开机了,今天打开开机更新的时候,报出下面的异常:
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora-cn. Please verify its path and try again
找了下原因,众说纷纭阿,有的说是版权问题停了,也有的说是硬盘坏了,不过,现在ubuntu的源还是可以用的,现在http://mirrors.cn99.com/里面依然有fedora的目录,但是却没有了访问权限。个人认为,被和谐了的可能性极大。真的怀念那时候的更新速度阿,加上axel,速度可以达到400到500k!!! (更多…)
可恶的Linux qq 自动更新工具
一早上开机,由于前两天看到了有一条关于linux qq 版本升级的消息,所以想试试检查更新的功能,没有想到开了没有反应,而且,我的机器的cpu一下子冒到了100%的使用率。我汗,赶紧查看了一下:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3596 root 20 0 2004 752 504 R 95.1 0.0 2:47.00 plugin-config
3586 root 20 0 2004 752 504 R 90.2 0.0 2:51.83 plugin-config
我郁闷了,plugin-config是什么东西呢?看看:
[root@icnote ~]# ps aux |grep plugin-config
LEE 3584 0.0 0.0 6128 1052 ? S 09:42 0:00 /bin/sh /usr/bin/mozilla-plugin-config
root 3586 89.2 0.0 2004 752 ? R 09:42 4:12 /usr/lib/nspluginwrapper/plugin-config -f
LEE 3594 0.0 0.0 6128 1052 ? S 09:42 0:00 /bin/sh /usr/bin/mozilla-plugin-config
root 3596 89.0 0.0 2004 752 ? R 09:42 4:08 /usr/lib/nspluginwrapper/plugin-config -f
root 3618 0.0 0.0 5504 680 pts/1 R+ 09:47 0:00 grep plugin-config (更多…)
Rhythmbox fedora9下乱码的解决
一直在用Mplayer听歌,但是觉得好像有点牛刀小用了,偶尔也就用Rhythmbox,Rhythmbox是一个很不错的音乐播放器,能播放FM的radio,还有歌词、作家、专辑的分类等等,而且支持的格式很多,(当然如果能出29欧元的话,会更多。)
安装挺简单的:
yum -y install rhythmbox rhythmbox-*
当然,你得安装了例如mp3,rm等等的支持(如果mplayer能播放的话,就是支持了)
接着,当你装入文件夹或者是文件的时候,你会发现大部分都是乱码,这是由于mp3的tag编码的缘故。这时想起了python-mutagen了吧,一个python写的小工具。赶紧装上吧。
yum install python-mutagen
然后cd到你的mp3目录下,进行所有的mp3 tag的转换。
mid3iconv -e GB18030 */*.mp3
这里GBK也是一样的。
重启Rhythmbox ,然后重新导入文件夹或者是文件,就ok了。 (更多…)