Slashdot Mirror


User: 42forty-two42

42forty-two42's activity in the archive.

Stories
0
Comments
1,149
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,149

  1. Re:Just zero the pagefile on Passwords Can Sit on Hard Disks for Years · · Score: 1

    Another way to protect the swapfile it to encrypt it with a key randomly generated at each startup and never saved (or swapped). When you shut down, the key is lost, and the swapfile is effectively randomized. Though this makes swapping slower, the time needed for crypto is not noticable under modern CPUs, and it dosen't incur a long and possibly more noticable delay while the hdd overwrites the swap file multiple times, and is more secure in the event that the hdd is confiscated.

  2. Encryption on Passwords Can Sit on Hard Disks for Years · · Score: 1
    Perhaps the ultimate solution would be to encrypt data as it is entered, before it is saved into RAM, and arrange for programs that use it to decrypt it first.
    The key would need to be in RAM for the data to be decrypted, thus negating the usefullness of encryption.
  3. mlock on Passwords Can Sit on Hard Disks for Years · · Score: 2, Informative
    Operating systems such as Windows and Linux have no facility for stopping data being written to the hard drive. So Garfinkel reckons the best strategy is to ensure that data is kept on RAM for the shortest possible time.
    NAME
    mlock - disable paging for some parts of memory

    SYNOPSIS
    #include <sys/mman.h>

    int mlock(const void *addr, size_t len);

    DESCRIPTION
    mlock disables paging for the memory in the range starting at addr with
    length len bytes. All pages which contain a part of the specified mem-
    ory range are guaranteed be resident in RAM when the mlock system call
    returns successfully and they are guaranteed to stay in RAM until the
    pages are unlocked by munlock or munlockall[...]
    Sheesh, whatever happened to checking one's facts?
  4. Freecache link for the video on Quake III Gets Real Time Ray-Tracing Treatment · · Score: 2, Informative

    Freecache link. This should hopefully be faster. Anyone have a torrent?

  5. Re:So what's next? on Linux for Dummies, 5th Edition · · Score: 1

    Try screwing things up, then figuring out how to fix it.

  6. Re:Linux dummy question: Switching between screens on Linux for Dummies, 5th Edition · · Score: 1
    OTOH, Ctrl-Alt-Fx is bound to work always, so not a bad idea to just use that all the time.
    Nope, you can turn it off:
    # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.

    # Option "DontVTSwitch"
  7. Re:Linux dummy question: Switching between screens on Linux for Dummies, 5th Edition · · Score: 1

    In Gentoo, depending on your keymap, the Menu key (if present) will switch to the previous tty, including X. The two windows keys cycle through ttys.

  8. Re:Linux dummy question: Switching between screens on Linux for Dummies, 5th Edition · · Score: 1

    Alt+f7 is enough - Ctrl is only needed when you're already in X.

  9. Re:Learn Lunix in Two Easy Steps on Linux for Dummies, 5th Edition · · Score: 1

    It's misdirection, nothing more.

  10. [spoiler] Re:Learn Lunix in Two Easy Steps on Linux for Dummies, 5th Edition · · Score: 2, Insightful
    The find command has a space between / and '*.bak'. This makes it search the root directory for everything, and feed it to rm -rf, which proceeds to delete all files on the hard drive. More likely to do the desired effect would be:
    find / -name '*.bak' -type f -exec rm {} ';'
    Or, on GNU systems (and possibly others):
    find / -name '*.bak' -type f -print0 | xargs -0 rm
  11. Re:It's not a feature, it's a bug on Dealing with the Unix Copy and Paste Paradigm? · · Score: 1

    No, I merely want a hotkey or whatever to copy/paste to/from the clipboard buffer, while leaving select/middle-click alone. Ctrl-C dosen't work as expected, obviously :)

  12. Re:Common problem.. on Dealing with the Unix Copy and Paste Paradigm? · · Score: 1

    I'm sure there's a reason why people think this. It's probably my fault that I don't know it, though.

  13. Re:Better? on Shareaza 2.0 Released Under GPL · · Score: 1

    giFT isn't a GUI - it's a p2p network daemon - you run it, it connects to p2p networks, then a seperate client program (I use apollon) presents a GUI, communicating with giftd via unix sockets. Or possibly TCP, not sure. Poisoned is a Mac OS X GUI for giFT.

  14. Re:It's not a feature, it's a bug on Dealing with the Unix Copy and Paste Paradigm? · · Score: 1

    Is there a way to get xterm to use the Clipboard selector, instead of the Primary selector?

  15. Re:It's NOT ANONYMOUS Filesharing ! Try these ! on Shareaza 2.0 Released Under GPL · · Score: 3, Funny
    Stop the Mpaa ! We have a right to checkout software before we buy.
    A) You don't, and B) the MPAA make movies, not software. You're thinking of the BSA.
  16. Re:From the FAQ: Not compatible with Kazaa. on Shareaza 2.0 Released Under GPL · · Score: 1
    However if it can keep all of my bit torrent downloads in 1 easy to manage window with universal bandwidth management it may be worth it for just that.
    You already can.
  17. Re:Wow on Shareaza 2.0 Released Under GPL · · Score: 1

    That's not stealing - it's copyright infringement. When will people learn?

  18. Re:Better? on Shareaza 2.0 Released Under GPL · · Score: 1

    Any chance of the ed2k protocol support being ported to giFT? Or, alternately, fasttrack being added to shareaza...

  19. Correction on Browser Wars Mark II · · Score: 2, Informative
    Beyond the Foundation are many other Mozilla-enabled browsers such as Konqueror and K-Meleon.

    Konqueror is based on KHTML, not Mozilla.
  20. Re:they need updated docs for todays ram amounts on Is Swap Necessary? · · Score: 1

    Only 4Gb can be mapped at any given time. WIth various extensions, up to 16Gb physical RAM can be used (with a performance hit), and swap is limited only by the OS. However, no single user-level program can use more than 4Gb of it at any one time (barring IPC shared memory or other tricks)

  21. Re:Yaaaaaawn on BBC Creative Archive Based On Creative Commons · · Score: 1

    Well, it's certainly been raining a lot where I am.

  22. Re:IAAMCCNE on Comcast Thinks About Stopping Zombies · · Score: 1

    Don't the cable modems have a processor for SNMP, etc? You can put the ACL there - it only needs to know about one customer's settings that way.

  23. Re:Mozilla needs more speed and on Mozilla 1.8 Alpha Released · · Score: 2, Insightful

    Bittorrent does not cover the same needs as ftp. Bittorrent is good for serving to many users simeltaneously, but needs a seperate client (and the client would not be able to use the same download interface as the rest of mozilla, due to seeding mode). FTP is good for uploading to a web site, or downloading without a seperate client which people might not be familiar with. Also, it does not require a seeder at all times to maintain the swarm.

  24. The original thread on Process Improvements in the Kernel Development · · Score: 3, Informative

    Here's the thread in question.

  25. Slashspammed? on Windows 98SE emulated on Pocket PC · · Score: 4, Funny
    There seems to have been a slight problem with the database.
    Please try again by pressing the refresh button in your browser.

    An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

    I feel sorry for the technical staff. I thought we were supposed to be against spamming?