2009年10月24日 星期六

秋高氣爽的花蓮,彷彿回到山上

喜愛爬高山的人,即使已經很久沒有上山了,還是會不自覺地懷念山上的子。

自從研究所畢業後,暫時恢復悠閒的子,直到兒子出生,才又重回睡不飽的生活。
難得的星期天,因為昨天睡飽了,今天一大早就出去走走活動筋骨。

6點的吉安,天氣晴朗,萬里無雲,微風徐吹,加上這幾天重讀楊南郡先生翻譯的
「山、雲與番人」,竟錯覺是在山中漫步,回到與世無爭的山中世界!

真的很懷念,在山中你不需要算計任何事情,只要一步一腳印,走向你的理想國度,
時間許可,你也可以坐著,或躺著發呆,享受行到水窮處,坐看雲起時的心境。
最難過的時候,要算是快下到登山口的那一段路吧!

本打算女兒今年上國小,就可以帶著她一起逐步回到山的懷抱,沒想到殺出一個
老二,害我現在不知道該如何是好。

現實,永遠挑戰個人理想。

2009年3月24日 星期二

Scratch : Linux installers

http://info.scratch.mit.edu/Linux_installer

Download latest version of Scratch for Linux, scratch-1.3.1_0.9-4_i386.deb for Ubuntu 8.10.

From Command Line Interface

Install the package

sudo dpkg -i scratch-1.3.1_0.9-4_i386.deb

So, if you need to work with sound in Scratch, you should install those packages

sudo apt-get install alsa-oss libasound2-plugins

2009年2月27日 星期五

無法啟動Google Earth 5

加入
sudo mv google-earth/libcrypto.so.0.9.8 google-earth/bkp_libcrypto.so.0.9.8
就可以了!

參考:http://ubuntuforums.org/showthread.php?p=6781271

修正中文論碼:
1、關閉3D效果, 桌面-右鍵-更改桌面背景-視覺效果-無
2、裝好後,刪除 /安裝路徑/google-earth/libcrypto.so.0.9.8 如果擔心的話改個名字也行。
3、系統-首選項-qt4 設置(如果沒有的話先安裝QT,在添加刪除程序裡找一下):
fonts-family-Wenquanyi bitmap song(其它中文字體也行,文泉驛黑在GE5里不好看)
select or enter a family 選 ar pl ukai cn
關閉QT4,保存
4、啟動GE5,工具-選項-3D視圖-選擇3D字體-選一個喜歡的中文字體。
OK了
http://forum.ubuntu.org.cn/viewtopic.php?f=73&t=182986

2009年2月25日 星期三

在終端機升級ubuntu版本

Network Upgrade for Ubuntu Servers (Recommended)

  1. Install update-manager-core if it is not already installed:

    sudo apt-get install update-manager-core
  2. Edit /etc/update-manager/release-upgrades and set:

    nano /etc/update-manager/release-upgrades

    Prompt=lts改為

    Prompt=normal

  3. Launch the upgrade tool:

    sudo do-release-upgrade
  4. Follow the on-screen instructions.
參考:http://www.ubuntu.com/getubuntu/upgrading

2009年2月4日 星期三

Lenovo 3000 V200 XP driver

Ubuntu在驅動Printer還有待努力:Epson 6200L,CX11F等

所以在VirtualBox裡的XP就需要Driver了:

Lenovo Support & downloads - Drivers and software - 3000 V200

http://www-307.ibm.com/pc/support/site.wss/MIGR-68014.html

2009年2月3日 星期二

升級Fedora core 7

用光碟無法升級,會要求直接安裝,所以找了一篇文章:http://blog.ssh.tw/?p=950

修改如下:
  1. su -
  2. yum update
  3. yum clean all
  4. wget ftp://ftp.isu.edu.tw/Linux/Fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release*
  5. rpm fedora-release*
  6. yum remove bind pdftk (因為升級時這兩個套件會出現錯誤訊息,所以先移除)
  7. yum upgrade (要很久,先睡一覺再來)
  8. reboot
後記:因為升級完成後仍有套件錯誤的訊息,再移除,最後整個系統很多功能都被移除,就放棄了。

2009年1月22日 星期四

升级到最新的OOo3!

編輯: /etc/apt/sources.list

sudo nano /etc/apt/sources.list
在最後增加一行:
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

在終端機輸入
gpg --keyserver keyserver.ubuntu.com --recv-key 60D11217247D1CFF
gpg --export --armor 60D11217247D1CFF |sudo apt-key add -
匯入GPG,最後

sudo apt-get update
sudo apt-get upgrade