14.04 安装chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
goagent:
http://www.cnblogs.com/chenqiang001/p/3479706.html
thrift usage:
http://thrift.apache.org/
配置环境变量http://stackoverflow.com/questions/13428910/how-to-set-the-environmental-variable-ld-library-path-in-linux%22
http://jishu.zol.com.cn/18320.html
http://www.open-open.com/lib/view/open1400460273402.html
thrift thrift tutorial
http://diwakergupta.github.io/thrift-missing-guide/
ubuntu 64位安装wps:
在wps官网下载deb包,安装wps之后无法运行,因为缺少×××.so库。
解决方法:
1.输出当前的使用的架构:dpkg --print-architecture ,输出是:amd64
2.添加架构:dpkg --add-architecture i386
3.然后刷新下源列表:apt-get update
4.安装i386软件:apt-get install iceweasel:i386
解决方案原地址:http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=4290&extra=page%3D1