分類
Linux

Ubuntu常用设置

gedit打开中文txt出现乱码

Gedit 使用一个编码匹配列表,只有在这个列表中的编码才会进行匹配,而缺省情况下GB18030不在这个列表中,这样以GB18030为编码的字符将显示为乱码。您要做的就是将 GB18030 加入这个匹配列表。

<code>gsettings set org.gnome.gedit.preferences.encodings auto-detected "['GB18030', 'UTF-8', 'GB2312', 'GBK', 'BIG5', 'CURRENT', 'UTF-16']"</code>

英文Ubuntu设置默认启动ibus

Setting中找到Language Support找到Keyboard Input Method System选ibus即可。

设置输入法全局状态

在输入法上右键,Preferences>Advanced>勾选Share the same inputmethod。这样就不用总是切换中英文了。

開啟root用戶

執行sudo passwd root來給root用戶設置密碼。開啟成功後用su root來切換到root用戶。如果要關閉root用戶,執行sudo passwd -l root。

本文更新於 2015/12/03。

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *