2010年4月7日 星期三

Leopard~AirPort Printer

自從投奔蘋果陣營


幾年了,都沒有碰過啥難題


難題只因手賤~幹嘛重灌 Leopard


結果AirPort鬧脾氣,跟PowerBook不溝通了!


說不溝通也不是,明明就溝通良好


就死不幫忙傳訊息給託管的 CX4900


人家別台要死的 Windows XP送資料給AirPort就好好的傳給CX4900列印


擺明了就是不爽我重灌leopard


還好我英明睿智,就算你蘋果官網不提


各大蘋果好友不說


還是被我嗅出端倪


速速下載Gutenprint 5.2.5


就搞定! http://gutenprint.sourceforge.net/index.php

Pidgin

Pidgin突然出現 麻將語,看都看不懂!


D還以為我心情太好,臭屁起來

猛打麻將語!

網路上找到 在Pidgin的[工具\偏好設定\交談中]不要勾選[顯示所收訊息的格式化]就搞定!

記起來,給D看!




麻將語

2010年3月16日 星期二

理念

有時候,理念不合會讓人不欣賞對方
最近才發現,理念不合其實真的還好
人格的卑劣才是令人難以忍受

經常羨慕D【直覺的真理】,一下子就知道對、錯
慢慢的跟D學,對於對、錯也敏感了起來

扭曲了的教育思維,竟然讓自己忍不住難過

2010年2月7日 星期日

果斷管教法

L.Canter & M.Canter
果斷管教法(Assertive discipline)
  • 教師在教室裡,必須有相當大的影響力
  • 有決斷能力的老師,才是具有影響力老師
  • 老師在教室裡所表現的決斷力,是可以培養的

2010年1月30日 星期六

XBMC-中文 osx

在我的PB下試用XBMC
中文解決
將字形複製到application\XBMC\Contents\Resources\XBMC\media\Fonts下\
並更名為arial.ttf
執行XBMC
SYSTEM
外觀\桌面字形 改成arial
Interial 內 語言改成Chinese(Traditional)
Characcter Set 改成符Chinese Traditional (Big5)

2009年11月16日 星期一

在OSX下製作USB image備份

I recently downloaded an Ubuntu image for netbooks, and I needed to install this onto a USB flash drive so I could boot it. This is pretty simple with OS X and Disk Utility and dd from the command line. Be sure your flash drive is large enough to hold the disk image.
* Plug the flash drive into a USB port and launch Disk Utility.
* Select the flash drive and press apple+i to bring up the info
* remember the device id, it will be diskN where N is a number, such as disk4
* select the volume (not the device) and click unmount.
* open a terminal window, and type:
sudo dd if=/path/to/file.img of=/dev/disk4 bs=1024Be sure to use your path to the image file, and the device id you got from disk utility in place of "disk4". You can drag the .img file into the terminal window if you don't want to type the full path to it.
Now wait a bit for the image to be written. When its done you will get something similar to this:969568+0 records in
969568+0 records out
992837632 bytes transferred in 521.666371 secs (1903204 bytes/sec)