2015-09-23-Archlinux的一些配置

firefox的flash插件

pacman -S flashplugin

firefox上网慢

由于Chromium浏览器,打字的时候经常会跳字母,所以就换了firefox浏览器,但是FF上网的时候特别慢,而且大部分时间是花费在解析域名上。因此到网上找了许多资料,最终解决方法如下。

1.安装dnsmasq软件,用于解析dns

pacman -S dnsmasq

2.编辑dnsmasq配置文件/etc/dnsmasq.conf

resolv-file = /etc/resolv.dnsmasq.conf

3.将/etc/resolv.conf复制到/etc/resolv.dnsmasq.conf

cp /etc/resolv.conf /etc/resolv.dnsmasq.conf

4.编辑resolv.conf
将域名服务器去掉,并加入

nameserver 127.0.0.

fcitx配置

安装

fcitx
fcitx-configtool
fcitx-gtk2
fcitx-gtk3
fcitx-googlepinyin
fcitx-qt4

启动

fcitx

配置~/.xinitrc

export GTK_IM_MODULE=fcitx
 export QT_IM_MODULE=fcitx
 export XMODIFIERS="@im=fcitx"

jdk环境配置

pacman -S jre8-openjdk

Arch配置有线网络

https://wiki.archlinux.org/index.php/Network_configuration_%28%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87%29
不过需要注意的是当修改完设备名后,要重启设备
modprobe -r tg3
modprobe broadcom
modprobe tg3

版权声明:本文为博主原创文章,未经博主允许不得转载。

posted @ 2015-10-02 00:21  mlhy  阅读(141)  评论(0编辑  收藏  举报