Recent Comments

Shared on Facebook

Support Us

Mac Picks

iPhone & iPad Picks

Mac from PC Picks

Search Utilities

Download YouTube songs easily

download youtube songs

Evom is a great free app that converts video and lets you easily download any flash movies from the web. The interface is dead simple, just drag a URL or file into the app and the video will download or convert for you.

Downloading YouTube songs with Evom

Now here’s what I think is the best part about the app: you can easily download any YouTube video and just save the audio track as an mp3, letting you play it in iTunes. This is great when you find a video with a song that you love but you can’t track it down otherwise, which is often the case with more obscure music.

Here’s how to download and convert a YouTube video to a song:

  • Drag the YouTube video URL into Evom
  • Select ‘iTunes’ and click on ‘Save as audio only (mp3)’
  • Click on “Convert”

Evom will then download the video from YouTube, and then extract and convert the audio to MP3 format and automatically import it into iTunes.

Yes, you can download YouTube videos to your Mac with just Safari, but Evom is nice because it will also convert the video file for you to a format that is compatible with iTunes and thus your iPhone, iPad, or whatever.

download flash movies mac

Evom is actually much more than just a way to download YouTube videos and songs, it will convert and save most video formats you throw at it. It’s a great app, simple to use, and free.

You can download Evom here, highly recommended!

The most elegant way to identify & analyze disk space usage in Mac OS X

daisydisk analyze disk space usage DaisyDisk is a beautiful application that gives you an excellent breakdown of disk space usage on your Mac’s hard drives. Using DaisyDisk is about as easy as it gets, you select the drive you want to scan, let it run, and wait a minute or two until a great looking interactive graphic is presented to you. The larger the blocks, the larger the contents combined file size. Hovering over the blocks lets you see live information on what exactly they are, and you can then right-click on the graphic to show the contents in the Finder.

With DaisyDisk I was able to identify 4.3GB of Podcasts that I haven’t listened to in about two years… that’s 4.3 precious gigabytes of my MacBook’s hard drive! Anytime I’ve cleaned up disk space on my Mac before I generally just leave the iTunes directory alone because I don’t want to delete any music, but what’s the point in keeping ancient podcasts about topics that are no longer even relevant? This is something I totally overlooked with just manual folder size inspections, but it stood out like a sore thumb in DaisyDisk. Honestly I’m a bit confused as to why Apple doesn’t integrate something like this directly into their own Disk Utility, it’s that useful, plus the interface and snappiness feels right at home in Mac OS X.

I am pleased to say that DaisyDisk has a nice comfortable home in my /Applications/Utilities/ folder and I’ll be using it again very soon for some much needed Spring Cleaning.

You can download a free demo of DaisyDisk, otherwise the retail version is $19.95 and available at DaisyDiskApp.com

Update: Check out the comments below for some similar but free suggestions from our users.

daisydisk screenshot

Git GUI for Mac: Gitbox

gitbox-screenshot

Gitbox is a pretty nice GUI to the Git version control system. All the features you’d expect are there: quickly see branches, history, working directory status, then easily commit, pull, merge, and push files with minimal effort. I first used Gitbox as a Preview version a while ago and enjoyed it, you’ll need both Xcode and Git installed to be able to run the app yourself.

Here’s what the Gitbox developer lists as the features:

Check Out Everything. You may check out a local branch, tag and even a remote branch with a single dropdown button. From now on you don’t have to remember the obscure branch-tracking command or edit .git/config. Select the remote branch, type a local name for it and you’re done.

Up To Date. Gitbox updates working directory status each time you focus the window. When in background, it periodically fetches data from the selected remote branch and displays unmerged commits in the history. The status of the working directory, local and remote branches are always up to date.

Rich History. History shows all commits on both local and remote branches. Non-pushed commits are green. Non-pulled commits are grey. You can also select another local branch in a “Remote branch” menu to merge it into the current one.

Clean Design. There are no palettes or additional windows cluttering the screen. Your repository fits nicely inside a single window with a few buttons. Use the Main Menu for infrequent operations such as adding a new repository URL or stashing away changes.

Super Fast. We all love the command line for the speed. But it is not very smart. Say, you move a file from one folder to another: in the Terminal you would have to “git rm” the old path (the file is gone, so no tab-completion) and “git add” the new path. And it becomes a real pain when you happen to rename multiple files. But in Gitbox you just click the checkbox. Status is updated instantly, you don’t have to type “git status” ever again.

If you’re looking for a Git GUi client for Mac OS X, check out Gitbox.

Simple Stopwatch/Timer for Mac OS X

timer stopwatch mac If you’re looking for a simple stopwatch menubar timer for Mac OS X, look no further than Thyme. No, not the herb, Thyme is a very simple app that sits in your menubar and allows you to quickly start and stop a timer.

Wondering how long it takes you to perform a certain task? No problem, use Thyme and figure it out. You can quickly activate and deactivate Thyme by hitting Control+T, otherwise just access it from the menubar.

Surprisingly useful! If you’re not keen on installing third party apps, you can always create a rudimentary stopwatch from the command line too.

Combine ping and traceroute with MTR

I came across an excellent alternative to the command line ‘ping’ and ‘traceroute’ tools recently. It’s a utility called mtr, which combines the statistics and prints their functionality into a single network diagnostic tool, reporting details on the network connection between your host machine and whatever the destination host is, determining the address of each network hop (like traceroute), and sending ICMP ECHO requests along the way (like ping) to determine the response quality of each network link.

mtr for mac

To install and use mtr you will either need DarwinPorts or to be a familiar with the command line and compiling from source on your Mac, both of which requires the installation of Xcode.

You can download the source of MTR at the developers home or the more user friendly installation through DarwinPorts.

