Tag Archives: bash

RAM Disks in OS X

If you’ve ever wanted to set up a ramdisk in Mac OS X, here’s a quick script you can use. Simply invoke it with a size in MB and the name for your volume and it will create and automount it for you. It also won’t leave any dangling directories in your /Volumes/ when you [...]

Color Terminal in OS X

Apple ships OS X without ls set to use colors (and sans the useful ll alias). For those of us who have grown to love the instant delineation between directories, symlinks, and files this is an inconvenience. Luckily, adding this is quite simple. Place the following into your ~/.profile and you’re all set. To change [...]