Slashdot Mirror


User: Zwaxy

Zwaxy's activity in the archive.

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

Comments · 102

  1. Re:I'll miss the constant updates... on Ubuntu 6.06 'Dapper Drake' Released · · Score: 1

    A problem with the GNOME version is that the screen goes black after an hour or so even if you're actively playing a game in full-screen mode.

    That's why I switched back to xscreensaver.

  2. Re:torrents on Ubuntu 6.06 'Dapper Drake' Released · · Score: 1

    This email explains the renaming of the CD .iso files, but basically the live CD now has a pretty installer, and has been renamed to 'desktop', whereas the install CD still has the old text-only installer, and is now called 'alternate', to indicate that most people won't be needing it.

  3. Re:Seamless Upgrade on Ubuntu 6.06 'Dapper Drake' Released · · Score: 1

    sudo update-manager -d

    While that command is fine at the moment, the "-d" means to upgrade to any available bleeding-edge version, so if you run it in a few weeks time, you'll end up with an very early, probably unbootable, version of the "Edgy Eft" release.

    So just:

        sudo update-manager

    if you want to upgrade to 6.06 LTS.

  4. Re:Opportunity! on Spy Sweeper, the Next Netscape? · · Score: 1

    That's "Sweat Loaf", not "Sweet Loaf".

    "Daddy, what does regret mean?
    Well son, the funny thing about regret is,
    It's better to regret something you have done,
    Than to regret something you haven't done.
    And by the way, if you see your mom this weekend,
    Be sure and tell her, SATAN, SATAN, SATAN!!!"

  5. Re:Mod up seriously on Can Ordinary PC Users Ditch Windows for Linux? · · Score: 1

    I forgot to say - I didn't install any flash packages from the ubuntu repositories. I just went to a web page with firefox which needed flash. Firefox told me about a missing plugin and offered a button to click to go to the macromedia site to download and install the plugin.

  6. Re:Mod up seriously on Can Ordinary PC Users Ditch Windows for Linux? · · Score: 1
    Both google video and youtube work for me too using firefox 1.5.0.3 in ubuntu dapper (development version).

    According to firefox's about:plugins I have:

    File name: libflashplayer.so
    Shockwave Flash 7.0 r63

    These are the files it uses:

    $ ls -l /home/chris/.mozilla/plugins/
    total 2114
    -rwxr-xr-x 1 chris chris 856 Apr 24 19:28 flashplayer.xpt
    -rwxr-xr-x 1 chris chris 2154768 Apr 24 19:28 libflashplayer.so

    $ md5sum /home/chris/.mozilla/plugins/*
    a81fd3b03b8c6d6e5a14298110718d3f /home/chris/.mozilla/plugins/flashplayer.xpt
    37b8b6030388d23eeb8150eb67ad063e /home/chris/.mozilla/plugins/libflashplayer.so
  7. Re:Stupidity on Apple Patch Released, But Is It Enough? · · Score: 1
    Wikipedia says:
    A shellcode is a relocatable piece of machine code used as the payload in the exploitation of a software bug which allows an unauthorised user to communicate with the computer via the operating system's command line as a result of exploiting a vulnerability in software running on the machine. Normally stored as a null terminated string, it cannot contain null characters.
  8. Re:Time From Discovery to Patch on Root Password Readable in Clear Text with Ubuntu · · Score: 1

    And I want to know the name of the idiot who is responsible.

    He's called Colin:

        http://www.ubuntuforums.org/showpost.php?p=818037& postcount=61

  9. Re:[easier] Solution on Root Password Readable in Clear Text with Ubuntu · · Score: 2, Informative

    "sudo passwd" changes root's password in ubuntu 5.04 and 5.10.

    Where does this idea that you need to type "sudo passwd root" come from? I see it repeated in IRC channels and message boards, but it's just not true.

  10. Re:Solution on Root Password Readable in Clear Text with Ubuntu · · Score: 1

    The root password in ubuntu is locked.

    Look in /etc/shadow:

        sudo grep '^root' /etc/shadow

    the encrypted password for root begins with an exclamation mark, preventing any password from encrypting to this string.

  11. Re:China & PGP on UK Government Wants a Backdoor Into Windows · · Score: 1

    Have you never seen the famous paper by Ken Thompson on how he made a version of cc which would add a back door to 'login', and also to itself? Even if you recompiled cc from clean sources using the infected version of cc, you would end up with a trojaned cc binary, and hence a trojaned login binary.

    Read all about it: http://www.acm.org/classics/sep95/

  12. Re:If we all set up some bots... on Browser Stats For The BBC Homepage · · Score: 1

    I think you are seriously misreading that graph. 20 to 30 BILLION hits per day? 4 hits per day for every person on the planet?

    I don't think so.

    Hint: the graph is labelled "per million" - that means you should divide by a million, not multiply by it. A reach of 20,000 per million means that 20,000 per million or 2% of Internet users visit each day.

  13. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    Did you reply to the wrong post by mistake? I don't see what your point has to do with mine.

    Either way, the statement of the question was quite clear about this:

        maybe he will call the first prisoner in a million times before ever calling in the second prisoner twice, we just don't know

        we may be certain that each prisoner will be called in ten times, or twenty times, or any number you choose.

    More formally, "for all X there exists a Y such that after Y days every prisoner has been called at least X times".

  14. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    there are lots of sub 4000 day solutions on the forum at the berkeley site, for example this one takes 3473 days:

    http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB .cgi?board=riddles_hard;action=display;num=1027805 293;start=393#393

  15. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    Yes it does, in the last but one paragraph:

        "the prisoners were given time beforehand to come up with a strategy"

  16. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    If the king never uses any flips, the n-1 non-counters would each contribute 2k+1 to the count, so the count would reach (n-1)(2k+1) = 2nk + n - 2k - 1 which is greater than the trigger value of 2nk + n - 3k - 1.

    The point is that the king can use his k flips to reduce the count by k, effectively cancelling out k of the flips made by the non-counters before the counter sees them.

    This results in a final count of 2nk + n - 3k - 1, which is exactly the trigger value.

  17. Re:The King and the Chalice (only for Experts!) on Your Favorite Math/Logic Riddles? · · Score: 1

    It's interesting that this, the only posting with the correct answer, hasn't been modded up!

    Two small typos:

        you wrote
            "If every counter has been in the room k+1 times,"
        where you should have written
            "If every non-counter has been in the room 2k+1 times,"

  18. Re:And if you're just looking for games.. on Millions of Games · · Score: 1

    DROD is the best puzzle game I've played:

        http://www.drod.net/

    Again, it's a download, but there are both Windows and Linux versions.

  19. Re:MODUP! [nope] on Debian 3.1 (Sarge) Released · · Score: 1

    One other thing worth noting about BitTorrent is that it can 'fix' broken downloads. So put that 8GB partial download you have (you kept it, right?) when BitTorrent will see it, and BitTorrent will notice the parts that are already downloaded and just request the rest.

  20. Re:2120 MB on E-mail As the New Database · · Score: 1

    Well, it's stopped counting now, and is just sat there saying "Over 2125 megabytes (and counting)" which sounds a little strange.

    I noticed that the storage was going up at almost exactly 42 bytes per second, which ties in quiet nicely with the earlier comments about the Infinite Improbability Drive storage.

  21. Re:2120 MB on E-mail As the New Database · · Score: 1

    Looking at the source code, I see that it may stop rising in about 10 hours:

    var CP = [
    [ 1112439600000, 2050 ],
    [ 1114308000000, 2125 ]
    ];

    Those lines control how fast it rises, giving milliseconds past the epoch and megabytes of storage at 2 points in time.

    The '2125' point is 3am tomorrow...

    $ python -c "import time; print time.asctime(time.localtime(1114308000000/1000))"
    Sun Apr 24 03:00:00 2005

  22. Re:Not Suprising on UK Leads in TV Show Downloading · · Score: 1

    But isn't he Australian?

  23. Re:Hehee. Just like loading off a Cassette tape :) on Piezo-Acoustic iPod Hack · · Score: 1

    http://www.erikyyy.de/tempest/

  24. Re:not cost effective to track and sue for RIAA et on EFF Promotes Freenet-like System Tor · · Score: 1

    0.05% (500th of a percent)

    0.05% is a 20th of a percent, not a 500th.

  25. Re:Firefox? on Do Unsubscribe Links Stop Spam? · · Score: 1

    I don't see the ad at all in Firefox because I have the 'adblock' plugin automatically hiding anything with /ads/ in the URL.

    Unfortunately as a result I've been unable to read the article.

    Fortunately this is slashdot where not reading the article is the norm.