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:Hello on Root-server switches from BIND to NSD · · Score: 1

    "edotrial" team?

  2. Re:darn, you beat me to it on Router Holes in BGP Threaten Net · · Score: 1

    Then I'd have someone do the same with the upstreams. Or just have them physically pull the plug.

  3. Re:darn, you beat me to it on Router Holes in BGP Threaten Net · · Score: 1
    Now... think about how you connect in to fix one of those, if it doesn't stay up long enough for you to remote in. :)
    I have someone connect a terminal directly to the router. Simple, no?
  4. Re:Not all terminal emulators were susceptible on Getting Hacked Through Your Terminal · · Score: 1

    I'm using konsole 1.2 in kde 3.1, is that affected?

  5. Re:Most exploits on Getting Hacked Through Your Terminal · · Score: 3, Informative
    Here's how to do it on linux:
    • Reboot the computer, somehow.
    • Append 'init=/bin/sh' to the kernel command line at boot, then resume the boot. You will be dropped to a root shell.
    • mount -t proc proc /proc
    • mount -o remount,rw -t (root fs type) (root fs device) /
    • passwd
    • Enter the new password
    • mount -o remount,ro -t (root fs type) (root fs device) /
    • umount /proc
    • exec /sbin/init
    • The system will resume its boot. The root password will have been changed.
  6. Re:Eh??! on Lead Scientist Responds to Questions on Root Server Queries · · Score: 1

    You could add a line to your bind.conf to hardcode the authoraitive nameservers for $dnsbl.

  7. Re:Whats a root server query? on Lead Scientist Responds to Questions on Root Server Queries · · Score: 1

    Close, but not quite right. The root DNS servers have the primaty purpose of listing authoraitive name servers for the top-level domains (.com, .net, etc). These servers then resolve the single-level domain (slashdot.org) and give it's authoraitive nameserver, which gives an IP.

  8. Re:cache / copy / mirror of page is here (mod up!) on Anticipatory Scheduler in Kernel 2.5+ Benchmarked · · Score: 1

    Here's the canonical one: http://www.kerneltrap.org/node-592.html
    It's exempted from the slashdotting message.

  9. Separating devices? on Anticipatory Scheduler in Kernel 2.5+ Benchmarked · · Score: 1

    The static copy of the story dosen't indicate if the I/O scheduler blocks on all filesystems, or separately on each one? Ie if I have a read on filesystem A, would another write on filesystem B be affected?

  10. Re:Pay-per-view? on Examining Microsoft Update · · Score: 1

    Doh, spoke too soon. Only the first few pages are free.

  11. Pay-per-view? on Examining Microsoft Update · · Score: 1

    I think not. It works fine wthout any kind of login or credit card info.

  12. Re:A good plan? on Nethack 3.4.1 Released · · Score: 1
    Open a tin of salmon to get rid of cursed rings
    Any cursed tin wil do that, IIRC, and sometimes uncursred ones as well. Use a towel to reverse the effects. :) TDTTOE
  13. Re:Nethack rules! on Nethack 3.4.1 Released · · Score: 1
    I started playing this game a week ago again and now it got an update .. haven't noticed any boulder / landmine bugs though.

    You got lucky. In 3.4.0, pushing a boulder onto a land mine will destroy your game. The new version is save/bones compatible, so upgrade now.
  14. Re:The normative source, is of course, the source on Mozilla Now Even Includes The Kitchen Sink · · Score: 1

    The code implementing the about:kitchensink or whatever it was

  15. Re:The normative source, is of course, the source on Mozilla Now Even Includes The Kitchen Sink · · Score: 1

    I don't see it in there.

  16. It's inevitable on Do Scripters Suffer Discrimination? · · Score: 2, Insightful

    Scripting is an artificial distinction. Both scripted and compiled languages are turing-complete.

  17. Mirror? on NES PC · · Score: 1

    It's been slashdotted - does anyone have a mirror (preferable with images)?

  18. Re:Quicktime is NOT A CODEC! on Good News For Creating Quicktime On Linux · · Score: 1

    HTTP 403 Forbidden. 'nuff said.

  19. Re:No fork() support? on uClinux Ported to the iPod · · Score: 1

    How would you multi-task, then? Would a signal unblock vfork()?

  20. Re:MP3 Decoder? on uClinux Ported to the iPod · · Score: 1

    Could that setup be used for SMP?

  21. Re:Firewire Filesharing on uClinux Ported to the iPod · · Score: 1

    You don't need TCP/IP for that, only firewire.

  22. No fork() support? on uClinux Ported to the iPod · · Score: 1
    From the FAQ:
    Since we are running on uClinux the fork() system call is not supported.
    If so, how do you run anything? I though the only way to execute an app was with fork()...exec()...wait()?
  23. Re:Best way on Quickly Filling Up 150GB of Legal Media Files? · · Score: 1

    So, like Freenet, then?

  24. Think about where you're posting from on Quickly Filling Up 150GB of Legal Media Files? · · Score: 4, Funny

    Mirror slashdotted webpages!

  25. Re:I can't see this being a go, any time soon. on Distributed Internet Backup System · · Score: 1

    Really? Let's see you brute-force a 65536-bit DSA key, then...