Apache 是 Internet 世界最偉大的 project

以前 打 www.apache.org 可能就是看到 apache web server 的 download , document ….等等, 但隨著越來越多開發者把他們的 project 標記成 apache license , apache 於是變成一個巨大的 project 集中地 – The Apache Software Foundation ….

apache web server 是排名第一的 web server 這不用說, 今天認識了 Lucene , Solr 這個應該算是 apache 第二大

Apache Lucene Java 分類是 database
http://projects.apache.org/projects/lucene_java.html

Apache Solr 是被分類在 web-framework, network-server
http://projects.apache.org/projects/solr.html

 

2011.0320 國道馬拉松 = 14馬

這場最累, 13K 開始我的右膝就痛了,  後面遇到水站用水倒到腿上降溫後, 竟然立即就不痛了, 原本打算跑到 30K 後就不跑了, 坐不曾坐過的殿後車回來,  後面沒再繼續痛下去, 但也跑不快了, 就開始慢慢跑, 今天穿 cw-x 長褲是一大失策, 今天氣溫太高了, 後面都是曬太陽, 跟頂著風跑, 11點多的溫度應該有 25度以上了.

哈哈, 雖然成績不好, 但是也蠻高興的, 因為我越來越了解我的身體了.

Read more

linux 開機時顯示 IP address script

有時需要用 vm 模擬一堆 server 的環境 , 開了 guest vm (linux) , 但是就是要進 console 後才能知道 IP address , 有些麻煩

這個 script 可以幫助一下, 把 該 server 取得的 IP address 顯示在 console 上, 把它寫成一個 bash 或加到 /etc/rc.local 去

IPADD=`/sbin/ifconfig | sed '/Bcast/!d' | awk '{print $2}'| awk '{print $2}' FS=":"`
echo " $IPADD" >> /etc/issue

[note] Paris Marathon Pacemakers , 巴黎馬拉松定速員 , 跟著跑就對了!

Pacemakers

The idea of “pacemakers” was invented at the Paris Marathon 12 years ago and has now been copied all over the world! The original aim was to provide “hares” for the champions, to help them beat world records, but you had to go by it on your own! For some of you, four hours also represents a real achievement.
The balloons, which sometimes used to burst under the trees in the Bois de Vincennes, have been replaced by streamers, flags in the colours of your starting area, based on your expected time.

Read more