ubuntu12 从32升级到64位

gvim:
软件中心安装,把vim73和配置文件vimrc and gvimrc给拷过去。
-------------------------------------------------------
guake:
调整下界面
-------------------------------------------------------
输入法:
language surport -> options -> add new language
加入中文,同时键盘输入方式为ibus, 这时会从网上加载中文的翻译。重启机器就可以加载中文了。
这时,就可以增加五笔的输入方式了。
-------------------------------------------------------
lnmp
https://app.yinxiang.com/Home.action#st=p&x=lnmp&n=adb22c4a-6762-4d40-a1...

linux:
修改主机名: hostname 主机名
注意: /etc/hosts 必须要有条记录 把主机名解析到本机,否则svn 会出错。把原来的hosts文件给复制过去。
127.0.0.1 BT-silas

nginx: apt-get install nginx
把原来/etc/nginx下面的conf.d对拷过来就可以了。

mysql: apt-get install mysql-server
直接把原来的/var/lib/mysql给对拷/覆盖就可以了
最后把所有权赋给mysql,service mysql restart 数据完美迁移。

php: apt-get install php5-cli php5-cgi php5-fpm php5-mcrypt php5-mysql

这样,原来安装的测试环境可以完美/轻松地迁移过来了。
--------------------------------------------------------
drush:
apt-get install php-pear
pear channel-discover pear.drush.org
pear install drush/drush
or
pear install drush/drush
drush version
-------------------------------------------------------
chrome:
下载google chrome deb包

32位:https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

64位:https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

pkg -i google-chrome-stable_amd64.deb
apt-get -f install

http://hi.baidu.com/kevin276/item/29bc1c96a208fabc82d29542
-------------------------------------------------------
版本控制
apt-get install git-core git-svn subverison
-------------------------------------------------------
firefox: firebug, web developer, lastpass autoproxy, vimrun
-------------------------------------------------------
最近公司的机器升级了:
CPU: 4核的3.1G
4G内存 -> 16G内存
硬盘升级到120的固态硬盘
加入独立显卡

现在机器可以可以10之内完成启动,可以开好向个虚拟机。再加个大屏的显示器就完美了。