Ubuntu Server 10.04 (Jaunty) Installing RMagick and git-core

Server System:ubuntu server 10.04


$ sudo aptitude install -y imagemagick
$ sudo aptitude install -y libmagick9-dev
$ sudo gem install rmagick

Testing

irb -rubygems -r RMagick
irb(main):001:0> puts Magick::Long_version
This is RMagick 2.13.1 ($Date: 2009/12/20 02:33:33 $) Copyright (C) 2009 by Timothy P. Hunter
Built with ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
Built for ruby 1.8.7
Web page: http://rmagick.rubyforge.org
Email: rmagick@rubyforge.org
=> nil

Installing git on Ubuntu 10.04 (Jaunty)

$ sudo apt-get build-dep git-core git-doc libssl-dev
$ wget http://kernel.org/pub/software/scm/git/git-1.6.3.3.tar.gz
$ tar -xzf git-1.6.3.3.tar.gz
$ cd git-1.6.3.3/
$ ./configure
$ make all doc
$ sudo make install install-doc
$ git --version
git version 1.6.3.3

Embrace in Love and Dream

Stand next to me
I want to see you in this place
You are everywhere I look
As the light falls all around your face

你紧拉我的手 (Ni jing la wo de shou)
我们相守已很久 (Wo men xiang shou yi hen jiu)
时间在歌唱,朋友 (Shi jian zai ge chang, peng you)

请永远留在此刻 (Qing yong yuan liu zai ci ke)
让我们拥抱爱的梦想 (Rang wo men yong bao ai de meng xiang)

这里有希望 (Zhe li you xi wang)
这里圣火亮 (Zhe li sheng huo liang)
这里是我们世代的友谊故乡 (Zhe li shi wo men shi dai de you yi gu xiang)

You are me
And I am you

同一个世界 (Tong yi ge shi jie)
同一个梦想 (Tong yi ge meng xiang)

My name is hope
My name is love

同一个世界 (Tong yi ge shi jie)
同一个梦想 (Tong yi ge meng xiang)

你在我身旁 (Ni zai wo shen pang)
我们共享梦的时光 (Wo men gong xiang meng de shi guang)
今天直到永远 (Jin tian zhi dao yong yuan)

请永远留在此刻 (Qing yong yuan liu zai ci ke)
让我们拥抱爱的梦想 (Rang wo men yong bao ai de meng xiang)

When there is hope
There is a chance
That all our dreams will come to pass

You are me
And I am you

同一个世界 (Tong yi ge shi jie)
同一个梦想 (Tong yi ge meng xiang)

When there is hope
There is a chance

That all our dreams will come to pass

When there is hope
When there is love

And then we can open our arms
And fly
And we fly

Rails 2.0 Released

当我还在闷着头研究Ruby on Rails的时候,当还在为一点小进步而窃喜的时候。
Rails 前几天发布了2.0的正式版,看来学习的速度都快跟不上技术更新的速度了.. -_-!!
Rails 2.0相比上一个版本(Rails 1.2)相比改善了很多,如RESTful 的语法,Action Pack: Multiple View,Active Record 速度上提升了不少,更简易的 Active Record: Migration,ActionController::HttpAuthentication 等。

相关连接:
Ruby on Rails 2.0的新特性介绍
Rails 2.0: It’s done!

PS:好久没有更新了,说其原因是工作太忙?好像也不是理由…都说不成功的男人总是很忙碌的,且整天忙碌的男人是发现不了身边有趣的事情。然而,再然而,这应该才是Bloging最本源、最体贴之处吧!

升级WordPress 2.3

这次WordPress 2.3终于没再跳票,如期发布。这个版本中增加了很多新的功能,解决了 351个 bug,还是见意大家升级,升级方法网上有很多这里就不多描述。
官方的说明这是第一个对 Atom 1.0 完整支持的版本,改用新版 jQuery,但我从使用上我没有感觉到有多大变化。新的WYSIWYG (所见即所得编辑器,但我到目前还一直使用Html Code 模式)。
* 原生 Tag 支持;
* 新版本提示;
*规范化的,有理利于对搜索引擎优化的地址 ( anonical URLs, helps your search engine optimization );
* 等待审核”(pending review)特性;
* 增强所见即所得编辑器。

从WordPress 2.2 alpha 到 2.3 alpha 再到下在的 2.3 正式版我一直期待的就是原生Tags功能,可下午研究了好久也没找到管理内生的Tags,原有的Simple Tagging貌似不兼容,继续解决….

WordPress 2.2.2 & 2.0.11

WordPress 2.2.2 和 2.0.11 发布,参考 2.2.2修正的问题和2.0.11 修正的问题。
记录一下2.2.1到2.2.2的更新文件
* wp-includes/version.php
* wp-includes/general-template.php
* wp-includes/theme.php
* wp-includes/widgets.php
* wp-includes/functions.php
* wp-app.php
* wp-settings.php
* wp-admin/edit-comments.php
* wp-admin/admin-functions.php
* wp-admin/admin-db.php
* wp-admin/import/wordpress.php
* wp-admin/upload-functions.php
* wp-admin/link-import.php
* wp-admin/options.php