最近网络上乌烟瘴气地,发些东东给大家解解闷,同学们有什么好技巧也跟帖一起发出来啊
使用指南,有 $ 开头的是终端命令行,输入命令时请小心仔细,如我的提供的方法有误请指正。
所有方法都是从网上得到,大部分我都是亲自试验过能用,也有可能因为系统和软件升级造成失效的,使用后如有任何不良后果请自负,本人概不负责
把 ICNS 图标格式转换成其它图片格式- $ sips -s format png Dictionary.icns --out ~/Desktop/Dictionary_icon.png
复制代码 -s format 后面跟图片格式,如 png jpg gif bmp tiff 等,改了图片格式后,后面的文件名也要做出相应的更改,切记
Front Row 里看 720p 高清格式的电影预告
激活- $ defaults write com.apple.frontrow TrailerBypass http://www.apple.com/trailers/home/xml/current_720p.xml && killall "Front Row"
复制代码 还原- $ defaults delete com.apple.frontrow TrailerBypass && killall "Front Row"
复制代码 reset PRAM
启动电脑时按住 Command-Option-P-R 直到听见第二次开机钟声 reset 就完成了
reset NVRAM
启动时按住 cmd+option+o+f,在出现 "To continue booting ..." 以后, 用键盘键入 "reset-nvram" ,回车. 然后键入"reset-all" ,回车
截屏时不带窗口阴影- $ defaults write com.apple.screencapture disable-shadow -bool true
复制代码 还原- $ defaults delete com.apple.screencapture disable-shadow
复制代码 替换截屏文件格式- $ defaults write com.apple.screencapture type filetype
复制代码 将 filetype 换成你想要的文件格式就行,如 png jpg gif bmp 等
改变截屏默认路径- $ defaults write com.apple.screencapture location /Full/Path/To/Folder
复制代码 路径必须是完整的,shortcut 方式(如 ~/folder)不行,要 /User/username/folder 这种完整格式的,并且要确定路径最后的目录存在避免出现问题。
以上三个个截屏有关的都需要登出后再登入才能生效,或者在终端下输入下面的命令让它们立即生效在非 Air 的系统上激活 Remote Disc 功能- $ defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
- $ defaults write com.apple.NetworkBrowser ODSSupported -bool true
复制代码 持續更新中...
★★★
|
关于我们