日积月累

MP3乱码:

sudo apt-get install python-mutagen
find . -iname “*.mp3″ -execdir mid3iconv -e GBK {} \;

Flash乱码:

sudo rm /etc/fonts/conf.d/49-sansserif.conf

添加右键菜单以管理员打开:

sudo apt-get install nautilus-gksu

添加右键菜单打开终端:

sudo apt-get install nautilus-open-terminal

Gnome终端输出彩色文字:
.bashrc,在 27 行附近:

case “$TERM” in
xterm-color) color_prompt=yes;;
esac

变为:

case “$TERM” in
xterm|xterm-color) color_prompt=yes;;
esac

E17美化Gtk程序:

sudo apt-get install gtk-theme-switch2

root主题设置:

sudo ln -s ~/.themes/* /usr/share/themes
sudo ln -s ~/.icons/* /usr/share/icons

    • 大黄
    • 二月 8th, 2010

    Keep on going!

  1. 还没有引用通告。