升級 WordPress 指令

不多,就行:

wget http://wordpress.org/latest.tar.gz
tar -xzf latest.tar.gz
cd www
cp -Rpf ../wordpress/* .
cp -Rpf ./wordpress/* ./www

參考我如何學會停止憂慮而愛上 WordPress 升級他寫的指令我跑起來會把整個 wordpress 目錄 copy 到 www 下,因此在這裡的最後一行是我試出來的。

今天升級 WordPress 2.2 的時候發現我的指令失效了,變成原來文章的指令才有用。是因為 Ubuntu 自動升級了 bash 嗎?怪…

別忘了要用 wp-backup 先把資料庫備份寄出去。

Update: 濃縮成一行(不含備份喔!):wget http://wordpress.org/latest.tar.gz -O - | tar -xz; cp -R ./wordpress/* ./www/; rm -R ./wordpress

PCMan 成為公開源碼軟體

PCMan只貼新聞,不說話(XD):PCMan 因為即將畢業踏入醫界,無力獨立維護此軟體所以決定將源碼公開放在 Open PCMan 專案

Well… 誠心祝福開放源碼後能早日釋出新版,趕快把這個佔有率數一數二的軟體的一些兩年老的以來 bug 修掉吧 (像是 PCMan 當機文、問號圖等等)。

KKManKKMAN 也很久沒出新版了呢;全公司的人都跑去寫 KKBox 了嗎?

Introducting Stellarium

Introducing Stellarium

Since I couldn’t find a topic interesting enough for my final presentation in English Presentation class, I decided to do a sales agent job – introducing Stellarium.

The presentation went well today because of the “wow” factor within the program itself as I demo – the constellation artworks, the zoom in, and the meteor shower. I am glad that I didn’t do Firefox – cool enough, but the demo would not be that attractive.

I would also like to thank my classmate Christan who rearrange the topics and consequently enhance the “wow.” I could never get this right without you.

Download my slides here (PDF). Released under CC2.0 by-nc-sa.