
This is really nice that i had to post here. All it takes is a bit of tweaking and it will be perfect for the site.
source: attitudedesign.co.uk
If you were inspired to implement DNSSEC through the presentation “DNSSEC in 6 Minutes” by Alan Kegg (ISC), today I found the IPv6 version!
As I was running through the archives of the latest NANOG meeting, I chanced upon this catchy topic. The title of the presentation Deploy a Production IPv6 Network in 30 Minutes or less (or it’s free) by Richard A Steenbergen looks very promising…
Forgive the premature post. I have to go watch the talk first (then maybe implement on a test environment) before I can really say anything. I’m hoping it can convince more people to migrate to IPv6 soon.
As of 2009-06-02, at 16:00 UTC, .ORG is DNSSEC-signed. I received this news from a mailing list last week.
Public Interest Registry has announced [link here] the key-signing key (KSK) below to validate signatures on the .ORG zone:
org. IN DNSKEY 257 3 7 ( AwEAAYpYfj3aaRzzkxWQqMdl7YExY81NdYSv+qayuZDo dnZ9IMh0bwMcYaVUdzNAbVeJ8gd6jq1sR3VvP/SR36mm GssbV4Udl5ORDtqiZP2TDNDHxEnKKTX+jWfytZeT7d3A bSzBKC0v7uZrM6M2eoJnl6id66rEUmQC2p9DrrDg9F6t XC9CD/zC7/y+BNNpiOdnM5DXk7HhZm7ra9E7ltL13h2m x7kEgU8e6npJlCoXjraIBgUDthYs48W/sdTDLu7N59rj CG+bpil+c8oZ9f7NR3qmSTpTP1m86RqUQnVErifrH8Kj DqL+3wzUdF5ACkYwt1XhPVPU+wSIlzbaAQN49PU= ) ; key id = 21366
It uses NSEC3, which is only fully-supported in Bind 9.6.1 and up.
Time to enjoy the new release of Firefox. Mozilla has released v3.5 a few hours ago. To update your browser, just click Help -> Check for Updates and go on from there.

Last night, a rare idea came to me. Out of the blue, I had the urge to watch the Half-Blood Prince premiere night. Having followed the movie franchise for years now, it’s quite a shame that I have yet to attend the premiere the entire time. Call me stingy, but I honestly don’t see a need for one. Premiere nights of foreign movies in Manila are nothing more than an advanced screening (that’s what i think). I may be ahead of the general public by a few hours by attending the premiere, but the hassle and the crowd is too much for me to bear. I’m not sure if there are freebies though. A life-size poster of the trio might change my mind.
Disclaimer: This is not secure and is intended only for basic usage, because it sucks when you can’t implement something so simple in a short time. (example: for file backup to a remote server)
Scenario: You want to access the remote server from the localhost. Or, you want to backup files from localhost to a remote server. All without the trouble of entering password (also removes the human factor and allows automation).
LOCAL:
L$> ssh-keygen -t dsa
Do not type in any passkey. Just press enter.
L$> ls ~/.ssh/
L$> cat ~/.ssh/id_dsa.pub
Copy the entire line, from ssh-dss to user@localhost












