Slashdot Mirror


Ubuntu Claims 12 Million Users — Before Lucid

darthcamaro writes "It's always a challenge to try and figure out how many users a particular Linux distro has — but Canonical is now providing a new figure for Ubuntu that is 50 percent more than what they were claiming just 18 months ago. 'We have no phone home or registration process, so it's always a guesstimate. But based on the same methodology that we came up with for the 2008 number, our present belief is that it's somewhere north of 12 million users at the moment,' Chris Kenyon, vice president for OEM at Canonical, told InternetNews.com. Just in case you were wondering, Fedora still claims more — actually almost double, at 24 million."

14 of 360 comments (clear)

  1. Some fairly realistic figures by selven · · Score: 1, Informative

    Number of computer users worldwide = 1.2 billion (taken from various estimates)

    Linux market share = 1.12% (composite of various sources)

    Ubuntu market share = 50% of Linux (source = same Wikipedia article)

    This gives us 1.2 billion * 0.0112 * 0.5 = 7 million Ubuntu users worldwide.

  2. Re:Sadly by epedersen · · Score: 3, Informative

    If you set a password for root, then you can su to all your hearts content.

  3. Re:Sadly by MightyMartian · · Score: 2, Informative

    Every heard of sudo -i ?

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  4. Re:NTP-servers... by icebraining · · Score: 4, Informative

    I'm almost certain that it defaults to "no", you have to click the "yes" button to participate.

    It does, at least in Debian.

  5. Re:NTP-servers... by alex-tokar · · Score: 2, Informative

    I'm almost certain that it defaults to "no", you have to click the "yes" button to participate.

    This page says that the package is already installed on the system, but is disabled by default:

    This means that all you need to do is enable it.

  6. Re:Sadly by Anonymous Coward · · Score: 1, Informative

    Or also sudo -s ('s' for shell). Lots of ways to not have to enter a shell's actual name. I liked Ubuntu's use of sudo so much, I setup my FreeBSD systems the same way.

  7. These numbers are based on desktop usage mostly by caffeinejolt · · Score: 2, Informative

    This report is updated monthly and displays linux distro market share stats. However, it mostly reports on desktop usage - not server usage.

  8. Re:Fedora *had* 24 million users by rubies · · Score: 2, Informative

    +1 to dependency hell, largely because of the copyright issues over media playback and the completely broken way that Fedora tried to get around it.

    And not just dependency hell, but that "SELinux" stuff that secures your OS by the simple act of not allowing anything at all to run, ever.

    Ubuntu netbook remix is a winner.

  9. Re:Fedora *had* 24 million users by gdek · · Score: 2, Informative

    Actually, Fedora claims 24 million *active* users between Fedora 7 and Fedora 12 -- a timeframe well after you would have run into "dependency hell" issues.

    We actually document our methodology, too. Right here: http://fedoraproject.org/wiki/Statistics

    So your usage of the past tense is incorrect.

  10. You want real statistics ... by Anonymous Coward · · Score: 5, Informative

    Here is the hit count for operating system from Wikimedia:

    http://stats.wikimedia.org/wikimedia/squids/SquidReportOperatingSystems.htm

    Linux has a 1.65% market share and of that share Ubuntu has 0.71%. Ubuntu has approximately 43% market share among Linux users, which by a very large margin makes it the most popular distro.

  11. Re:Sadly by oakgrove · · Score: 4, Informative

    Don't know if you've noticed, but if you type sudo su - and hit enter, you now have superuser access.

    Actually, no. You can escalate your privileges to the superuser only if your account is configured to allow for that. You can easily configure every account on the machine to not be escalatable and just use one account for admin tasks. Secondly, you have to type in your password so, no, you don't just "hit enter".

    --
    The soylentnews experiment has been a dismal failure.
  12. Re:Sadly by Jurily · · Score: 2, Informative

    Disabling the root password means a cracker needs to take the additional step of identifying a valid user account to target.

    Disabling the root password means now they only need to hijack a normal local user account, not root. You're effectively running as root, with all the security implications.

  13. Re:Some guesstimate? by Anonymous Coward · · Score: 1, Informative

    I suppose that if I were even a half serious gamer, and I needed to get my machine's ultimate output in FPS and DirectX crap, I would find VM's to be inadequate.

    Well, I'm not even a half serious gamer - but I still need to dual-boot a Windows system to use the 3D card. Not just to get better FPS, but to run games at all. Wine works much better for gaming than any VM I've tried, and there's still a lot that Wine can't run.

  14. Re:Sadly by Anonymous Coward · · Score: 1, Informative

    Ubuntu always uses the same UID for the first main user account. So instead of trying to get the password for UID=0, you're trying to get the password for UID=1000.