12 Dec 2001 (updated 12 Dec 2001 at 11:02 UTC) »
Finally dumped Netscape for Skipstone.
9 Dec 2001 (updated 9 Dec 2001 at 02:58 UTC) »
If domain owners are forced to defend their domains in
Virginia
(this has the legacy shadow of NSI all over
this.),
this could allow
for a corporate juggernaut to cripple a
small business, perhaps a
competitor. A small business
could find that it's financially difficult
for them to
defend their domain name which they've legitimately
registered ,
especially if they're located outside the
U.S.
It will be interesting to see how this turns out.
-t
Let's get crackin' !! :)
Also, submitted two new Window Maker themes to themes.org,
based on Myst III: Exile.
They haven't posted to
themes.org yet.
One of them called "Greenhouse" is my current
desktop
theme.
Here's a screenshot.
19 Nov 2001 (updated 20 Nov 2001 at 07:35 UTC) »
The Perl script graph generator is written by
Dominique
Pelle
and can be found here.
Gnuplot is required.
Now..if I can just get some more machines...
14 Nov 2001 (updated 14 Nov 2001 at 07:52 UTC) »
9 Nov 2001 (updated 14 Nov 2001 at 07:50 UTC) »
It's 4am(PST)...do you know what your firewall is
doing?
Well, I was wondering why my internal net boxes (such as my whinedoze box) couldn't get to the net, but all outside requests could get in with no problem (i.e. my website).
<yawn> answer...I forgot to bind the
iptables
PREROUTING
chain to
my external interface only. So this:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT
--to-destination 10.0.0.3:80
was changed to this:
iptables -t nat -A PREROUTING -i $EXTERNAL -p tcp --dport 80
-j DNAT --to-destination 10.0.0.3:80
Before the change, PREROUTING the chain, by default, was applied to both interfaces. Thus, all incoming port 80 requests on my internal interface were connecting to itself. I didn't see this until I ran 'tcpdump -i eth1'. Since my workstation is my gateway (for now...), I didn't notice this problem until I tried accessing the web on my internal LAN.
Ah well, case solved.
Good night.
8 Nov 2001 (updated 8 Nov 2001 at 21:17 UTC) »
The case description for MGM v. Grokster can be retrieved here:
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!