{"id":1528,"date":"2015-06-13T20:47:58","date_gmt":"2015-06-13T12:47:58","guid":{"rendered":"http:\/\/www.computersolutions.cn\/blog\/?p=1528"},"modified":"2015-06-13T20:47:58","modified_gmt":"2015-06-13T12:47:58","slug":"apple-tips-and-tricks","status":"publish","type":"post","link":"https:\/\/www.computersolutions.cn\/blog\/2015\/06\/apple-tips-and-tricks\/","title":{"rendered":"Apple Tips and Tricks"},"content":{"rendered":"<p>As I haven&#8217;t posted in a while, I thought I would publish a few tips and tricks for Apple computers.<br \/>\nAll of the tips below are done inside Terminal.<\/p>\n<p>I find most of them useful, don&#8217;t blindly copy and paste unless you understand what you&#8217;re doing.<br \/>\nSome of them can be accomplished in the OSX Gui, some cannot.<\/p>\n<p>&#8212;-<\/p>\n<p>Getting access to the Beta&#8217;s for OS X<br \/>\n<strong>Accessing public beta&#8217;s via Software update (on Yosemite)<\/strong><br \/>\n<code>sudo defaults write \/Library\/Preferences\/com.apple.SoftwareUpdate CatalogURL https:\/\/swscan.apple.com\/content\/catalogs\/others\/index-10.10beta-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz<\/p>\n<p>softwareupdate -l<\/code><\/p>\n<p><strong>Accessing all available beta&#8217;s via Software update (on Yosemite)<\/strong><br \/>\n<code>sudo defaults write \/Library\/Preferences\/com.apple.SoftwareUpdate CatalogURL https:\/\/swscan.apple.com\/content\/catalogs\/others\/index-10.10seed-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz<\/p>\n<p>softwareupdate -l<\/code><\/p>\n<p><strong>Resetting Software Update catalog to the defaults (eg if you used one of the above 2 catalogs)<\/strong><br \/>\n<code>sudo softwareupdate \u2013clear-catalog<br \/>\n<\/code><\/p>\n<p><strong>Making TextEdit default to plain text mode for new documents<\/strong><br \/>\n<code>defaults write com.apple.TextEdit RichText -int 0<br \/>\n<\/code><\/p>\n<p><strong>Change the default Finder location to your home folder (~\/)<\/strong><br \/>\n<code>defaults write com.apple.finder NewWindowTarget -string \"PfLo\" && \\<br \/>\ndefaults write com.apple.finder NewWindowTargetPath -string \"file:\/\/${HOME}\"<br \/>\n<\/code><\/p>\n<p><strong>Make the save panel expanded by default<\/strong><br \/>\n<code>defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true<br \/>\n<\/code><\/p>\n<p><strong>Turning off the warning when changing file extensions<\/strong><br \/>\n<code>defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false<br \/>\n<\/code><\/p>\n<p><strong>Check for software updates daily<\/strong><br \/>\n<code>defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1<\/code><\/p>\n<p><strong>Show the icons for drives, network drives, and usb disks on the desktop<\/strong><br \/>\n<code>defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true && \\<br \/>\ndefaults write com.apple.finder ShowHardDrivesOnDesktop -bool true && \\<br \/>\ndefaults write com.apple.finder ShowMountedServersOnDesktop -bool true && \\<br \/>\ndefaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true<\/code><\/p>\n<p><strong>Disable creation of .DS_Store files on network shares<\/strong><br \/>\n<code>defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true<\/code><\/p>\n<p><strong>Unhide the user Library folder<\/strong><br \/>\n<code>chflags nohidden ~\/Library<\/code><\/p>\n<p><strong>Enable AirDrop over Ethernet and on unsupported Macs<\/strong><br \/>\n<code>defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As I haven&#8217;t posted in a while, I thought I would publish a few tips and tricks for Apple computers. All of the tips below are done inside Terminal. I find most of them useful, don&#8217;t blindly copy and paste unless you understand what you&#8217;re doing. Some of them can be accomplished in the OSX [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[7,4],"tags":[524,511,510],"class_list":["post-1528","post","type-post","status-publish","format-standard","hentry","category-apple","category-useful-info","tag-apple","tag-terminal","tag-tips-and-tricks"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/posts\/1528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/comments?post=1528"}],"version-history":[{"count":1,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/posts\/1528\/revisions"}],"predecessor-version":[{"id":1529,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/posts\/1528\/revisions\/1529"}],"wp:attachment":[{"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/media?parent=1528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/categories?post=1528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.computersolutions.cn\/blog\/wp-json\/wp\/v2\/tags?post=1528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}