Personal blog, accepting guest commentary and links to things of interest.

March 13, 2005

You tested nukes where?

by @ 6:36 pm. Filed under archive

A typo has the Sudanese government freaking out. According to a D.O.D. document, we tested nukes in Sudan between 1962-70.
It should have read Sedan (Nevada).

full story
http://news.bbc.co.uk/1/hi/world/africa/4338835.stm

More amusing, when you consider that Iran’s nuclear facility is in a city called Arak… now, imagine an aide telling the President that Arak had a nuclear test site oh about 2 years ago……..?? Hmmmmm :-o

March 10, 2005

A Sideways glance

by @ 8:37 pm. Filed under movie reviews and thoughts

A movie this fatuous deserves a fatuous review title.

I expected more from this film, given its good reviews. I wanted to like this film, thinking that it would resonate a little more than it did. Unfortunately, it was flat, bombastic, and disappointing.

March 9, 2005

Long days

by @ 8:23 pm. Filed under Misc

Been a long series of days. Monday night - working until 8:45, Tuesday - got home around 1. Believe it or not, it was all work related and seriously paid off when in a room with another company’s COO today. Every question that was asked - we had already discussed and agreed on an answer and plan to make it happen.

I may actually need to make a follow up trip to the UK to kick butt and take names, but we’ll see.

But that’s why there haven’t been many recent updates.

March 8, 2005

March snow storms

by @ 10:47 am. Filed under Misc

Are just weird.

March 4, 2005

Using GraphDefang to chart iptables drops

by @ 11:15 pm. Filed under Security

Thanks to Jason for his help, in the end the gshield config was almost exactly what we needed.

[code]
#!/usr/bin/perl -w

# Feb 25 13:40:30 bashful kernel: firewall: IN=eth0 OUT= MAC=00:0e:b6:69:a8:c7:12:54:4f:dc:b4:1c:08:00
SRC=64.124.2.53 DST=61.1.1.1 LEN=48 TOS=0×00 PREC=0×00 TTL=115 ID=11556 DF PROTO=TCP SPT=2213 DPT=135
WINDOW=8760 RES=0×00 SYN URGP=0

$event{’kernel’}{’iptables’} =
sub {
if ($text =~ m/^firewall: .* SRC=(\S+) DST=(\S+) .* DPT=(\d+)/) {
if ($unixtime > $MaxDBUnixTime) {
my $src = $1;
my $dst = $2;
my $dpt = $3;

$event = ‘iptables’;
$sender = $src;
$recipient = $dst;
$value1 = $dpt;

$FoundNewRow = 1;
}
}
};
[/code]
And an example:

March 3, 2005

Simple script to watch for syn floods

by @ 2:33 pm. Filed under Security

#!/usr/bin/perl -w
#Simple Script to monitor syn attacks.
$syn_alert=15;
$hostname=`hostname`;
chomp($hostname);
$num_of_syn=`netstat -an | grep -c SYN`;
if($num_of_syn > $syn_alert){`netstat -an | grep SYN | mail -s “SYN ATTACK DETECTED ON $hostname” admin@yourcompany.com`;
}else
{}exit;

March 1, 2005

Home Theater

by @ 12:40 pm. Filed under movie reviews and thoughts

For the Home Theater in the basement, here’s what I chose:
Speakers - Onkyo SKS-HT240
Receiver - Denon 2805 (pdf)
Projector - Panasonic AE700
Screen, mounting bracket, etc. came in a kit with the projector from Projector Solutions.

The Motorcycle Diaries

by @ 12:13 pm. Filed under movie reviews and thoughts

I watched The Motorcycle Diaries a couple days ago. From the IMDB summary:

“The Motorcycle Diaries is an adaptation of a journal written by Ernesto Guevara (Bernal) when he was 23 years old. He and his friend, Alberto Granado (de la Serna) are typical college students who, seeking fun and adventure before graduation, decide to travel across Argentina, Chile, Brazil and Peru in order to do their medical residency at a leper colony. Beginning as a buddy/road movie in which Ernesto and Alberto are looking for chicks, fun and adventure before they must grow up and have a more serious life. As is said in the film itself, it’s about “two lives running parallel for a while.” The two best friends start off with the same goals and aspirations, but by the time the film is over, it’s clear what each man’s destiny has become.”

It’s in Spanish with english subtitles, and it’s a really good movie. I hadn’t realized who Ernesto Guevara was and why this is such a controversal movie until the end.

You can view the trailer here.

It also is making current news:
LOS ANGELES - “Al otro lado del rio” (On the Other Side of the River), from “The Motorcycle Diaries” took best original song at the Oscars Sunday night, marking the first time a Spanish song has won the award.

internal links:

Aquarium

    PH = 8.00
    AirTemp = 78.27
    TankTemp = 78.9
    ORP = 443

Google Ads:

categories:

search blog:

archives:

March 2005
M T W T F S S
« Feb   Sep »
 123456
78910111213
14151617181920
21222324252627
28293031  

other:

  • RSS 2.0
  • Comments RSS 2.0
  • Valid RSS
  • Valid XHTML
  • XFN
  • Theme copyright © 2002–2008 Mike Little.

FlickrRss: "watchmen"

    SOMEBODY

    IMG_3915

    IMG_3914

    watchmen_silkspectre

    watchmen_rorschach

24 queries. 1.759 seconds