System Monitor
sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor
sudo apt-get update
sudo apt-get install indicator-sysmonitor
转自:https://github.com/fossfreedom/indicator-sysmonitor
SS
sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5
疑似失效
转自:https://code.launchpad.net/~hzwhuang/+archive/ubuntu/ss-qt5
Chrome x64
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
如果安装过程中遇到“依赖关系问题 - 仍未被配置”,可运行
sudo apt-get install -f
而后使用刚才的dpkg命令重新安装
转自:http://www.linuxidc.com/Linux/2014-04/100645.htm
https://www.cnblogs.com/darkknightzh/p/5638149.html
VMware Tools
将VMwareTools-10.1.6-5214329.tar.gz复制到其他目录,然后解压缩,使用Terminal运行
./vmware-install.pl
What is the location of the “ifconfig” program on your
machine?
输入yes回车即可
Language Support 中文语言包/修改为中文
ubuntu software database is broken
It is impossible to install or remove any software. Please use the package manager "Synaptic" or run "sudo apt-get install -f" in a terminal to fix this issue at first.
卸载ThunderBird即可解决该问题。
pip3 找不到命令
安装了python3状态下执行:
sudo apt-get install python3-pip