If you need to find out the serial number of your Mac, you can run the following command: system_profiler | grep “Serial...
If for some reason you need to start or restart the ARD (Apple Remote Desktop) service on your Mac server you can...
Creating an ISO is a pretty simple task. First you need to open Terminal.app (/Applications/Terminal.app). When it opens, type the following command:...
To clear the Java cache on a Mac OSX desktop, server, or laptop, you can do the following: 1. Open Finder 2....
From the command line (Terminal.app), you can run the following command: /usr/sbin/system_profiler SPHardwareDataType | grep Memory: The resulting output will look like...
Watch is a great utility that is generally available on Linux servers and desktops. For Mac, however, it’s not part of the...
Burning a CD or DVD is very simple from Terminal.app on a Mac, but sometimes when you’re in a hurry, you want...
Mail.app by default organizes messages by thread, so related messages by subject or sender are grouped together. To change this behavior you...
You can change your hostname quickly and easily using Terminal.app (Applications –> Utilities –> Terminal). To do so, perform the following steps:...
Backing up your keychains is pretty simple. If you launch Terminal.app, you can do the following: zip -r keychains.zip ~/Library/Keychains This will...