OS X 10.6.4 內的程式還有PowerPC的...
07/02/2010, 09:15 - Apple
MacBook Pro跑的程式,現在大都是Intel 64bit的格式了,不過還是有些是32bit的,更好玩的是還有PowerPC的。Apple在對舊程式的相容能力,在這部份就沒有話說的了。
Apple Remote Desktop 棒
06/19/2010, 21:56 - Apple
Apple Remote Desktop 不是一般的 remote control,今天遠端昇級一部Mac,download好之後會要求重開機。重開機之後,Apple Remote Desktop 還是看得到安裝過程,要等到真正的重開才會Disconnect/Reconnect。我想,在安裝階段時系統並還沒進入重開,而是安裝完成之後才是真正的重開機。不過這樣還是比別的remote control程式好多了啊!

OS X 10.6.4
06/17/2010, 12:29 - Apple
很大啊!

Safari5 reader
06/08/2010, 10:20 - Apple
換了Safari5之後,發現有些網站會在位址列出現"reader"字樣,按下去之後出現了沒有廣告的網頁內容耶,還可以直接印出,很方便。不過不是每個網站都會出現reader選項。而且Safari反應變快了。

Safari Reader
Safari Reader removes annoying ads and other visual distractions from online articles. So you get the whole story and nothing but the story. It works like this: As you browse the web, Safari detects if you’re on a web page with an article. Click the Reader icon in the Smart Address Field, and the article appears instantly in one continuous, clutter-free view. You see every page of the article — whether two or twenty. Onscreen controls let you email, print, and zoom. Change the size of the text, and Safari remembers it the next time you view an article in Safari Reader.
From Apple Safari Reader
是Safari自已決定選擇比較長的內文顯示在Safari reader內,太短的就不會出現了。

Safari5 reader 很直接,好用啊,可以過濾廣告,也可以用比較大的字體,方便閱讀。
這個功能,現在除了Safari5之外,Google Chrome 可以外加Readability Redux而Firefox可以用Readability。IE的話...就說不要再用IE了啦!
Reference:
Apple Safari 5 Reader feature is fantastic
Get Safari's new "Reader" feature in Chrome and firefox
OS X 10.6.3 update
Parallels Desktop 5 for Mac 小小改善
11/23/2009, 11:57 - Apple
Parallels 4 Windows 7 系統分數
Parallels 5 Windows 7 系統分數

看來是好一點了,對我而言不是重點,反正我用到Windows的機會很低。想說的是為何 Ubuntu 9.10 在 Parallels 4 下,安裝 Parallels Tools 就會失敗(因為用的 Linux Kernel版本較 Parallels Tools 中支援列表的要新,沒辦法安裝),而 Parallels 5 就可以用,這對沒有更新到 Parallels 5 的人來說很不公平吧!
還有就是網路計價的問題,這去年更新 Parallels 4 時 Fred 就說過了-Parallels 4.0‥‥結帳注意事項,不過今年還是一樣。
原本想放棄 Parallels 而換用 VirtualBox 的,因為價格及支援的問題,Ubuntu 9.10 在 VirtualBox 下就很好,但是 VirtualBox 一直沒有解決 USB device 的問題,至少在我的 Windows/Linux/MacOSX 上都不能用,所以目前的Parallels還會活在我的MacBookPro上。
OS X 10.6.2 Update
11/10/2009, 12:28 - Apple


