发布时间:2013-12-31 15:20:11
通过App store购买了OS X Server 3.0.1后无法安装,提示 检测到server相关问题,请重新下载解决方法(有文件改动之前请自行备份):1.删除/Library/Server/2.删除/Library/PrivilegedHelperTools/com.apple.serverd3.编辑/var/db/launchd.db/com.apple.launchd/overrides.plist,去掉<key>com.apple.serverd</key>.........【阅读全文】
发布时间:2013-07-09 11:28:24
测试环境版本:Mac 10.8.4 UBUNTU 13.04将ISO转换成IMG:hdiutil convert -format UDRW -o ubuntu-13.04-desktop-i386.img ubuntu-13.04-desktop-i386.iso查看磁盘设备名,找到U盘的设备名diskutil list卸载U盘diskutil umountDisk /dev/disk1使用dd将ubuntu的img写入U盘sudo dd if=ubuntu-13.04-desktop-i386..........【阅读全文】
发布时间:2013-02-05 17:38:19
在终端中用open打开安装程序时提示:$open /Users/hyperlau/Software\ Backup/Little\ Snitch/Little\ Snitch\ Installer.appLSOpenURLsWithRole() failed with error -10810 for the file /Users/hyperlau/Software Backup/Little Snitch/Little Snitch Installer.app.通过查看日志发现:Feb 5 1.........【阅读全文】
发布时间:2013-01-26 09:31:20
可以到如下路径:cd CoreServices.framework/Frameworks/LaunchServices.framework/Support/执行:1.查看关联缓存./lsregister -dump2.重置缓存./lsregister -kill -r -domain local -domain system -domain user......【阅读全文】