sudo apt remove libreoffice-calc
sudo apt remove libreoffice-draw
sudo apt remove libreoffice-impress
sudo apt remove libreoffice-writer
sudo apt remove libreoffice*
//清除libreoffice配置文件
sudo apt purge libreoffice*
sudo apt autoremove
sudo apt-get install filezilla
sudo apt remove thunderbird
sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5
sudo apt install fcitx-googlepinyin
fcitx-config-gtk3
链接【问题】Ubuntu系统使用搜狗输入法时,只能打出英文,无法输中文。
sudo ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
sudo vim /etc/resolv.conf
nameserver 114.114.114.114
--------------------------------------------------
在网卡文件中修改
echo 'DNS1="114.114.114.114" ' >> /etc/sysconfig/network-scripts/ifcfg-eth0
在主机表文件host文件中修改
echo "223.231.234.33 www.baidu.com" >> /etc/hosts
在域名服务器中修改
echo 'nameserver 114.114.114.114' >> /etc/resolv.conf
生效顺序是:
1 hosts文件 ---- 2 网卡配置文件DNS服务地址 ---3 /etc/resolv.conf
需要注意的是:
1、/etc/resolv.conf下配置nameserver 会即时生效,但是每次重启操作系统会根据ifcfg-eth0里的DNS信息把该文件重写
2、ifcfg-eth0里配置的DNS信息相当于Windows界面里你设置IP时设置的DNS,是永久的,开机重启后依然存在
3、hosts文件的作用与Windows下的hosts文件作用相同,可以用该文件设置局域网内机器IP与机器名称对应,因其优先级高,
可以用来屏蔽一些不想访问的网址,破解啊,更新啊等
1.安装工具gnome-tweaks
安装gnome-tweaks和gnome-tweak-tool:
sudo apt-get update
sudo apt-get install gnome-tweaks
sudo apt-get install gnome-tweak-tool
终端打开 gnome-tweaks
2.安装gnome扩展并设置
安装gnome-shell-extensions
sudo apt-get install gnome-shell-extensions