Ubuntu 需要安装软件地址记录

版权声明:本文为博主原创文章,转载请注明出处 ~ ~ ~ https://blog.csdn.net/tangwenbo124/article/details/77995171

1.先是chrome

下载:chrome下载地址
安装: sudo dpkg -i google-chrome-stable_current_amd64.deb
运行,输入 google-chrome

2.下载shadowsocks-qt5

终端输入

sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5

安装完毕,输入ss-qt5运行
其它ss客户端下载地址:ss客户端下载

3.下载SwitchyOmega插件,以及PAC文件地址

https://www.switchyomega.com/download.html

设置自动切换代理需用pac,github的地址 https://github.com/gfwlist/gfwlist
pac地址:GFWList URL(Github): https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt

4.谷歌浏览器下载器插件Chrono

功能很强大,下载:Chrono

5. 系统资源监视器 indicator-sysmonitor

可以在右上角显示 实时网速、cpu温度、cpu利用率等信息
安装

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor  
sudo apt-get update 
sudo apt-get install indicator-sysmonitor 

运行输入 indicator-sysmonitor &,启动后设置显示网速、开机自启动

6.下载Wine

#安装
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
sudo apt-get install winehq-staging

#卸载
sudo apt-get install ppa-purge
sudo ppa-purge ppa:wine/wine-builds

下载 Anaconda

猜你喜欢

转载自blog.csdn.net/tangwenbo124/article/details/77995171