ubuntu 设置

来源:互联网 发布:武汉php培训 编辑:程序博客网 时间:2024/05/17 01:11
0、源更换
sudo gedit etc/apt/sources.list
sudo apt-get update

1、拼音打字问题
ibus-daemon -drx

2、我们打开编辑vim的配置文件:
sudo vim /etc/vim/vimrc
在其中加入一行:set number。
保存后退出。

3、 flash 
sudo apt-get install flashplugin-installer

4、wifi掉线
(1)  /etc/modprobe.d/rtl8723be.conf (没有的话自己新建)
sudo touch rtl8723be.conf
sudo chmod +w rtl8723be.conf
写入下面的代码:
 options rtl8723be ips=0 fwlps=0 swlps=0 swenc=1

(2) /etc/default/acpi-support找到
# Add services to this list to stop them before suspend and restart them in # the resume process.
STOP_SERVICES=""
改为
STOP_SERVICES="networking"

(3)  sudo gedit /etc/modprobe.d/iwlwifi.conf
在文件末尾添加
options iwlwifi 11n_disable=1
0 0
原创粉丝点击