Archive for October, 2008

By spencer, Tuesday, October 21, 2008 · 4:30 pm

My favorite BASH shell completion of all time is hostname completion for all of my favorite commands:
SSH_COMPLETE=( $(cat ~/.ssh/known_hosts | \
cut -f 1 -d ‘ ‘ | \
[...]

By spencer, Thursday, October 2, 2008 · 12:45 pm

I was trying to connect to RHN from Yum/up2date in Red Hat Enterprise Linux 5. I kept getting fatal invalid SSL cert errors. The strange part - out of all of the machines I tested it was only occuring on a single RHEL 5 laptop. The really strange part - it [...]

By spencer, Thursday, October 2, 2008 · 9:05 am

Ran into a problem with Exchange. I created a server-side rule to place spam messages in a folder that didn’t exist. All spam was instead going to the root folder, the folder above my inbox. Well if you use Entourage to access Exchange you will not be able to access this folder. [...]


Jump to start of page | Jump to posts