Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Call to vote

    Which Linux Distro Are You Running in 2006?

    [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]

    --
    Registered Linux User 406928
    Ubuntu Breezy Badger 5.10
    Register at [url]http://counter.li.org/[/url]


    Tony Guest

  2. Similar Questions and Discussions

    1. Will someone please be a vote taker.
      Mike Cox wrote: Didn't you hear the news? There shall be no vote. There are already a series of working PGSQL groups in the PGSQL hierarchy. A...
    2. NEWSGROUP CENSORSHIP - Vote YES
      <savethescreenplays@hotmail.com> wrote in message news:1103264935.289325.310690@z14g2000cwz.googlegroups.com... This is a lie. The new newsgroup...
    3. NEWSGROUP CENSORSHIP - Vote NO
      Lines: 8 Message-ID: <mOJwd.9176$Z27.2110@bignews5.bellsouth.net> X-Complaints-To: abuse@bellsouth.net X-Abuse-Info: Please forward a copy of all...
    4. Freehand MX Vote
      "We acknowledge that Macromedia is discussing whether to develop and provide and update to Freehand MX, as told us by John J. Nosal, who represents...
    5. You are invited to vote in lounge contest
      Those links aren't working for me.
  3. #2

    Default Re: Call to vote

    On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
    > Which Linux Distro Are You Running in 2006?
    >
    > [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
    Wow that's close at the moment.

    Suse, Fedora and Ubuntu all at 24%


    Simon Guest

  4. #3

    Default Re: Call to vote

    Simon wrote:
    > On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
    >
    >> Which Linux Distro Are You Running in 2006?
    >>
    >> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
    >
    > Wow that's close at the moment.
    I'm sure that can be fixed ;-)

    --
    Dirk Roos
    Dirk Roos Guest

  5. #4

    Default Re: Call to vote

    On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
    > Simon wrote:
    >
    >> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
    >>
    >>> Which Linux Distro Are You Running in 2006?
    >>>
    >>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
    >>
    >> Wow that's close at the moment.
    >
    > I'm sure that can be fixed ;-)
    This seems to work..

    #!/usr/bin/perl

    $stop = 100; # Number of votes to make
    $count = 0; # A nil value
    $timer = 0; # ditto
    $delay = 100000000; # Time to get firefox up and ready

    # Start firefox and wait for it to load fully
    system "firefox &";
    while ($timer < $delay) {
    $timer++;
    }

    # Open links in firefox tabs, keeps process requirements down
    while ($count < $stop) {

    system "firefox \"http://linux.about.com/gi/pages/poll.htm?linkback=http://linux.about.com/Flibrary/Fbl/dist/bldist_poll.htm&poll_id=4113693387&poll=1&submit1= Submit+Vote\" &";
    $count++;
    }

    # Let the pages load
    $timer = 0;
    while ($timer < $delay) {
    $timer++;
    }

    # Shut firefox down again
    system "killall firefox-bin";
    exit;


    Simon J Guest

  6. #5

    Default Re: Call to vote

    Simon J wrote:
    > On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
    >
    >> Simon wrote:
    >>
    >>> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
    >>>
    >>>> Which Linux Distro Are You Running in 2006?
    >>>>
    >>>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
    >>>
    >>> Wow that's close at the moment.
    >>
    >> I'm sure that can be fixed ;-)
    >
    > This seems to work..
    >
    > #!/usr/bin/perl
    >
    > $stop = 100; # Number of votes to make
    > $count = 0; # A nil value
    > $timer = 0; # ditto
    > $delay = 100000000; # Time to get firefox up and ready
    Hé, you're cheating ! :-)


    --
    Dirk Roos
    SUSE Linux 10.0 - ubuntu 5.04
    Dirk Roos Guest

  7. #6

    Default Re: Call to vote

    "Dirk Roos" <droos@ekonet.be> schreef in bericht
    news:K3L6g.408454$Rb5.11466801@phobos.telenet-ops.be...
    > Simon J wrote:
    >
    >> On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
    >>
    >>> Simon wrote:
    >>>
    >>>> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
    >>>>
    >>>>> Which Linux Distro Are You Running in 2006?
    >>>>>
    >>>>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
    >>>>
    >>>> Wow that's close at the moment.
    >>>
    >>> I'm sure that can be fixed ;-)
    >>
    >> This seems to work..
    >>
    >> #!/usr/bin/perl
    >>
    >> $stop = 100; # Number of votes to make
    >> $count = 0; # A nil value
    >> $timer = 0; # ditto
    >> $delay = 100000000; # Time to get firefox up and ready
    >
    > Hé, you're cheating ! :-)
    >
    Hmm, suddenly Ubuntu is at 25% and Fedora dropped to 23%
    Wonder what happened... :P


    Michael Guest

  8. #7

    Default Re: Call to vote

    On Sat, 6 May 2006, in the Usenet newsgroup alt.os.linux.ubuntu, in article
    <445c6e53$0$31650$e4fe514c@news.xs4all.nl>, Michael wrote:
    >"Dirk Roos" <droos@ekonet.be>
    >> Simon J wrote:
    >>> This seems to work..
    >>>
    >>> #!/usr/bin/perl
    >> H<E9>, you're cheating ! :-)
    Why not? The poll is totally useless - someone over in alt.os.linux.mandriva
    and in alt.os.linux.suse was already pulling that trick last week.
    >Hmm, suddenly Ubuntu is at 25% and Fedora dropped to 23%
    >Wonder what happened... :P
    Children discovered scripting, and the joker who had created the web page
    in the first place apparently knows nothing about secure programming. What
    else would you expect?

    Old guy
    Moe Trin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139