mac下的个性设置命令 纪录一下,以备查找 阻止.DS_STORE文件的生成 defaults write com.apple.desktopservices DSDontWriteNetworkStores true 设置抗锯齿,X为1-3的整数 defaults -currentHost write -globalDomain AppleFontSmoothing -int X 未分类 2009-10-15 arnehuo
通过加载AppleLPC.kext来使用MAC原生的CPU电源管理 原文http://bbs.pcbeta.com/thread-594984-1-1.html 查找0x001F0000,在其后添加 Name (_ADR, 0x001F0000) Method (_DSM, 4, NotSerialized) { Store (Package (0x02) { "device-id", Buffer (0x04) { 0x18, 0x3A, 0x00, 0x00 未分类 2009-10-13 arnehuo
转Snow Leopard Ars Technica Review 摘要 原文地址是http://www.robinlu.com/blog/archives/488, 原文中的原文地址是 http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars 不便转载 about develop 2009-10-07 arnehuo