硬盘:
1./etc/fstab追加discard选项,开启trim命令(在SSD硬盘接口是SATA时才有用)
网络:
1.自带有线网卡坏了,禁用:https://www.cnblogs.com/luniverseg/p/12055617.html
2.移出无线网卡配置文件/etc/modprobe.d/iwlwifi.conf 中的 11n_disable=1 选项,开启对5G的支持
3.将网卡名称调整成熟悉的名字:https://www.cnblogs.com/luniverseg/p/12055617.html
root权限:
第一次使用root权限时需要设置root密码:sudo passwd root
输入法优化:
1.搜狗有内存泄漏,卸载:
#deepin删除sogou输入法后fcitx托盘会消失,解决方法:
#先将fcitx也删除,再将~/.config下面与sogou和fcitx相关的配置文件也删除,再安装fcitx.
sudo apt purge sogoupinyin fcitx
cd ~/.config
rm -rf SogouPY.users SogouPY sogou-qimpanel fcitx fcitx-qimpanel
sudo apt install fcitx
#再注销一下当前用户,或重启电脑。托盘就可以出现了。