提醒自己装完UBUNTU后要做的(持续更新)

来源:互联网 发布:阿里云邮箱添加账号 编辑:程序博客网 时间:2024/04/29 18:33
1、选择中国源
2、sudo apt-get update && sudo apt-get upgrade
3、语言支持
4、安装bumblebee支持双显卡 http://www.mintos.org/hardware/ubuntu-nvidia-driver.html
5、apt-get install lm-sensors 查看CPU温度
6、安装CHROME
7、翻越防火长城 https://code.google.com/p/goagent/
8、安装ubuntu restricted extras sudo apt-get install ubuntu-restricted-extras
9、安装Adobe Flash player sudo apt-get install flashplugin-installer
10、安装VLC sudo apt-get install vlc
11、安装配置 sublime text3
如何安装package control:
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
插件推荐:http://www.ladyloveit.com/sublime/developers-commonly-used-10-sublime-text-plugin/
Theme:soda
字体:monaco,yahei consolashybrid
12、配置conky-colors http://forum.ubuntu.org.cn/viewtopic.php?f=94&t=313031
0 0
原创粉丝点击