安装Ubuntu 16.04后要做的事
1 .删除libreoffice
libreoffice虽然是开源的,但是Java写出来的office执行效率实在不敢恭维,装完系统后果断删掉
sudo apt-get remove libreoffice-common
2.删除Amazon的链接
sudo apt-get remove unity-webapps-common
3.删掉基本不用的自带软件(用的时候再装也来得及)
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
sudo apt-get remove onboard deja-dup
这样系统就基本上干净了。
4.安装Vim
sudo apt-get install vim
5.安装搜狗输入法
vim /etc/apt/sources.list.d/ubuntukylin.list文件,加入ubuntu kylin的apt源
deb http://archive.ubuntukylin.com: 0006/ubuntukylin trusty main
然后
sudo apt-get update
sudo apt-get install sogoupinyin
这样就可以apt安装和更新搜狗输入法了。
6.安装WPS Office
https://www.cnblogs.com/gisalameda/p/6839482.html
sudo apt-get install syspeek
7.安装git和vpnc
git和vpn大家都懂的,程序员的好工具。
sudo apt-get install vpnc git
8.安装openssh-server
sudo apt-get install openssh-server
安装之后,就可以在Win下用ssh工具远程登陆了,当然也多了一个安全隐患,如果不想远程登陆本机的话,可以不装openssh-server。
9.安装CMake和Qt Creator
CMake和Qt Creator是Linux下开发C++程序的神器,Ubuntu 5.04已经集成了最新版的Qt Creator (3. . )。
sudo apt-get install cmake qtcreator
10.安装ExFat文件系统驱动
Ubuntu默认不支持exFat文件系统的挂载,需要手动安装exfat的支持
sudo apt-get install exfat-fuse
装上exfat-fuse之后就可以挂载exfat分区的磁盘了。
11.安装unrar
系统默认不带解压缩rar文件的功能,手动安装unrar程序
sudo apt-get install unrar
装上之后就可以用命令解压缩rar文件了。
使用如下命令解压缩文件到当前目录。
unrar x test.rar
浙公网安备 33010602011771号