Quickly find the largest files in a directory
From the Terminal, if you want to quickly find out what the largest files are in a directory, try this variation of the ls command:
ls -lShr
the l flag will display the items in a list, the S flag sorts by size, and h makes it readable in MB/GB (human readable), with r reversing the report order so that the largest file is the last on the list and thus right above the returned command prompt.
If you want the largest file in a directory of a certain type, simply specify the file type with a wildcard to show all files fitting that description:
ls -lShr *.zip
Try it out with any filetype *.mp3 *.mov *.wmv *.psd , etc

The Lenovo S10 may just be the easiest hackintosh netbook option to run Mac OS X, according to a guide on the site
On a Windows PC recently I ripped a CD only to find out that it was converted as WMA rather than MP3. In Windows this isn’t a big deal, you just open the files in iTunes as usual, but I wanted them on my Mac, easy right? Well for some reason Apple doesn’t allow Mac iTunes to convert WMA files to MP3 audio so I was a bit frustrated, to make matters worse a typical google search will net you a ton of ancient apps that like to crash a lot, or ones that try to charge you some-odd dollars to convert an audio file… forget that! 



Teleport is undoubtedly one of the single most useful utilities available to anyone that owns more than one Mac. Using Teleport, you can share a single mouse and keyboard across multiple Mac’s, seamlessly! Setup is an absolute breeze, you need to install Teleport on all Mac’s that you want to use, and once it’s all up and running you can do some pretty amazing things, and accessing another Mac with your mouse & keyboard is as simple as if the other Mac was just an external monitor! Simply awesome.





