1,安装goagent,很好用的代理工具

2,安装dropbox,很好用的同步共享工具

1),安装dropbox,软件中心安装

2),安装daemon,dropbox start -i 即可,可能会遇到下面的错误,解决如下

错误:

Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable The installation of Dropbox failed

解决方法:

sudo http_proxy=http://127.0.0.1:8087 dropbox start -i
这个http_proxy是goagent的代理ip,注意是http://或者https://而不是直接127.0.0.1
或者设置http代理,在bashrc中,export
http_proxy=http://username:password@host:port/,再source ~/.bashrc
在debian系统中,apt-get ,git,wget都会使用到http_proxy这个全局变量
cento中yum的设置 ,修改文件/etc/yum.conf,proxy=http://easwy:123456@192.168.1.1:8080

3,安装wps
sudo apt-get install ia32-libs 安装相关32bit运行环境
下载 安装包
sudo dpkg -i wps-office_8.1.0.3724~b1p2_i386.deb
安装相关字体,拷贝相关字体(mtextra.ttf  symbol.ttf  WEBDINGS.TTF  wingding.ttf  WINGDNG2.ttf  WINGDNG3.ttf  wqy-bsong-0.9.9.NB.ttf)到.fonts目录,可直接到windows机器拷贝
4,安装VirtualBox,然后装个xp,分了800M内存,还是比较卡