Slashdot Mirror


User: RedGuard

RedGuard's activity in the archive.

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

Comments · 165

  1. Re:This looks inacurate... on SANS Releases Top Ten Exploits · · Score: 1

    Did you try turning on auditing?

  2. Re:Payment on Publishing-Online or "Dead Tree" Format? · · Score: 1

    Perhaps he could make a living selling support

  3. Re:Open-Source is better than nothing on Open-Source != Security; PGP Provides Cautionary Tale · · Score: 1

    'NetscapeEngineersAreWeenies' wasn't a backdoor,
    it was a rather silly thing to put in public
    code but it didn't allow anyone access. About the
    same time Redhat had to admit they shipped 6.2
    with a real backdoor (in the pirania component)
    but no one noticed.

  4. Re:Has this guy got some odd ideas? on Seagram Declares War On Napster · · Score: 1

    'cause the Soviet elite thought they would do
    better under capitalism, by and large they
    were right. Though you can't say the same
    thing about ordinary russians.

  5. Re:Most of these are much harder than they seem. on Mathematical Problems For The New Age · · Score: 1

    s/infinity/arbitrary large number/g

  6. Re: system administration on Mac OS Mach/BSD Kernel Inseparable · · Score: 1

    > Indeed, a lot of the needed stuff won't run
    > under Terminal, can't add users and so forth
    Aaaargh! So you can't administrate OS X
    remotely.

  7. Re:Amazed that Oxford doesn't see the student's po on Oxford Yanks Student Page Over Spoof DeCSS · · Score: 1

    Yes. But if I go and throw a custard pie at a
    British politician, Oxford university aren't go
    to pay my legal bills. If this student had just
    written controversial then the university should
    defend him. If he wants to do something illegal
    then he should take responsibility for it himself.

  8. Re:Oxford did absolutely the Wrong Thing on Oxford Yanks Student Page Over Spoof DeCSS · · Score: 1

    Alan Gray denied in another post to the same
    newsgroup that he said anything about education
    not controversy.
    I would also add that this student wanted to
    engage in civil disobedience and piss off the
    MPAA. Fine. But if protests are to mean anything
    there has to be some sort of risk. If a
    university web page is used then its them who
    will be sued and they (and other students) who
    will suffer as a result.

  9. Re:Vaguely ontopic on Will Billions Of Nodes Need Biologic Networking? · · Score: 1

    If NNs are more powerful than TMs does that mean
    Church's thesis is wrong? Or am I just totally
    confused.

  10. Re:Flaw in Microsoft's logic on Microsoft Asks Slashdot To Remove Readers' Posts · · Score: 1

    Good point. No one has to sign or read anything
    to be bound by copyright. The GPL allows you
    extra rights you wouldn't have otherwise if
    you agree to the license.

  11. Re:Pointless? why isnt the media killin MS? on Intel FDIV bug vs ILUVYOU · · Score: 1

    But most linux distributions don't come with
    'bin/sh' enabled in their mailcap files.

  12. Appearing soon on a Redhat machine near you on Employers Logging Keystrokes-What Can You Do? · · Score: 3

    The Bastille hardening script adds this to
    /etc/motd. The script claims it gives you a
    better chance of intruders being prosecuted.

  13. Re:well shit on MP3.com Loses In Court · · Score: 1

    > I say make napster freeware and open source
    > and then see if they can shut it down
    And move the servers to North Korea as well

  14. Re:hehe on Sony Bans Sale of Virtual Items from Everquest · · Score: 1

    > while (!horse)
    >
    Is a horse of integer type?

  15. Re:Hmmm... on Writing Drivers For Multiple Operating Systems? · · Score: 1

    Maybe for linux. The driver model for NT has
    remained stable since the earliest versions. Of
    NT4-era drivers can't take advantage of newer
    features in Windows 2000 like plug-and-play but
    they still work.

  16. Re:Other sources on Microsoft Settlement Talks End In Failure · · Score: 1

    It wouldn't be very good news for a company
    that just produced Windows, Microsoft sell
    Windows 2000 at a loss. They make all their
    money from Office.

  17. Re:You know... (somewhat OT) on Tim Burton To Remake "Planet Of The Apes" · · Score: 0

    4 girls, a freezer full of sperm and a turkey
    baster

  18. Re:Trivialization of Free Speech on Who is the Best Registrar? · · Score: 1

    Isn't the idea of free speech that you defend
    even when you find the speech in question offensive, irrelevant or even trival.

  19. Re:Three thoughts for 2 cents. on Where Can I Find NT Kernel Programmers? · · Score: 1

    > It was written in a diferent culture with a > different target and a different purpose ( make > B.G. richer?). Two of the base assumtions you > can make are that NT is not modular you cannot > plug in a new file system because the rest of > the OS expects an "NTFS" file system to be > there, "NTFS" specific calls are embedded in MFC > classes, and, therefore most programs. The > second assumption is that the underlying file > system and the widley distributed MFS classes > will be subject to change at the whim of > engineers in Redmond.
    >
    As far as I know, NT can happily access FAT, EXT2,
    SMB and Netware filesystems.

  20. Tough area on Where Can I Find NT Kernel Programmers? · · Score: 1

    Windows NT filesystem development, particularly
    for distributed systems (so you need to interface
    with a network transport as well), is very tough.
    I'd recommend using a company like OSR
    (http://www.osr.com) rather than trying to do it
    inhouse.

  21. Re:Lower-case / capital letters for filenames on FreeBSD VM Design · · Score: 1

    NT can quite happily handle case sensitively
    in filenames, for example all posix programs have
    this behaviour. But the designers made the
    decision that Windows programs would be
    case insensitive. Doubtless one could argue
    whether it was a good decision or not, but it
    is a feature not a bug.

  22. Re:This is unacceptable on Amino Got More Than the Amiga Name · · Score: 1

    Enver Hoxha

  23. Re:Microsoft seems to have a strange idea of secur on UK Gov't Experts Say Linux is Secure, Windows Not · · Score: 1

    But once you know the password for an nt user
    with permission to run user manager and alter
    privileges (and are in a permission to login)
    then you can do whatever you like too. For
    example you assign yourself the backup
    privilege which allows you to access any file
    on the disk.

  24. Re:Send flowers to Cheryl on Unisys Not Suing (most) Webmasters for Using GIFs · · Score: 1

    And for anyone who doesn't regret doing so...
    Large companies like Unisys are powerful politically entities, isn't there a right to tell their representatives how you feel, just like writing an angry letter to your congressman/MP
    or whatever.

  25. Re:Hardware Abstraction Layer was broken with NT4 on Microsoft Bites It On 64-bit Microprocessors · · Score: 3

    Strictly speaking nothing in user-land is allowed
    access to the hardware in any version of nt,
    but after version 3.51 the code that implements
    the gui was moved into kernel mode. In any
    version of nt sections of the graphics drivers lived in kernel mode and had access to the hardware, what was apparently slowed nt 3.5/3.51
    was the code path for gui calls which had to
    go to another process, in nt4 they go directly to
    the kernel.