感謝同事alex的指點,隨寫一下備忘。
1、/etc/apt/sources.list
------------------增加---------------------
deb testing main contrib non-free
deb-src testing main contrib non-free
deb sid main contrib non-free
deb-src sid main contrib non-free
--------------------------------------------
apt-get update、apt-get dist-upgrade、apt-get install ***x都需要這個。
2、dpkp-reconfigure locales設定locale
要不然中文不能顯示,哭死~~
3、/etc/x11/xsession.d/25xchinput-start
------------------修改---------------------
export g_filename_encoding=@gb2312
export lang=zh_cn.gb2312
export xmodifiers=@im=fcitx
fcitx
--------------------------------------------
不但要顯示中文,還要輸入中文。
ps:別忘了裝fcitx
4、/etc/environment
------------------修改---------------------
lang=zh_cn.gb2312
export g_filename_encoding=@gb2312
export lc_all=zh_cn.gbk
export g_broken_filenames=1
--------------------------------------------
大環境也要是中文。
5、~/.bashrc
------------------增加---------------------
export g_broken_filenames=1
--------------------------------------------
不知道為什麼,但是要跟大環境一致嘛。
6、/etc/vim/vimrc
------------------增加---------------------
syntax on
--------------------------------------------
在shell下面花花綠綠的玩意。
7、/etc/ssh/sshd_config
------------------修改---------------------
passwordauthentication yes
--------------------------------------------
ssh就可以登陸了。
8、~/.bashrc
------------------修改---------------------
export ls_options='--color=auto'
eval "`dircolors`"
alias ls='ls $ls_options'
alias ll='ls $ls_options -l'
alias l='ls $ls_options -la'
alias la='ls $ls_options -a'
--------------------------------------------
ls也是彩色的了,而且有更多的list的簡便寫法。
Debian安裝備忘
對linux的興趣時斷時續,以前用的都是redhat,這次換用debian吧,希望能堅持一直用下去,直到完全替代windows。這是安裝debian的過程,遇到的問題和解決方法,備忘。1 用分割槽工具如pqmagic劃出一塊空閒分割槽,我給的大小是4g 3 用這張光碟啟動,在boot時輸入linux...
vss 安裝備忘
安裝6.0時,必須轉換um.dat格式 to build a new um.dat file,follow these steps 1.create a temporary folder named c sstemp.2.clickstart,clickrun,type cmd,and then c...
msyql php 安裝備忘
1 安裝mysql 啟動 mysqld safe 如果報錯,檢視 etc my.cnf檢視mysql配置,找到log檔案,檢視出錯日誌。如果錯誤為 error fatal error can t open and lock privilege tables table mysql.host does...