Archive for the ‘OS-X’ Category.

Setup OS-X to quicklook vbs files

I have some .vbs files I wrote, and I thought that I should be able to quicklook them just like any other text file. Finding out exactly how wasn’t terribly easy.

Continue reading ‘Setup OS-X to quicklook vbs files’ »

Sort a file in Vi

OS-X DHCP Information

For Wireless

ipconfig getpacket en1

For Wired

ipconfig getpacket en0

From OS-X daily
Continue reading ‘OS-X DHCP Information’ »

Turn airport on and off from the command line

sudo networksetup -setairportpower on
sudo networksetup -setairportpower off
man networksetup

OS-X Terminal Tastiness

I like the Terminal in OS-X.  However, there are a few things you can do to make it much nicer.

The most important step is the Visor Plugin. it gives you a quake like drop down window for your terminal. I bind my terminal to Command+\.  The original developer also wrote quicksilver, and he now works for Google.

Continue reading ‘OS-X Terminal Tastiness’ »