Enable Remote Management via OS X Command Line

I had to re-image and re-configure a rebellious Mac Pro in one of our labs, but in the end forgot to enable Remote Management. Instead of wasting precious calories walking back to the lab, I found a way to enable it using terminal. Run these commands after SSH-ing into the remote machine:

cd /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/

sudo ./kickstart -activate -configure -access -on -privs -all -restart -agent

Reveal Mac OS X Firmware Password

Image

Forgot the firmware password that you recently setup on your Mac? Look no further. The king of OS X himself, posted an article on how to crack Mac firmware passwords using Apple’s stock Calculator (assuming you have admin access). However, if you don’t feel like reading so much, you can simply copy and paste this Python script created by davidwtbuxton (and edited by Kessler) into Terminal and it’ll do all the work for you:

python -c "print ''.join(chr(int(c, 16) ^ 170) for c in '`sudo nvram security-password`'.split('%')[1:])"

Use your iPhone as a Mac keyboard & mouse

Image

Answer: HippoRemote Pro from the iOS App Store

You might ask, “Why would anyone want to control their Mac with…an iPhone?” Allow me to explain. My wife usually gives our 7-month old son to me while she gets ready for the day (putting on makeup and all that stuff). However, I’m usually on the computer doing research and can’t really use the keyboard with baby on my lap. Enter HippoRemote Pro.

Continue reading

Stuck at spinning wheel during startup

Image

I nearly had a heart attack when this happened. I was making configurations on our file server, and after rebooting came across the spinning wheel of death. Fortunately I was able to narrow the problem down to two things: either a file(s) required at launch became corrupt, or system-level file permissions got screwed up.

Continue reading

Apple Remote Desktop – A newer version of this software already exists on this disk

Image

This fix is intended for those who don’t yet have access to the latest Apple Remote Desktop installer.

When installing Apple Remote Desktop (ARD) from an old dmg file, you’re actually dealing with two pieces of software:
– ARD Admin
– ARD Client