Tip: Redirect Output to a tty (UNIX/Solaris/Linux/OS X)
Redirect ouptut to tty using the following command: script -a /dev/null | tee /dev/pts/XXX Where XXX is the tty target »
Redirect ouptut to tty using the following command: script -a /dev/null | tee /dev/pts/XXX Where XXX is the tty target »
Keystroke Description X Start OS X in Forced Mode ⌥ + ⌘ + ⇧ + DEL Bypass primary startup volume and seek a different startup volume... »
To repair Preferences (.plist) files use the following command: User Preferences sudo plutil –s ~/Library/Preferences/*.plist System Preferences sudo plutil –s /Library/Preferences/*.plist »
I have been asked to show how to translate line feeds between Mac, UNIX, and Windows. This comes up often so here is one way using... »
You can load your /etc/hosts file into NetInfoManager’s database using the following command: niload -m hosts < /etc/hosts »