Apr 02
So when you need to download a large file and don’t want to have to worry about whether or not Safari or Firefox continues to run with out interruption, use Terminal and curl (wget replacement). Note: wget is not exists in Leopard,  you should set up an alias for wget to curl -O which does exactly the same thing: echo 'alias wget="curl -O"' >> ~/.bash_profile Your are done. Now just easy to use in Terminal. Here example to download iTunes. wget http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iTunes9/061-7203.20100330.XswP8/iTunes9.1.dmg Curl is better than wget for the ...(continue read)
tags: ,

Oct 28
A dark scary place full of text. That’s how it feels at first anyway. This is a selection of Terminal Commands that I have found particularly useful. Change settings for Spaces, Spotlight, Dock, Finder, Time Machine, System, etc that aren’t accessible through the application or system preferences. If you are just making your first forays into OS X Terminal land hopefully they will help you out. Here are some very useful terminal commands and tips for hidden Mac OS X settings. All subjectsFinder Dock Spaces Desktop Time Machine Spotlight ISO CD/DVD Remote Desktop Network System commands Applications ...(continue read)
tags: , ,

Oct 01
Snow Leopard’s Terminal has a new very useful feature “SPLIT” / “COLLAPSE” as in many text editors. Check out the split/collapse window buttons here above the scroll bar:Click the top “split” button or press Command+D shortcut and now you’ve got your window split into two usable panes like so: To collapse the window press Command+Shift+D ALso, you can do multiple splits. Aside from general speed increase I think split pane in Terminal is my new favorite feature. See the Terminal Splits Windows Movie: You need to a flashplayer enabled browser to view this YouTube ...(continue read)
tags: , , ,

Sep 04
As most people are probably aware, the new QuickTime X Player in Snow Leopard has no preferences. One of the preferences is greatly missed was to automatically start playing a movie when it was opened. But you can re-enable that behavior with the following Terminal command: defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1 The movie will now start when opened without you having to press the Play button. tags: ,