Slashdot Mirror


User: Cyberax

Cyberax's activity in the archive.

Stories
0
Comments
5,567
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,567

  1. Re:It will happen on No Business Case For IPv6, Survey Finds · · Score: 1

    Routers cost about $30 in bulk. Your provider might give you one free when they start deploying IPv6.

    Or your router might simply die of old age - the half-life for home routers is about 5 years

  2. Re:The switch from DC to AC on No Business Case For IPv6, Survey Finds · · Score: 1

    Just use IPv4 glue for DNS servers for now.

    We're going to run mixed stacks for the foreseeable future, anyway.

  3. Re:Ever? on No Business Case For IPv6, Survey Finds · · Score: 2, Informative

    You can use IPv6 _now_ with 6to4 or Teredo.

    It's quite simple, actually. You can start IPv6 on your network in about 1 hour (including stateless autoconfiguration setup).

    First, follow this tutorial: http://tldp.org/HOWTO/Linux+IPv6-HOWTO/conf-ipv6-in-ipv4-point-to-point-tunnels.html (I suggest the 'deprecated' method, because it actually works fine :) ).

    Then install radvd ( http://www.litech.org/radvd/ ), don't forget to turn on IPv6 routing and you're set!

    Being able to SSH directly into every machine on my network is UBER-COOL.

  4. Re:in-memory patching? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    So? It's trivially easy to modify running processes by code injection in RAM in Linux. Hell, there are projects which patch _the_ _kernel_ by injecting code in runtime.

    However, Windows and Linux only allow administrators to do this.

  5. Re:You have the date. What's the next instruction? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    I was unclear. Check autorun files, validate Microsoft signatures and then remove everything without a valid signature.

  6. Re:in-memory patching? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    A simple user can only modify the processes he/she owns.

    Windows is not THAT insecure.

  7. Re:You have the date. What's the next instruction? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    Nope.

    _ALL_ executable files needed for boot (except for ntldr) are signed with Microsoft key.

  8. Re:in-memory patching? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    Sure.

    Windows allows you to run threads in other process' memory. And you can also access raw physical memory from the kernel mode.

    The same goes for Linux - try to grep /dev/ram someday :)

    Of course, Windows and Linux control access to these features.

  9. Re:You have the date. What's the next instruction? on Researchers Ponder Conficker's April Fool's Activation Date · · Score: 1

    Do not use safe mode. Boot from a LiveCD and then check all the signatures of autorun files. Microsoft programs are signed with Microsoft key.

    Then remove the rest of autorun programs and reinstall them (there are still worms which infect other exe-files, like in good old DOS days). Also, drivers are going to be a problem, but most of them now have a digital signature.

    It's a fairly safe way to remove most of virus infestations.

  10. Re:But, but Photons ARE slowed down on Fermilab Discovers Untheorized Particle · · Score: 1, Troll

    Nope. You're wrong, photons ARE NOT slowed down, ever (well, except for Casimir vacuum and virtual photons).

    Photons traveling in material are constantly adsorbed and re-emitted, that's why they appear to travel slower.

  11. Re:What does this say about the search for the Hig on Fermilab Discovers Untheorized Particle · · Score: 4, Informative

    We _know_ that the current theory is insufficient. It doesn't explain gravity, for one thing.

    LHC will allow to test some alternative theories, so we really need it. Also, we still need to check the existance of Higgs.

  12. Re:Cashless Society on Breach Exposes 19,000 Active US, UK Credit Cards · · Score: 1

    ...then it's just easier to use physical cash.

  13. Re:Cashless Society on Breach Exposes 19,000 Active US, UK Credit Cards · · Score: 2, Interesting

    Nope. A real cashless society is going to require stronger means of authentication for financial transactions (like public-key cryptography to sign billing statement, etc).

    Currently, credit cards are absolutely insecure.

  14. Re:UAC doesn't hold a candle to linux permissions on Conficker Worm Asks For Instructions, Gets Update · · Score: 1

    2. That's easily fixed with suid'ed utils.
    1,3. That's easily fixed with POSIX acls. For example, "/dev/audio" usually uses them.

    But these examples rarely occur on home computers.

  15. Re:UAC doesn't hold a candle to linux permissions on Conficker Worm Asks For Instructions, Gets Update · · Score: 1

    It's possible to use POSIX ACLs for that. For example, /dev/audio on most systems uses ACLs to control access to it.

    And users can change them also.

  16. Re:UAC doesn't hold a candle to linux permissions on Conficker Worm Asks For Instructions, Gets Update · · Score: 1

    Unix permissions rule.

    They are quite enough for almost all use and easy enough to understand at a glance. It's easy to write "chmod -R a+r-x dir", but I'd hesitate to do this with cacls.exe.

  17. Re:And Raise Your Hand If You're Surprised on Microsoft-Novell Relationship Hits the Skids · · Score: 1

    AFAIR, at 1999 Novell gained support for Windows DLLs - you could write and _compile_ a DLL in Visual Studio and then load it in Netware. Of course, you can't use Win32 API.

    NDS was rock solid, granted. But by 1999 Netware was still an OS without memory protection. So applications on it sucked hard, for example Btrieve liked to crash the whole system.

    And the worst: Novell had no clear plans on development of new OSes.

    Oh, and Novell licensing was pure hell.

  18. Re:47% on US Adults Fail Basic Science Literacy · · Score: 1

    If it's an acronym then I usually write "ACRONYMs". I can't readily remember a case there NOUN and NOUNS are different words and can not be discerned by a context.

  19. Re:47% on US Adults Fail Basic Science Literacy · · Score: 1

    Yup. As a non-native English speaker I'm disgusted when someone writes "should of" or "their [doing something]" or writes "[noun]'s" for plural.

    Because I know that 'their' is a possessive personal pronoun and "of" is NOT an auxiliary verb. And when I write a sentence I construct it according to grammar rules.

  20. Re:What makes DDOS hard to stop? on Beyond Firewalls — Internet Militarization · · Score: 1

    Typo: BGP, not BGPs - I meant BGP-capable routers.

    BGP stands for "Border Gateway Protocol", so it can't be plural.

  21. Re:What makes DDOS hard to stop? on Beyond Firewalls — Internet Militarization · · Score: 1

    That's what BGPs are for - it allows YOU to control how your traffic is routed. Because all major routers on the Internet also use BGP to configure routes.

    The grandparent is also correct in saying that it doesn't cost much. It's possible to have completely OpenSource router and even modest hardware can handle routing.

  22. Re:Militarization? on Beyond Firewalls — Internet Militarization · · Score: 1

    So go after the criminals. What's the problem?

    Or do you think your gun is going to save you from criminals? Ha!

  23. Re:Correlation... on UK To Mull High Video Game Taxes — To Fight Knife Crime · · Score: 1

    Well, the last year WAS cooler than usual.

    So it works! :)

  24. Re:One possible application on Demo of a New "Sixth Sense" Technology · · Score: 1

    All you need for this feature is a simple IR camera.

    It's easy to do - just remove IR filter (looks like transparent plastic film) from any cheap digital camera and add visible light filter (red plastic film).

  25. Re:Trusted Computing Group reputation? on Self-Encrypting Hard Drives and the New Security · · Score: 1

    Well, try to explain this to Grub developers :)

    I'm going to finish TPM support, even if it's rejected from the mainline. It looks like I can get away with only with MBR modification, the rest can be done as modules.