Captain Crunch's New Boxes, Part II
micsaund writes: "It looks like the infamous Captain Crunch has been toiling away for 3 years on a firewall now known as the Crunchbox. It runs OpenBSD and is administered via a web-based interface. Steve Wozniak is quoted as saying it's 'next to un-crackable.' Check it out at ShopIP. The Register also has an article on it. As an aside, since the Linux Router Project (LRP) appears to have been sold-out and GnatBox is a tad expensive, is anyone aware of some kind of 'packaged' firewall with a slick interface available for free?" We mentioned Draper's venture into firewalls last year, but there's been some progress since then.
DOS reserves five special file handles for use by itself and applications programs. They are:
0000h STDIN Standard Input Device
0001h STDOUT Standard Output Device
0002h STDERR Standard Error Output Device
0003h STDAUX Standard Auxiliary Device
0004h STDPRN Standard Printer Device
These handles are predefined by DOS and can be used by an application program. They do not need to be opened by a program, although a program can close these handles. STDIN should be treated as a read-only file, and STDOUT and STDERR should be treated as write-only files. STDIN and STDOUT can be redirected. All handles inherited by a process can be redirected, but not at the command line.
These handles are very useful for doing I/O to and from the console device. For example, you could read input from the keyboard using the read (3Fh) function call and file handle 0000h STDIN), and write output to the console screen with the write function call (40h) and file handle 0001h (STDOUT). If you wanted an output that could not be redirected, you could output it using file handle 0002h (STDERR). This is very useful for error messages that must be seen by a user.
"Any connection between your reality and mine is purely coincidental." -Slashdot
From now on it'll be <strong>strong tags</strong>
How's that?
t_t_b
I'm on PJ's "enemies" list! Are you?
Although I do reserve the right to use an asterisk in an expletive, as I did in the offending passage, above, by replacing the vowel with a star to soften the full weight of my choice of words...
t_t_b
I'm on PJ's "enemies" list! Are you?
Personally I've been trying to leave Slashdot for a while now.. the only thing stopping me is, I can't figure out a way to get out of here with enough suitable fanfare and ranting. As one of the site's first users and most prolific karma whores, I wouldn't want to be forgotten. I guess I'll just have to ask myself, "what would Signal 11 do?"
Don't pay.. Look at ads.. Is there a problem? You could just go away and not pay. Personally, I'm not sure, I might like the ads.
Zoid.com