Select Page
Software.OSX – MacDaddyX

Software.OSX – MacDaddyX

Overview MacDaddyX is a powerful, yet easy to use MAC Address Changer (Spoofer). MacDaddyX does not change the hardware burned-in MAC addresses. MacDaddyX changes the “software based” MAC addresses. Allows changes to any NIC that permits using built-in...

CLI – Speedtest

How to test speed from command line: wget -O /dev/null http://link-to-speedtest/ – you know, the file is downloaded right into the RAM Memory so it isn’t hard-disk dependent anymore. Misc test files: SoftLayer: wget -O /dev/null...

OSX – Brew Commands

Install Homebrew ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)” Show available versions available for install: brew versions [formula] Install/Switch to a different version: brew switch [formula] [version] Stop using a version brew unlink...

Misc useful OSX commands

Remove the “Last login” message from the Terminal touch .hushlogin Enable/Disable Firewall defaults write /Library/Preferences/com.apple.alf globalstate -int 1 0 = off 1 = on for specific services 2 = on for essential services   launchctl load -w...