Check for missing reverse DNS entries on network
A quick way to check your network for IPs missing reverse DNS entries….
nmap -PE -sP 10.0.0.0/24 | awk '{if ($2 ~ /^[[:digit:]]/ ) print $2}'
Support for authorized-keys.d/
Why is there no subdir inside .ssh called authorized-keys.d where I can just throw my ssh keys and easily manage them by file name instead of having to edit the authorized-keys(2) file?
I need to do some googling on this , a quick search yields this debian bug report on wishing for support for one.
Windows 7 64bit + iPhone sync
I somehow attract issues whenever I build a new computer or do a fresh installation on my desktop. I currently dual boot between Windows XP 64bit and Ubuntu 9.10 (Karmic) which has served me well the last 3 years. My current setup is running atop a fakeraid mirror which at the time, was a PITA to get configured as it involved using a live cd and following a really long howto while crossing my fingers it would work. Today the installer supports fakeraid out of the box so no poor soul would have to go through those installation steps.