1、安装 flash
sudo apt-get install flashplugin-installer
2、安装wps
sudo apt-get install wps-office
3、安装国际版QQ
下载安装文件 地址:http://pan.baidu.com/s/1hsCVftq
解压后 双击 wine-qqintl/wine-qqintl_0.1.3-2_i386.deb 进入到 Ubuntu软件中心 点击安装输入密码即可。
4、安装curl
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
5、安装ssh
检测SSH服务是否安装: ssh localhost
安装SSH:sudo apt-get install openssh-server
检测是否安装成功:ps -e|grep ssh