You are currently browsing the 博百优 | yaozer 博客 blog archives for 2月, 2010.

Archive for 2月, 2010

ubuntu安装雷鸟thunderbird 3

星期五, 2月 26th, 2010

最新Mozilla的邮件客户端thunderbird 3前段时间已经发行了,不过现在只有tar格式的包可以提供下载,需要自己通过源码编译安装,本篇说下如何使用PPA源在ubuntu 终端里直接输入命令安装thunderbird 3.0 或者 3.1测试版。

对于ubuntu 9.10版本,在终端中通过如下命令添加Mozilla PPA

sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa

对于ubuntu 9.04 8.10 通过编辑/etc/apt/sources.list添加,在终端输入:

sudo gedit /etc/apt/sources.list

9.04版本使用如下命令中添加:

deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main

8.10版本使用如下命令中添加:

deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main

要添加gpg key :

sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 247510BE

最后通过如下命令安装3.0或者3.1版本:

开始安装 3.0

sudo apt-get update

sudo apt-get install thunderbird-3.0 thunderbird-3.0-gnome-support

开始安装 3.1

sudo apt-get update
sudo apt-get install thunderbird-3.1 thunderbird-3.1-gnome-support

来源: http://www.ourubuntu.com/software/2009/1223/ubuntu-thunderbird-install.html

分享家:Addthis中国

MySQLTuner High-performance MySQL optimization script

星期三, 2月 24th, 2010

http://blog.mysqltuner.com/download/

wget mysqltuner.pl
perl mysqltuner.pl
分享家:Addthis中国