Home » Mac OS X Tips

Creating ISOs in Mac OS X

Here are step by step instructions on how to create an ISO from a CD or DVD in Mac OS X. First, insert the CD/DVD and open terminal. Type in: drutil status Your results may vary, here is…

Read More »

Screenshots in Mac OS X from the terminal

Following on from yesterdays post about screen shots, if you want to script a screen grab, the following command will work. screencapture ~/Desktop/filename.jpgscreencapture ~/Desktop/filename.jpg Remember that you can get the list of options by using man: man screencapture

Read More »

Screenshots in Mac OS X

The following key-presses will take a screen grab and save it to the desktop.  Add CTRL to the mix to save it to the clipboard for later pasting. Full Screen Command-Shift-3. Selected Area Command-Shift-4 Then click and drag to select…

Read More »

Flush DNS Cache on Mac OS X

Go to a terminal window and type: dscacheutil -flushcachedscacheutil -flushcache

Read More »

Editing your hosts file in Mac OS X

So you need to edit your hosts file? It’s path is /etc/hosts but being a system file, you’ll need to use sudo to get to it. Open a terminal and type: sudo vim /etc/hostssudo vim /etc/hosts Now, you’re…

Read More »