Slashdot Mirror


User: cortana

cortana's activity in the archive.

Stories
0
Comments
2,628
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,628

  1. Re:WTF? on Debian DPL Threatens to Leave SPI Over Sun Java · · Score: 1

    $ aptitude show sun-java5-jre | grep ^Maintainer
    Maintainer: Matthias Klose

    Ubuntu distributes the same packages that are in Debian in the multiverse component(? section? archive? what is the correct term here anyway?).

  2. Re:My Fear of DRM on UK Parliament Questioning DRM · · Score: 1

    Isn't there an itunes equivalent to freeme?

  3. Re:Back to the good old days on Ubuntu 6.06 'Dapper Drake' Released · · Score: 1

    You are comparing apples to oranges, as they say. Consider this: apt is to yum as dpkg is to rpm.

  4. Re:Good, but... on Ubuntu 6.06 Reviewed · · Score: 1

    In Ubuntu, the root password does not have a password by default*; therefore it makes sense to just drop straight to a shell.

    * I don't mean you can log on or 'su' with no password, etc. I mean that there is no password in /etc/shadow, therefore nothing supplied by the user will ever hash to a matching value, therefore root can never log on. Same as how the other system users with no passwords (daemon, bin, nobody, etc.) work.

  5. Re:Let the qmail flamery begin! on Sendmail Removed From NetBSD · · Score: 1

    FYI, the split-files config is a Debian, specific mdofication. It can be disabled if you 'dpkg-reconfigure exim4-config' and choose the 'one big config file' option.

    You can also completley override the Debian configuration mechanism by creating an /etc/exim4/exim.conf file, which exim will use instead of the Debian configuration mechanism.

  6. Re:GPL != Open Source on DTrace Becomes Usable on FreeBSD · · Score: 2, Informative
    The CDDL under which the code in question was released is a slightly modified version of the Mozilla Public License. So if you used Mozilla or firefox or whatever to post that screed, then you've clearly sinned against the church of RMS.
    Nonsense; Mozilla is tri-licensed under the GPL, LGPL and MPL.
  7. Re:Uniquely identify? on A DNA Database For All U.S. Workers? · · Score: 1

    Ok, I mistakenly thought that identical twins had similar fingerprints... so ignore what I said. :)

  8. Uniquely identify? on A DNA Database For All U.S. Workers? · · Score: 1

    Are there no identical twins in the United States?

  9. Re:The Key is Not Transmitted on Overconfidence in SSH Protection · · Score: 3, Informative

    Perhaps the author of the article should have read the source of the text you quoted. The preceding paragraph:

    ForwardAgent Specifies whether the connection to the authentication agent (if any) will be forwarded to the remote machine. The argument must be "yes" or "no". The default is "no".

    So the only people who will be caught out by this are those who:

    1. Blindly enable ForwardAgent without reading the security considerations mentioned in the manual.
    2. Set up ssh-agent without considering how it will expose their private key.

    Configuring the agent to prompt the user to confirm any signing request can be as complicated as putting the private key on a smart card (which will make the reader prompt for a PIN whenever the card recieves a signing request) or it can be as simple as using the -c option when calling ssh-add; therefore this does not seem like a big deal to me.

  10. Re:Signed Drivers Required for 64-bit Vista on Vista Beta 2 has Major Problems · · Score: 1

    I agree that it's a good idea. They aren't going far enough however. i386 Windows needs this feature far more.

    FYI, the fact that drivers are signed means nothing anyway. It is a common pratice in the industry to make your drivers detect that they are undergoing WHQL certification testing and do things the slow, safe, reliable and secure way. MICROS~1 then signs these drivers, which are distributed to the end users, where they revert to doing things the unsafe, unreliable, insecure way for the sake of speed.

    It's a shame that this will stifle the development of any Free Software drivers for the Windows platform.

  11. Re:~Six Months until go time... on Vista Beta 2 has Major Problems · · Score: 1

    I completly disagree. Windows 2000 was usable with 128 MB of RAM. Unless your only goal is to play with calc.exe, Windows XP grinds to halt while swapping with anything less than 512 MB of RAM.

  12. Re:~Six Months until go time... on Vista Beta 2 has Major Problems · · Score: 1

    Lower CPU, memory, and disk consumption is an advantage.

  13. Re:OS X...? on Vista Beta 2 has Major Problems · · Score: 1

    Paul Thurrot? Is that you?

  14. Re:Article Summary on Vista Beta 2 has Major Problems · · Score: 1

    Think before opening (metaphorical) mouth! ;)

    http://arstechnica.com/news.ars/post/20060201-6098 .html

  15. Re:Many using SQLite instead. on Oracle Unveils New Open Source BerkeleyDB Release · · Score: 1

    Neither are most 'R'DMBSes ;)

  16. Re:WTF (interface changes)? on Visual Tour of Office 2007 Beta 2 · · Score: 1
    Why must they change the interface when the old one worked so well?
    To differentiate their product from Openoffice.org.
  17. Re:one experience on Running Windows Without Administrator Privs? · · Score: 1

    I'm not sure it's fair to say that Ethereal asks to be run as root. I assume it is your particular distribution that is setting you up for a fall by creating a menu item that launches it as root.

    Shortsighted security decisions are made on both platforms. The difference is that on Windows such decisions are the norm.

  18. Re:one experience on Running Windows Without Administrator Privs? · · Score: 1
    What if someone finds a buffer overflow in tcpdump?
    Then you are screwed. Tcpdump however is vastly less complicated than Ethereal. Ethereal's many protocol disectors have new flaws discovered in them all the time.
    I like capturing in ethereal - it's convenient.
    Surprise, security is inversely proportional to convenience.
  19. Re:one experience on Running Windows Without Administrator Privs? · · Score: 2, Informative

    If you run ethereal as root then you're asking to be compromised.

    You should be capturing packets with tcpdump (as root), and opening the file it creates with ethereal as an unpriviliged user.

  20. Re:Should we trust AT&T with our data? on Wired Releases Full Text of AT&T NSA Document · · Score: 1

    TLS can not guarantee end-to-end privacy. Take the matter in to your own hands. Use PGP.

  21. Re:Why Mac/Linux/etc. are no better than Windows on New IM Worm Installs Own Web Browser · · Score: 1

    $ sudo mount -t tmpfs -o noexec none /mnt
    $ cp /bin/bash /mnt
    $ ls -l /mnt/bash
    -rwxr-xr-x 1 sam sam 684724 2006-05-21 20:24 /mnt/bash
    $ /lib/ld-linux.so.2 /mnt/bash /mnt/bash: error while loading shared libraries: /mnt/bash: failed to map segment from shared object: Operation not permitted

    Also, the NTFS permissions are useless because files have execute permission by default. It would be like a Unix user running with a umask of 777.

  22. Re:Cool. As a Debian user... on Vim 7 Released · · Score: 1

    Assuming vim 7 makes it into testing in 9 days time, it will be in the Debian 3.2 (Etch) release that might just arrive in December. ;)

    If you don't want to upgrade from Stable then I suggest you want for vim 7 to enter the backports.org archive; someone will probably upload it at some point soon.

  23. Re:Why would you want java on there anyway? on Red Hat Not Satisfied with Sun's New Java License · · Score: 1

    $ aptitude show sun-java5-{bin,jre} | grep Size
    Uncompressed Size: 66.6M
    Uncompressed Size: 15.9M

    The original .debs are 22M and 7.1M respectively. That's some compression!

  24. Re:Just how much is 'exploited'? on MS Word Zero-Day Exploit Found · · Score: 0

    Was it signed by the boss or the clients?

  25. Re:How good is it? on Web Release of the Open Movie Elephants Dream · · Score: 1

    Colossos of Rhodos? COLOSSOS OF RHODOS??

    goddamn lameness filter shut up