I found mtr while reading old posts on OneThingWell, and the screenshot is borrowed from them as well.

IPFW GUI front end for Mac OS X: WaterRoof

I was recently looking around for a Mac OS X GUI to IPFW and came across WaterRoof. If you’re looking for a nice powerful GUI frontend for Mac OS X’s built in firewall IPFW, look no further, WaterRoof is free and simple to use. Using WaterRoof you an easily add, build, and modify ipfw rules quickly and easily.

ipfw gui mac os x

Here is the full feature list of WaterRoof from the developer:

* uses Mac OS X built-in IPFW firewall. No kernel modules, no extensions, no pain. WaterRoof is free and open-source
* the most advanced Mac OS X free graphic frontend for ipfw now features a new, clean interface. WaterRoof lets you create, modify, delete, move ipfw ipv4 and
* ipv6 rules very quickly.
* build ipfw rules easily with the new simplified interface and the IPFW Rules Translator. Building ipfw rules now is easier than ever
* Backup and deploy firewall rules with WaterRoof Injectors
* Quick dns reverse and whois queries with copy/paste
* manage network bandwidth with dummynet pipes and queues
* check live dynamic rules created by stateful firewall rules
* watch and parse firewall logs, create raw and graphic statistics
* look at active network connections, block them or limit their bandwidth on-the-fly
* list all applications that make network connections
* manage Network Address Translation (NAT) daemon: create a dual-homed firewall/nat/router with port redirection and forwarding; deploy NAT settings using
* WaterRoof Injectors
* import rules from NoobProof Injectors
* keep your favourite firewall rules active at system boot; import/export rulesets
* explore and test ipfw with configuration wizard and ready rule sets
* compatible with Mac OS X Server 10.5 .
* requires Mac OS X 10.5 or 10.6

Download WaterRoof now
Developer home

Enterprise iPhone Management & Setup Tool

enterprise iphone configuration tool

If you’re looking to deploy the iPhone in an enterprise utility, don’t miss out on Apple’s iPhone Configuration Utility, which makes enterprise iPhone management a snap. Apple describes the tool as follows:

iPhone Configuration Utility lets you easily create, maintain, encrypt, and install configuration profiles, track and install provisioning profiles and authorized applications, and capture device information including console logs.

Configuration profiles are XML files that contain device security policies, VPN configuration information, Wi-Fi settings, APN settings, Exchange account settings, mail settings, and certificates that permit iPhone and iPod touch to work with your enterprise systems.

You can download the utility for either Mac OS or Windows:

iPhone Configuration Utility for Mac OS X

iPhone Configuration Utility for Windows

Open the current Finder window in the Terminal with cdto

cdto logoNeed to access the current Finder directory immediately within the Terminal? Get cdto, it’s one of those must-have apps for anyone who’s constantly switching between the command line and the Finder. Installing cdto is simple, just download the app and place it somewhere in your Applications or Utilities folder, then drag the app directly into your Finder toolbar.

cd to current folder
Now anytime you want to open any Finder window within with the Terminal, click the cdto icon and a new Terminal session is started with the PWD set to the same folder that you were using in the Finder

cdto developer home
Download now

Use iPhone, iPad, or iPod as a USB flash hard disk drive in Mac OS X

ipad iphone ipod as usb drive on mac
Want to use your iPad, iPhone, or iPod as a mounted USB flash disk? No sweat, thanks to this nifty program from MacroPlant. It’s called Phone Disk, and it’s actually free to download until September 1st, so get it sooner than later. Here are the features of the app:

  • Open, copy, and save files directly from the iPad, iPhone, or iPod
  • Access the device from other applications
  • Browse the iPhone, iPad, or iPod through the Finder
  • Mount multiple iPhones, iPods, or iPads at the same time
  • Convenient menubar item to mount and unmount the devices
  • Works without Jailbreak!

This is a screenshot of Phone Disk in action within the Finder:
use ipad iphone ipod as usb disk drive

Pretty awesome right? Even more awesome is that the developer is giving it away for free for a few months, here’s the announcement:

For a limited time Phone Disk is 100% Free!!

Until September 1st 2010, we’re giving away Phone Disk to everyone for free! If you unlock the software before that date, you get free upgrades and can enjoy the full version of the software on that computer with no expiration (just make sure you enter the code before September 1st)! Use the following registration code to unlock the full version Phone Disk:

You can download PhoneDisk here then use the following registration number to unlock the app for free:
2H96A-QK7MX-8GEYK1V-ZR6S8

Using the app is beyond simple to mount any iPhone, iPad, or iPod (touch included) as a hard drive, just launch the app and mount your device – the Finder doesn’t know that it isn’t a ‘real’ external hard drive or USB drive.

Free is obviously a great price. Using your iPhone or iPad as a true USB disk drive is a pretty great feature that honestly I think Apple should just allow by default, it would completely eliminate the need for things like USB thumb drives (unless you’re looking to install Mac OS X from a USB drive, then you will still want a thumbdrive because as far as I know this is not possible with an iPhone/iPod/iPad).

Anyway, download the app, it’s well worth the price: free!

Get new desktop wallpaper automatically with DeskLickr

tumblr_l12xdvaab51qz9sd6 DeskLickr is a fun little app that sits in your menubar and pulls images from Flickr to set them as your desktop picture. Basically you just specify how often you want your wallpaper changed, and a couple search tags, and DeskLickr does it’s job quietly in the background. This is great for anyone who gets tired of having the same background picture constantly.

Beware that certain search tags on Flickr might bring you unanticipated results: in testing the app I selected ‘beach’ as one of my keywords and I was given a high resolution picture of a grandpa in a speedo!

Developer home
Download now

desklickr

[ via SweetMacTips ]