OS X server 10.4.11 upgrade to 10.6 問題解決
11/06/2009, 21:35 - Apple
看來是 Apache 和 PHP5 之間的問題,Snow Leopard Server 的 PHP 是
root# php -v
PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
但是在系統中並沒有 Zend,而查看 Sample CPU load of httpd 時,發現 load 是在作 zend debug 時最多,所以在 /etc/php.ini 中加上兩行:
report_zend_debug = 0
mbstring.script_encoding=""
CPU load 就下來了。不過要試個幾天確定一下!
root# uptime
21:41 up 5 days, 10:57, 2 users, load averages: 0.03 0.08 0.52
Snow Leopard hosts.allow and hosts.deny
11/06/2009, 15:00 - Apple
新裝好的 Snow Leopard Server, 一直收到有人用字典攻擊,在測試密碼. 先用 /etc/hosts.allow 和 /etc/hosts.deny 過濾掉沒有正確 IP 正反解的連線, 到時再用 sshdfilter 來擋!/etc/hosts.allow
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
#in.identd:ALL:ALLOW
#
smtpd:KNOWN,LOCAL,192.168.0.0/255.255.242.0:ALLOW
smtpd:UNKNOWN,PARANOID:DENY
#
httpd:KNOWN,LOCAL,192.168.0.0/255.255.2242.0:ALLOW
httpd:UNKNOWN,PARANOID:DENY
#
vsftpd:LOCAL,KNOWN,192.168.0.0/255.255.242.0:ALLOW
vsftpd:UNKNOWN,PARANOID:DENY
#
##in.telnetd:LOCAL,KNOWN,host,192.168.0.0/255.255.242.0:ALLOW
##in.telnetd:KNOWN,UNKNOWN,PARANOID:DENY
#
ipop3d:KNOWN,LOCAL,192.168.0.0/255.255.242.0,:ALLOW
ipop3d:UNKNOWN,PARANOID:DENY
#
imapd:KNOWN,LOCAL,192.168.0.0/255.255.242.0,:ALLOW
imapd:UNKNOWN,PARANOID:DENY
#
sshd:KNOWN,LOCAL,192.168.0.0/255.255.242.0:ALLOW
sshd:UNKNOWN,PARANOID,173.183.250.38:DENY
#
named:ALL:ALLOW
#
ALL:KNOWN,LOCAL,192.168.0.0/255.255.242.0:ALLOW
ALL:UNKNOWN,PARANOID:DENY
#
/etc/hosts.deny
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
#ALL:UNKNOWN,PARANOID:DENY
OS X server 10.4.11 upgrade to 10.6 問題暫解
11/03/2009, 11:59 - Apple
最近將原本在 iMac G5 上的 OS X Server 從 Tiger 10.4.11 昇級並換裝至 Mac Mini 的 Snow Leopard Server 10.6. 從 PowerPC 換成 Intel 的 CPU, 因為 Apple 在這兩種 CPU 上使用的 HDD Partition 格式不同, 無法直接以原來PowerPC的硬碟在Intel機器上開機. 所以將 iMac G5 放到 Target Disk Mode, 用 Firewire 連至 MacMini, 當成資料硬碟, 就可以無痛昇級,Snow Leopard Server 系統在一安裝好之後,第一次開機會有 Server Migration 可以自動作昇級,並自動作資料的搬移及轉換, 不過時間要等有點久, Snow Leopard Server 安裝約一個小時,但需要3個小時作 migration, 最多時間用在作原本的 user 所存放的 mail 格式轉換. 10.6 server 的 postfix 己經由原本的 UNIX mailbox 格式, 換成 QMail 的 maildir 可以加快信件的處理速度. 經過 Server Migration 之後, 所有的的資料都在, 密碼及SSL的CA設定也都沒有改變, 在外部的人根本無法察覺到 Server 己經換了.跑了兩天發現系統的 loading (uptime) 會上昇到 40 以上, CPU 100% 滿載, (一般的 UNIX 系統在 3 至 5 就不得了了), 讓系統反應變慢. 檢查的結果應該是 apache2 的關係, 原因還不明, 因為有使用 Squirrel webmail, 無法停掉 apache, 先作一個 shell script 放在 crontab 中定時檢查若 load 大於 8, 就重新起動 apache. 作為暫時解決的方案.
#!/bin/sh
AP_PS=`ps -ax|grep httpd|grep -v grep|wc -l|awk '{printf("%d\n",$1)}'`
LOAD=`uptime|awk '{printf("%d\n",$11)}'`
if [ $LOAD -ge 8 ]; then
if [ $AP_PS -ge 10 ]; then
/usr/sbin/apachectl restart
fi
fi

















