ubuntu 18.04 网络图标不见的问题解决方案
sudo service network-manager stop
sudo rm /var/lib/NetworkManager/NetworkManager.state
sudo service network-manager start
sudo gedit /etc/NetworkManager/NetworkManager.conf
把false改成true
sudo service network-manager restart
无法解压rar文件
unrar -x /home/misty/IntelliJIDEAProjects/AndroidTool.rar
unrar 0.0.1 Copyright (C) 2004 Ben Asselstine, Jeroen Dekkers
Extracting from /home/misty/IntelliJIDEAProjects/AndroidTool.rar
unknown archive type, only plain RAR 2.0 supported(normal and solid archives), SFX and Volumes are NOT supported!
All OK
解决办法:使用7zip
-
sudo apt-get update
-
sudo apt-get install p7zip-full p7zip-rar
-
Then the command to unzip is
7z x <file>
拉取github代码很慢,需要终端使用ss
deepin 系统使用方法
- 首先shadowsocks-QT5成功开启并且链接上代理服务器
- 在设置里面选择应用代理 ,端口 为ss配置端口,默认1080, 代理本地
127.0.0.1
- 设置好之后右键终端->使用代理
- 然后重新启动终端即可使用代理终端了(一定要另起终端不然不会生效)