天天看點

debiab 常用指令

常用/有用的指令

     rcconf     設定啟動的服務

     apt-get    安裝/更新/解除安裝軟體

     apt-cache  查找軟體

     apt-setup  設定/etc/apt/sources.lst

本地化

     要求console是英文,X是中文

     locale    修改/etc/environment LANG=C

     .xinitrc   export LANG=zh_CN.GBK

                  export LC_ALL=zh_CN.GBK

輸入法

     fcitx

漢化/美化

     1.直接安裝成中文

     2.安裝中文字型simsun,同時設定/etc/X11/XF86Config-4

     3.設定~/.fonts.conf取消AA

     4.設定/etc/gtk/gtk.zh_CN

X

     1.xfce4,fluxbox

     2.解除安裝/停止服務 debian預設的xdm

          a.rcconf

          b.apt-get remove xdm

          c.update-rc.d remove xdm

     3.xfce4

          使用apt-cache查找和xfce4有關的plugin

          安裝這些插件

          重新美化xfce4

抓圖工具

     apt-get install scrot

     scrot

編輯器

     vim

繼續閱讀