Skip to main content

Posts

Showing posts with the label linux

USB to Serial Mac OS X for console connections

Download the 32bit driver here or the 64bit driver here  to be used with the PL2303 adapter that can be purchased cheap online. To initiate an console connection find your device: bash-3.2$ ls -la /dev/tty.* crw-rw-rw- 1 root wheel 18, 2 26 Oct 08:32 /dev/tty.Bluetooth-Modem crw-rw-rw- 1 root wheel 18, 0 26 Oct 08:32 /dev/tty.Bluetooth-PDA-Sync crw-rw-rw- 1 root wheel 18, 6 26 Oct 14:40 /dev/tty.PL2303-000013FA Execute: screen /dev/tty.PL2303-000013FA 9600 If it doesn't work for you uninstall it this way; kextunload /System/Library/Extensions/osx-pl2303.kext/ sudo rm -r /System/Library/Extensions/osx-pl2303.kext/ sudo rm -r /Library/Receipts/osx-pl2303.pkg

arp

Auditing my asset list, I like to ensure assets have mac addresses documented, helps with locating them on a switch. Found a couple entries missing and didn't want to bother the end users with a phone call. Don't forget arp :) Just ping the host address of the machine, then check your arp table. https://gist.github.com/4084091