FirstDay - RobotQZ/MyLearningAboutUbuntu- GitHub Wiki
Welcome to the MyLearningAboutUbuntu- wiki!
1、查找火狐具体内容:dpkg --get-selections |grep firefox
2、卸载软件:sudo apt-get purge firefox
3、安装搜狗输入法:sudo dpkg -i sogou_pinyin_linux_1.0.0.0033_amd64.deb
4、解决“[ubuntu] sudo:无法解析主机问题”:在hosts中加入127.0.1.1 主机名
终端中输入命令:sudo gedit /etc/hosts
在hosts中输入:127.0.1.1 主机名
5、翻墙修改hosts
上老D博客下载hosts文件后复制其中内容
终端输入:sudo gedit /etc/hosts
将之前复制的内容粘贴在这句话# The following lines are desirable for IPv6 capable hosts之上。
如果不清楚就不要删除之前内容。
保存退出 ,然后重启网络: /etc/init.d/networking restart