misc

Disable rootless on Mac OSX 10.11

OS X 10.11 及 iOS9 引進了 System Integrity Protection 也就是俗稱的 rootless 的保護機制,簡單的說他限制了所有非 Apple 軟體去更動系統自帶的檔案,這包含了系統上最高權限的帳號 root 也無法更動,所以即使有 root 權限的 sudo 命令,也會只得到 "Operation not permitted" 或 "can’t be modified or deleted because it’s required by OS X" 的結果。

tutorials

Home made Fusion Drive

簡述如何將 SSD+HD 組合成 Fusion Drive...

tutorials

HardwareGrowler

HardwareGrowler is an application that sends Growl notifications when devices are connected or disco...

tutorials

Mac OS X 更改家目錄的名稱

經常會有人問如何更改家目錄的名稱,或是更改後發現無法登入或是檔案不見等等的情形,若稍對 *nix 有點經驗的人,應該瞭解這些權限的原由以及 passwd 檔案的關連,所以通常不會遇到問題,就算發現改了...