Slashdot Mirror


User: RevRagnarok

RevRagnarok's activity in the archive.

Stories
0
Comments
106
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 106

  1. Re:Still a threat... on Honeypots Via VMware? · · Score: 1

    It's not as bad as any other machine on your net - you can limit it by the real host. I know a few people (I have considered it myself) running firewalls in VMWare. Then the "host" machine has ipchains rules blocking against the VMWare system. So it adds a second layer of protection. Then, if somebody ever does break it, you simply copy over the last saved hard drive image file, patch what they had cracked in with, and you're on your way. No need to reinstall the OS from scratch if you have a backed up known good. In fact, a friend of mine burns to CD the hard drive image of the firewall, then has a cron job on the host shut down the VM, replaces the hard drive image file, brings it back up. Every night.

    - RR

  2. Re:For more information... on Codebreaking - Taking the First Step? · · Score: 1

    Stupid me... missed the preview button. Here's a place to click for the lazy folks... - RR

  3. For more information... on Codebreaking - Taking the First Step? · · Score: 1

    ...visit your local library. :) No really, I recommend checking out the National Cryptologic Museum just off of 295 in Maryland - http://www.nsa.gov/museum/index.html

    - RR

  4. Windows users can use The Bat! on Backing Up an IMAP Folder Tree? · · Score: 1

    In my endless pursuit for a decent IMAP client on Windoze (still using Eudora 4), I found a beautiful bug in The Bat!'s IMAP support - it treated IMAP as just another protocol to download the mail like POP and then happily cleared it from the server! :( - RR [Feel free to mod humorous]

  5. Score another for Opera! on New Spam Frontier: Referer Logs · · Score: 3, Informative

    In the regular prefs and the "quick prefs" (F12 under Windows version) Opera lets you turn off referrer logging. The only time I need to turn it on is certain sites, like my credit union, which is no big deal...

  6. How about a (shudder) MS-Like installer? on Calling for Smaller Kernel Sources? · · Score: 2, Insightful

    What about similar to what the MSIE and Netscape installers do - choose what parts you want to download...? Have the equivalent of a 'make menuconfig' that you run on your local machine, which will then just download the required/selected source, or even better calls some kind of CGI that custom packs your source tree into a tgz file for you?

    I think 'make depend' may kill it tho... unless that information can somehow be downloaded ahead of time also.

    - RR