12 minutes

They say that your unpatched Microsoft Windows machine will live for only 12 minutes on the net before getting 0wned. Now, a lot of people are saying a lot of different things about Windows security, but I tend to agree to this particular one. I’ve seen it plenty of times at work. In fact, we now have a requirement for all colocated clients to fully patch their servers before connecting to our backbone.

Slashdot has a story. And a dup.

Just a thought

One of these days I was talking to a friend of mine. I was very morning slow, but I was surprised at my fast reaction to one of his phrases. It went like this:

Friend: I am downloading Windows Longhorn now…

Me: It’s like saying that you’re getting a 26 inch dildo. You’re free to do what you want, but I won’t be too proud of that, you know.

Now, where did that come from?

Switching off the notebook

This must be on of the most hilarious things I’ve heard in some time…

My mother just called me and said that she has a problem with her newly acquired notebook. The bloody Windows XP got stuck while booting up and there is no way to shutdown the computer. She pressed the Power button, but it didn’t work. She did than the next logical step – pulled the power plug from the socket. To her surprise, this didn’t help, because notebook’s battery was charged and the damn machine didn’t react in any way.

It’s been a while since I talked to regular computer users. Most of the people around me are professionals and have other fun problems. This one though reminded me of all those technical support jokes, but in a new, refreshing way. It also reminded me my frastration with ATX motherboards, when I first met them. I remember wondering why the Power button doesn’t work and who was the idiot who came up with this idea.

P.S.: If you came across this post trying to figure out how to switch the damn thing off, it’s actually easy: just press the Power button and hold it for ten or fifteen seconds and it should do the magic.

Quote of the day

Microsoft .WAV RIFF files.
These appear to be very similar to IFF files, but not the same. They are the native sound file format of Windows. (Obviously, Windows was of such incredible importance to the computer industry that it just had to have its own sound file format.) Normally .wav files have all formatting information in their headers, and so do not need any format options specified for an input file. If any are, they will override the file header, and you will be warned to this effect. You had better know what you are doing! Output format options will cause a format conversion, and the .wav will written appropriately. SoX currently can read PCM, ULAW, ALAW, MS ADPCM, and IMA (or DVI) ADPCM. It can write all of these formats including (NEW!) the ADPCM encoding.

© man 1 sox

“format C:” versus “rm -rf /”

Jokes about “format C:” and “rm -rf /” are pretty frequent in the computer universe. These two commands will supposedely remove all data from the hard disk – one on DOS/Windows and another on UNIX operating systems. While widely used, this might not be exactly true. This guy has tried both and documented the results.