crunchbang配置相关
一、增加debian国内源
由于crunchbang是在debian的基础上作出的发行版,而其自身使用dedbian的镜像源程序。虽然国内没有crunchbang的镜像源,完全可以考虑通过增加debian的国内源来加快crunchbang软件的安装 。
1# sudo vim /etc/apt/sources.list
2# 增加如下内容:
3deb http://mirrors.163.com/debian wheezy main non-free contrib
4deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
5deb-src http://mirrors.163.com/debian wheezy main non-free contrib
6deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
7deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
8deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
通过sudo apt-get clean 和 sudo apt-get update 完成本地缓存源文件的更新。
二、Iceweasel浏览器汉化
默认情况,安装好后Iceweasel是firefox的一个精简版浏览器, 使用的语言是英文,可以通过下面的命令安装中文语言包:
1# sudo apt-get install iceweasel-l10n-zh-cn
安装完后,需要重启生效 。
可以通过点击 浏览器菜单 ===> 编辑 ===> 首选项 ===> 内容 ,设置浏览器字体 。
三、安装firefox浏览器
由于crunchbang 使用的是较简洁的Iceweasel 浏览器,默认源里并不包含 firefox浏览器 。所以如果想卸载iceweasel ,更换为firefox 可以通过下面的方法实现
编缉/etc/apt/sources.list 文件 ,增加下面一行:
1deb http://packages.linuxmint.com debian import
完成后,通过以下命令删除iceweasel,增加firefox
1# sudo apt-get remove iceweasel
2# apt-get update
3# apt-get install firefox
除此方法外,也可以通过去firefox官方下载linux版本。而如果想使用chrome浏览器,可以使用系统为我们配置好的选项进行安装。右键依次找到 Network —– www Browsers ——- Install Google Chrome 。
四、加快thunar启动速度
thunar是crunch bang linux 默认使用的文件管理 器,其拥有缩略图查看和指量重命名的功能 。其默认是会自动mount分区的,可以通过禁用自动mount来加快其启速度
1# sudo vim /usr/share/gvfs/mounts/network.mount
2查找:
3AutoMount=true
4修改成:
5AutoMount=false
本处如非必要,不建议修改。本身crunchbang 的速度已经够快了,该处并不会影响其多少性能。
五、中文输入法的安装
这里选择使用fcitx输入法安装sougou拼音和五笔,如下:
1sudo add-apt-repository ppa:fcitx-team/nightly
2sudo apt-get update
3sudo apt-get install fcitx-sogoupinyin fcitx-table、fcitx-table-wubi
fcitx源里还可以安装其他拼音和五笔拼音,如下:
1//拼音:
2fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin,
3//五笔:
4fcitx-table-wbpy(五笔拼音混合)
这里也提下ibus输入法的安装吧,虽然个人不喜欢用:
1sudo apt-get purge ibus ibus-gtk ibus-gtk3 ibus-pinyin* ibus-sunpinyin ibus-table python-ibus
安装完成后,通过运行im-config命令进行配置即可。
六、增加壁纸文件
将你的壁纸图片复制到 ~/images/wallpapers/shared即可。
七、tint2配置
安装完成后默认配置,我已经很满意,如果想要更改,可以能看下crunchbang的官方wiki页面,也可以查看tint2的google托管页面。
八、conky配置
这部分我已经单独分离开来写了一篇 ——— conky中文显示及其他 。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/crunchbang-config-after-install/3538.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.