Slashdot Mirror


A Gut Check On Gutsy Gibbon

jammag writes "Linux pundit Bruce Byfield looked inside the pre-release of Gutsy Gibbon and found what he calls 'Windows thinking.' His article, Divining from the Entrails of Ubuntu's Gutsy Gibbon, notes that Ubuntu is the dominant distro, having achieved a level of success that might be leading to complacency. He opines: 'Only once or twice did I find a balance between accessibility to newcomers and a feature set for advanced users. At times, I wondered whether the popularity might be preventing Ubuntu from finishing some rough edges.'"

390 comments

  1. Wait for next by Anonymous Coward · · Score: 5, Funny

    Hm, I guess it seems Gutsy Gibbon isn't quite up to stuff. Prolly oughta wait for the next edition, the more refined Hairy Hardon.

    1. Re:Wait for next by Braino420 · · Score: 4, Insightful
      The author has some very interesting ideas about "security"
      TFA:

      This [not being able to choose additional packages at installation] lack is not only frustrating, but violates a main principle of security. After all, you can hardly secure a system if you do not know what is going on it.

      it [sudo] means that an intruder only needs one often-used password instead of two to gain control of the system.
      Ok, not being able to install additional packages at installation is a big deal, but calling it a "security issue" is a little silly. No ports are listening on a default Ubuntu install. It doesn't need to be "secured".

      I don't understand how not having sudo means the attacker has to gain control of two passwords. Does that even make any sense? They only need ONE password either time, the root password, or the password for a user that has sudo privs.

      I'm glad someone is really giving a critical eye towards Ubuntu (which can only result in further improvements), but talking out of your ass isn't going to get anything done.
      --
      They call me the wookie man, I guess that's what I am
    2. Re:Wait for next by Anonymous Coward · · Score: 5, Insightful

      Presumably you don't allow the root user to login at all. The only way to get to root would be with su. His statement, I'm guessing, is based on that premise along with having to break into a normal user account first, before being able to su to root. Of course, that doesn't take into consideration the numerous possible attach vectors that do not require first breaking a normal user and then breaking root.

      For years I've never installed sudo because I liked the forced separation of privileges with different passwords. However, in an environment where numerous users need escalated privileges for different things, I have revised my thinking and enjoy the ability to provide fairly fine-grained controls on who/what people are able to access when raising privileges for specific tasks. Short of implementing SELinux, sudo gives me what I need for right now. I can see a day where SELinux will be more appropriate for some things, but until then...

    3. Re:Wait for next by eln · · Score: 4, Interesting

      I think with the sudo thing he's referring to the fact that most systems have more security vulnerabilities that allow you to take control of a non-privileged user, so it's a lot easier to hack into a non-privileged user than it is to hack into root. If you are able to hack into a non-privileged user that is in the sudoers file, you have root.

      Of course, most of those exploits involve gaining control of daemon users, like the httpd user or whatever, and if you have any of those users in your sudoers file you're asking for trouble anyway.

      There may also be the assumption that most people will choose stronger passwords for their root user than they do for their normal user account. I'm not so sure that this really holds true in a desktop environment, but it may in a server environment. Of course, there's also the issue that a frequently used password may be easier for someone to shoulder surf. So, while a normal person may only very rarely log in as root, so shoulder surfing opportunities are likewise rare, they probably log into their user account (which on Ubuntu will likely have sudo access) many times.

      So, while I think there is a lot of hand waving involved in whether or not Ubuntu's model is really more or less secure, there is at least an argument to be made.

    4. Re:Wait for next by Anonymous Coward · · Score: 0

      I like the idea of preventing users root login, and requiring the root password for SUDO in it's current implementation. But then again, the only people who can sudo on my system(s) are those who would be allowed to use root otherwise.

      Actually, what I could consider idea, would be the ability to give each user his or her own sudo password, that cannot match his or her own login password.

    5. Re:Wait for next by MyLongNickName · · Score: 0, Offtopic

      I'm just curious. I see this phenomenon where folks reply to an unrelated first post... this usually happens when there are already several replies to the article itself. Why does this occur?

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    6. Re:Wait for next by walt-sjc · · Score: 1

      Sudo access and local priv-escalation bugs are two very different things. IMHO, he's probably referring to the fact that so many end-users use the same password EVERYWHERE, like untrusted web sites. Having the sudo password to get to root via the same password you use to login everywhere isn't so great from a security standpoint.

      Sudo is great for letting non-root users do some root things in a very controlled way when you DON'T want to give full root access. It's not "really" meant to be a substitute for "su". Using plain "su" or "su -" with a totally different password when you need full root access is much more secure than allowing full sudo access to everything with your everyday login password.

    7. Re:Wait for next by spagetti_code · · Score: 5, Insightful

      Ok, not being able to install additional packages at installation is a big deal, but calling it a "security issue" is a little silly. No ports are listening on a default Ubuntu install. It doesn't need to be "secured".

      No!

      Not having to make choices at install time is EXACTLY the reason that ubuntu is good. After a couple of simple questions, you are up and running with a very well configured system with the best one of each type of app installed that most people want. You dont have a huge stack of apps installed that you dont need.

      If that idea doesn't suit you, then I think you need a different distro. Dont go raining on ubuntu because its executing its plan well. (And by the way, that plan is exactly what the general population want/need).

    8. Re:Wait for next by Hatta · · Score: 1

      No ports are listening on a default Ubuntu install.

      Really? I don't remember having to do anything special to enable sshd. Is this new since edgy?

      --
      Give me Classic Slashdot or give me death!
    9. Re:Wait for next by dotwaffle · · Score: 1

      Hardy Heron? Hungry Hippos is such a better name - if only it wasn't 'marked...

    10. Re:Wait for next by Anonymous Coward · · Score: 0

      Up to snuff, not stuff.

    11. Re:Wait for next by thePowerOfGrayskull · · Score: 5, Insightful

      I'm just curious. I see this phenomenon where folks reply to an unrelated first post... this usually happens when there are already several replies to the article itself. Why does this occur? Let's not be disingenuous. We all know why it happens -- too many people saw that this was successful in getting their comments modded up in places like digg, and started doing it here too. And the mods encourage it -- they /should/ be getting marked offtopic, but that never seems to happen anymore. Before anyone objects - yes, I know that this practice did not originate with digg; but there is no denying that it has started happening a /lot/ more frequently since digg became popular. While that's not direct evidence of causation, it's still a pretty compelling circumstantial case.
    12. Re:Wait for next by I'm+a+banana · · Score: 1

      What he means is that in the default install there is no daemon listening on any port, not that all ports are firewalled by default (which is false, there are no firewall rules set in the default install).

    13. Re:Wait for next by icydog · · Score: 3, Funny

      Gutsy, even in its development state, is missing some really basic things. If you do "apt-cache search stdc++" on an x86_64, you can see that libstdc++6 and lib32stdc++ are available, but that only the 64-bit version has a -dev package.

      So I can't compile 32-bit c++ apps on Gutsy, when this really is a basic thing that, for example, Fedora gets right. This is something that most "users" probably won't notice... but isn't that Windows mentality?

      And I'm not really just complaining pedantically -- my CS class provides some 32-bit reference binaries, so to link to those I have to compile against 32-bit.

    14. Re:Wait for next by Hatta · · Score: 1

      I didn't mention a firewall. I thought sshd was installed and running after I installed edgy. Though if I had to apt-get ssh, it's easy enough that I probably wouldn't remember doing it.

      --
      Give me Classic Slashdot or give me death!
    15. Re:Wait for next by dfgchgfxrjtdhgh.jjhv · · Score: 1

      with ubuntu, last time i looked, you gave certain users sudo access. theres no root account, no root/su password. so having a user account with sudo access is equivalent to having root. you just type 'sudo ', or 'sudo /bin/sh' for a root shell.

    16. Re:Wait for next by Constantine+XVI · · Score: 1

      Is sshd installed by default? It's not exactly what one would consider an essential need for a desktop user (which is Ubuntu's primary target)

      --
      "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
    17. Re:Wait for next by dfgchgfxrjtdhgh.jjhv · · Score: 1

      thats by default, on some version i tried quickly last year (didnt like it), you can probably set a sudo password, but if its still the default, most wont.

    18. Re:Wait for next by gravyface · · Score: 1

      I could see a myriad of phishing attacks involving checking the user-agent string to see what distro/desktop manager the user is running, and presently a Web-based pop-up identical to the typical Gnome/KDE/whatever "sudo required" dialog to phish for passwords with sudoer (root) abilities.

      --
      body massage!
    19. Re:Wait for next by ThJ · · Score: 2, Insightful

      If I understand you right, my thesis on that is: posts that are further down are less likely to be read. It gets you more exposure to hook onto an existing thread near the top of the page.

    20. Re:Wait for next by I'm+a+banana · · Score: 1

      Well, sshd is not in the default install, so you installed it yourself :)

    21. Re:Wait for next by starnix · · Score: 1

      If you had sshd installed by default it was a bug. Every version of Ubuntu I have ever installed required that I install it first.

    22. Re:Wait for next by gludington · · Score: 2, Funny

      I hear coolest features have been pushed back into the 27th release, Aamazing Aardvark.

    23. Re:Wait for next by Smidge204 · · Score: 1

      "Not being able to make choices" != "Not having to make choices"

      =Smidge=

    24. Re:Wait for next by jrutley · · Score: 1

      If that user is in the sudoers file, you still need the password in order to access root.

    25. Re:Wait for next by tolan-b · · Score: 3, Insightful

      > but isn't that Windows mentality?

      No it's pre-release software...

    26. Re:Wait for next by MMC+Monster · · Score: 4, Informative

      Not having to make choices at install time is EXACTLY the reason that ubuntu is good. After a couple of simple questions, you are up and running with a very well configured system with the best one of each type of app installed that most people want. You dont have a huge stack of apps installed that you dont need. Absolutely agree with above. The problem with earlier distributions was that at installation I had to choose which office package to install, which text editor, etc. That's fine, now that I have used Ubuntu for a couple years, but back then I kind of shrugged, made a few wrong choices, and called the distribution "unusable".

      Sensible defaults and the ability to make changes later on is much preferable.

      Now how about installing ntp by default. :-)
      --
      Help! I'm a slashdot refugee.
    27. Re:Wait for next by init100 · · Score: 5, Informative

      Short of implementing SELinux, sudo gives me what I need for right now. I can see a day where SELinux will be more appropriate for some things, but until then...

      I think that you have misunderstood what SELinux is all about. It is not a replacement for su or sudo, it is a completely different system. It allows the vendor/administrator to explicitly specify what privileges a specific process should have in fine-grained detail. Even though e.g. the apache account has read access to every file that everyone can read, SELinux enables you to specify that the apache process should be denied access to anything beyond its configuration file, its plugins and the web tree, even if it would have access according to the ordinary permissions system.

      By restricting rights on this level of detail, a cracker exploiting a security hole in the apache process would not be able to access any file beyond those explicitly specified in the SELinux policy.

    28. Re:Wait for next by modecx · · Score: 2, Informative

      Exactly. I recently installed Ubuntu on my dad's computer because I finally got tired of reinstalling Windows because he downloaded some virus/trojan/worm, and having the anti-virus shit not work time again. After going through the install, I know he (a mostly computer illiterate old fart who can e-mail and readily find virus laden porno sites--and not much else) could have installed it on a fresh drive, but I did it because I wanted to make sure his Windows partition was preserved, and because I was putting Ubuntu on a second drive.

      It has been a long time since I tried any of the more user friendly distros, I was surprised at how easy and straight forward it was, and that most of the good stuff was there by default. Linux newbies don't really know what they need, so why bother confusing them with five (or more) different, but vaguely related apps that all do basically the same thing? If they want, they can use the add/remove programs dialogs to search for what they need, after the install is complete. After a few minutes of moving his Thunderbird and Firefox profiles over, it was done.

      He's loving it, and he rants and raves to his friends about how easy Ubuntu is--even though he can't pronounce the name. I for one think the Ubuntu guys have done an excellent job. The one thing I think they could have done is made firestarter a default app, configured to get the firewall running by default. Come to think about it, I'm not sure if the firewall is enabled and working before installing and using firestarter; could be for all I know, I didn't test it. If it's not, I think a firewall rule or two should be default.

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    29. Re:Wait for next by cez · · Score: 1

      Ok, not being able to install additional packages at installation is a big deal, but calling it a "security issue" is a little silly. No ports are listening on a default Ubuntu install. It doesn't need to be "secured".


      I believe what the author was getting at was the fact that not being able to select packages at installation as a security concern is that there will be apps that are not necessarily secure, or at least, ones you do not want. "Not knowing" as he stated, what is on your system is definitely a security concern. Being able to take note of installed packages or having an option to them out prior to installation would save time / work. Also this would assure nothing that perhaps a sysadmin wouldn't want on an enduser system is present. He wasn't referring to the fact that he couldn't add more...

      --
      Walk with Music;
    30. Re:Wait for next by walt-sjc · · Score: 1

      theres no root account

      That is completely wrong. There is ALWAYS a root account. Many (most) system services run as root. Ubuntu has the root password set to the "disabled" value by default however.

      You seem to have missed the entire point of what I was saying in any case.

    31. Re:Wait for next by Gizah · · Score: 1

      I'm holding out for Xenophobic err, wait

    32. Re:Wait for next by The+Warlock · · Score: 1

      Well, as has been mentioned, Ubuntu doesn't install any daemons listening on any port, at all, by default, so there's that, and as for the actual package list, I'm sure it's on the online documentation somewhere for people that need to have it before the system is actually installed.

      --
      I've upped my standards, so up yours.
    33. Re:Wait for next by init100 · · Score: 1

      Not having to make choices at install time is EXACTLY the reason that ubuntu is good.

      There is a difference between not having to and not being able to. It is a good thing that users don't have to select packages at install time, but it should certainly be an option.

    34. Re:Wait for next by AppahMan · · Score: 1

      This guys has missed the boat!! Sudo is for granting trackable admin rights to users, hes mixing social engineering with authentication!!! think about it, two passwords doesnt equal two factor authentication, it's just two passwords! and if you are dumb enough to be in the sudoers file and give away your password on the bathroom stall wall then you get what you get! but consider what sudo set out to do, if you have a group of admins that need su access, every time you change the su password, you redistribute the keys, now lets say that your password is hacked, well who gave it away? nobody knows!!!!! a1 class idiot

    35. Re:Wait for next by init100 · · Score: 1

      Why not Hungry Hippie or Hairy Hippie? ;)

    36. Re:Wait for next by Hooded+One · · Score: 1

      Ugh. You're right. It's inherited from Debian, too, which seems to be the case with everything I don't like about Ubuntu. I was planning on trying another switch from openSUSE once Gutsy's out, but now I'm reconsidering. Do you know if they've made any kind of statement about this (a WONTFIXED bug, for example) -- searching in Launchpad appears to be crap. It's bad enough that Debian uses three different naming conventions for 32bit packages, even though they're supposed to be the paragon of consistent naming.

      You'd think that with all the package splitting they do, making architecture-independent -data packages and whatnot, providing 32bit compat packages would be as simple as providing an alias to the actual i386 package. Of course, in order to do that, they'd have to deviate from Debian's (completely stupid) lib -> lib64 convention.

    37. Re:Wait for next by Rei · · Score: 2, Interesting

      Yeah -- I just did a fresh Fedora 7 install for use by a complete computer novice (who is still in the stage that she's having trouble remembering how to use things like scroll bars), and was very pleased by how smooth it went. It replaced her old Windows ME system, which had almost no aps and, most critically, refused to work with two different wireless cards that I purchased. Her jaw practically dropped when I showed her the freshly configured Fedora system, up in KDE, with a news ticker and weather plugin in her task bar, a smooth desktop interface which I readily customized for her weaknesses (she has trouble with holding keys for too long, needs larger fonts, and has trouble with accidentally clicking on the trackpad). Everything she owns worked with the computer seamlessly, right out of the box -- an HP printer, a digital camera, a netgear pcmcia wireless card, and so on. The camera connecting even brings up the "Digikam" program, which is pretty neat and which I had never seen before.

      Of all of the install-related issues, the only hiccups that I had that relates to Fedora** were the install method, and printing from Gimp.

      The install method was a bit awkward for me because this was an older laptop, and it didn't have a DVD drive. Fedora no longer supports CD-based installs; your options are Anaconda from a LiveCD, or DVD install. I had to use the LiveCD option. Due to limited ram, without having swap available, the computer would eventually thrash if used too long, especially if I left X running. After several rounds of dealing with this, I did just a very basic install, which finished just fine, and then used Yum to grab the rest.

      I got hundreds of packages through yum (including several dozen games for her; say what you will, but I love the state of Linux gaming today, and how easy it is to get new games of all kinds ;) ). I got Gimp via Yum after the fact, and it installed just fine. However, there was no "print" button. A bit of web searching told me to install gimp-print, so I did so. It got gutenprint instead, which has apparently replaced gimp-print. Still, no print button. So, I searched more, and the suggestion was "gimp-print*". So, I did that. No print button. After a while of searching, I eventually thought to try "gutenprint*"; that did the trick. "gimp-print" fetches gutenprint and gutenprint-foomatic, but not gutenprint-plugin (which is what gives you the option to actually print from Gimp).

      ** -- I also had some trouble with her wireless hub that the phone company installed, but it was their problem, not Fedora's.

      Her practically obsolete Windows ME box is now a nice-running, net-connected, sleek-looking Fedora box. I'm happy, she's happy :)

      --
      Then the winter came, and the Grasshopper died. And the Octopus ate all his acorns. Also, he got a racecar.
    38. Re:Wait for next by Anonymous Coward · · Score: 0

      "...up to snuff."

    39. Re:Wait for next by at_slashdot · · Score: 1

      That's because it makes sense, as long as it matters what is the possition of the post people will try to exploit that.

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    40. Re:Wait for next by Anonymous Coward · · Score: 0

      . . . No ports are listening on a default Ubuntu install. It doesn't need to be "secured" . . . Minor nitpick but as far as I know, the upcoming Ubuntu release, Gutsy Gibbon, will have at least one port open in order to support Zeroconf via Avahi. I believe that Feisty also featured Zeroconf support but I may be wrong and am too lazy to fire up a box to check.
    41. Re:Wait for next by spirit+of+reason · · Score: 1

      It is an option... after your system is up and running. Remember that Ubuntu only ships on one CD, so it doesn't have space for every package you could possibly want. It makes more sense for you to download whatever you want later, instead of having to download all of the options (including ones you don't need) all at once.

    42. Re:Wait for next by cronot · · Score: 1

      Presumably you don't allow the root user to login at all. The only way to get to root would be with su.

      When Ubuntu is installed, you don't know the root password, true. But if you can find a way to know it, or reset it, then yes, you can login as root. And resetting the root password is as easy as typing "sudo passwd root", all you need is your user password. So, Ubuntu's as secure as your user password is.

      As for su, on Ubuntu you can have the same effect typing "sudo bash" on the prompt; again, only knowing the user password is enough

    43. Re:Wait for next by A+Pancake · · Score: 1

      If you want that kind of control you can use the alternate install CD to install a command line system and build the rest from there.

    44. Re:Wait for next by Anonymous Coward · · Score: 0

      Naaaah, you'll have more luck with Lisping Lemur.

    45. Re:Wait for next by Fallingcow · · Score: 1

      Uh, why?

      The Ubuntu full install disk contains all the packages you need, no downloading necessary (IIRC) so it can't be to save bandwidth on dial-up by deselecting default packages. The time saved would be less time than it would take you to navigate the menus and figure out what you didn't want to install.

      Ubuntu has an extremely user-friendly package installation GUI that has all of the most-common apps that aren't installed by default, including alternates to the chosen defaults. You can also uninstall most user software from it. It's right there on the main menu for your user. Need more choices? Full-fledged Synaptic is available both through the admin menu, and as an "advanced" option in the simpler packaging GUI.

      The ONLY reason I can see needing this is if your are so desperate for HD space that you need to trim a couple hundred MB before you install, and if your system is that out of date, Ubuntu's probably a horrible choice for you, anyway.

    46. Re:Wait for next by keester · · Score: 1

      If you are able to hack into a non-privileged user that is in the sudoers file, you have root. You still need to "hack" their password. Just having access to their account does not necessarily grant you access to their sudo permissions.
      --
      Take it easy? I'll take it anyway I can get it . . .
    47. Re:Wait for next by poopie · · Score: 2, Insightful

      sudo is way better than su. Here's why:

      sudo allows fine grained access control for users, machines, and commands. There is a config file that lets you do all sorts of restricted access.

      su to root allows a user to do anything, lock anyone else out, change root password, etc.

      the benefits of sudo may seem opaque in the case of a single user on a laptop where there's no admin or IT team. When you think about real multiuser machines with an IT support group and users who need a variety of privilege levels, sudo it a great solution.

    48. Re:Wait for next by stormj · · Score: 1

      omgzorz!!! Something about some software isn't perfect for someone and so that someone is saying its gonna suckzorz for like everyone on earth and we should avoid it. It's pretty simple: if you don't like Ubunutu's philosophy, don't use it. Use one of the other 10,000 Linux distros out there, each with its own Kool-Aid drinking evangelists. Pick a fight over what kind of kernel it has with Linus. Get that Australian dude's feelings hurt over the scheduler. It's all part of LinuxLand. Personally, I agree with Walter Mossberg's latest review of Ubuntu. It's close, but not ready, for wide-scale desktop implementation. But like anything that was once or is currently the fief of geek lords, they scorn the entry of computer peasants. Remember when AOL connecting to the Internet was going to destroy it? Well, I don't know about you, but I sure prefer Intertubes 2007 to Gopher, Usenet, FTP, and e-mail between a couple of places connected by 56k. The beauty of computers is that there is always new GeekLand. If Linux is "betraying" itself by actually getting on the desktop and competing with the Kingdom of Hell, Redmond, then move on to *BSD or something else. There's always more. What about the new GNU Kernel whatitscalled? Me, I'd like to see Linux with a 25% desktop share in 5 years. It ain't going to happen if everything is still a dot file and there are no drivers and people have to pretend they are using a PDP-11 half the time.

    49. Re:Wait for next by DrgnDancer · · Score: 1

      Overall this guys seems completely confused. He complains about a lack flexibility then complains that there are four ways to add/remove packages (then proceeds to only list three ways). He spends half the article complaining that Ubuntu doesn't allow flexibility: it doesn't allow me to partition my disk in the installer, or display the GRUB menu by default! OK... if you enough of a power user to need that you can probably find fdisk and grub.conf post install... Then the other half complaining that all anyone really needs is apt-get, or wondering why Ubuntu doesn't babysit it's users to the point of requiring users to log in as root to install a printer. Pick one dammit, is it to flexible? Not flexible enough? Does it need to assume that users are smart (and allow them to partition their own drives, or use apt-get exclusively), or assume they're stupid (and can't edit a fricken grub.conf or use sudo).

      His article essentially seems to say: "This Distro is pretty nice, but it's not exactly the way I would have done it, so it needs improvement."

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    50. Re:Wait for next by Anonymous Coward · · Score: 0

      >> but isn't that Windows mentality? > No it's pre-release software... You know, that must be why my Vista install is so uncomfortable, it's still in pre-release.

    51. Re:Wait for next by disasm · · Score: 1

      actually it's easier: sudo passwd. Sam

    52. Re:Wait for next by Anonymous Coward · · Score: 0

      sudo su
      is enough
    53. Re:Wait for next by natet · · Score: 1

      I was about to moderate parent off topic... but, this sounds exactly like a question and answer that should be part of the /. faq.

      --
      IANAL... But I play one on /.
    54. Re:Wait for next by Anonymous Coward · · Score: 0

      Gutsy, even in its development state, is missing some really basic things. If you do "apt-cache search stdc++" on an x86_64, you can see that libstdc++6 and lib32stdc++ are available, but that only the 64-bit version has a -dev package. Silly, nobody uses 32-bit anymore.
    55. Re:Wait for next by cloudmaster · · Score: 4, Insightful

      Get the "alternate install CD" or "Server install CD" or, at the boot menu, choose the non-GUI boot option. The installer is still basically the Debian installer, and you can do all sorts of things from the ncurses installer. The server install puts down a minimum system, upon which you can either then install the "ubuntu-desktop" package to get the default desktop, or install the individual packages you want (either for a secure server or secure desktop that you know all about)

      The "limited choice" installer is the one that runs in graphical mode after the end user has already chosen the *default* boot option - indicating that they're interested in defaults. People who want more options will examine the first menu they're presented with, or download something other than the "desktop live CD".

      Reporters who don't take the time to read "what's on the CD" before they download the .iso, IMHO, fall into the category of people who dhould be accepting default answers. Esp. if they're running a beta release of an OS.

    56. Re:Wait for next by penp · · Score: 1

      Ok, not being able to install additional packages at installation is a big deal, but calling it a "security issue" is a little silly. No ports are listening on a default Ubuntu install. It doesn't need to be "secured". It's not just that you can't install additional packages, it's also that you can't choose not to install some of the packages if you didn't want to. I think "security issue" is stretching it a bit, but I see his point.

      I don't understand how not having sudo means the attacker has to gain control of two passwords. Does that even make any sense? They only need ONE password either time, the root password, or the password for a user that has sudo privs. Read your sentence again. If sudo isn't installed, you can't run programs that require root without first logging in as root. Even more, sudo can restrict what commands a user is allowed to use, while still forcing you to use su for others (but I somewhat doubt ubuntu even does that). Without sudo, an attacker WOULD need two passwords.
    57. Re:Wait for next by Braino420 · · Score: 1

      If that idea doesn't suit you, then I think you need a different distro. Dont go raining on ubuntu because its executing its plan well. (And by the way, that plan is exactly what the general population want/need).
      Red Herring. I think you took my comment the wrong way. Being able to choose different packages at installation time is not even something I particularly want. If it's a live-CD installation, then I only want one CD, not 6 containing every package available. However, other Linux OS' do allow you to do this, such as Fedora. That is why it's a big deal. Why shouldn't we accommodate other peoples needs? It doesn't even have to interfere with the regular flow of the installation. Heck, it would be really cool to be able to apt-get/synaptic stuff while using the live-CD that will install stuff on your new OS without even rebooting. Please don't take it as as me "raining on Ubuntu", I only want to make it better and I hate to break it to you but your needs/opinions are not everyones (even if they are the majority).
      --
      They call me the wookie man, I guess that's what I am
    58. Re:Wait for next by Knuckles · · Score: 2, Informative
      When Ubuntu is installed, you don't know the root password, true. But if you can find a way to know it, or reset it, then yes, you can login as root

      No! Please let this myth die! Read this: https://help.ubuntu.com/community/RootSudo

      By default, the root account password is locked in Ubuntu.
      In /etc/shadow, the root password is set to "!". The md5 implementation guarantees that this character never evaluates to a valid password -- there is no password to be known, because non exists.
      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    59. Re:Wait for next by Taxman415a · · Score: 1

      Not having to make choices at install time is EXACTLY the reason that ubuntu is good.

      I fully agree that not having to make choices at install time is good and it's something that most people that are highly skilled technically cannot understand. But he has a really good point. You can have both if it's done right, and not even confuse the newbie. Make the defaults really easy to choose, in fact, even make it hard to choose anything else, but also make available the advanced options for the people that can install in their sleep and want more options. Perhaps even do it with an initial option that allows an advanced install method. It's not like that's new, lots of distros do it.

    60. Re:Wait for next by Knuckles · · Score: 1

      with ubuntu, last time i looked, you gave certain users sudo access. theres no root account, no root/su password. so having a user account with sudo access is equivalent to having root. you just type 'sudo ', or 'sudo /bin/sh' for a root shell.

      And that's why the solution is simple and obvious: in a multi-user setting, you don't hand out the accounts that are in the admin group to just anyone. You treat it like a root account. The real users get their own unprivileged accounts, and for those that need some limited privileges, you write the respective suoders rules.

      The author of TFA is full of shit.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    61. Re:Wait for next by Knuckles · · Score: 1

      Thumbs up. And also: what's this about "it's a security problem not to know what gets installed"? Um, check the package manager database after installing the distro?

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    62. Re:Wait for next by Dakkus · · Score: 1

      The button for creating a top-level reply is currently located in a hideous cave, under a heap of links crumbled atop it. It might be that the people just can't find the link and click the first "reply to this" button they find. And that is the reply to this button of the phirst post.

      (and why I am now replying to you instead of your parent, is that the new comment system apparently didn't want to give me a Reply to this link for the other post this time)

    63. Re:Wait for next by Knuckles · · Score: 1

      Come to think about it, I'm not sure if the firewall is enabled and working before installing and using firestarter; could be for all I know, I didn't test it. If it's not, I think a firewall rule or two should be default.

      What for? All ports are closed by default except DHCP and avahi.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    64. Re:Wait for next by Knuckles · · Score: 1

      Really? I don't remember having to do anything special to enable sshd. Is this new since edgy?

      Alert, your memory is failing. sshd is not even installed by default, and never was, much less running: https://help.ubuntu.com/community/SSHHowto

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    65. Re:Wait for next by ardin,mcallister · · Score: 1

      yeah but if it doesnt match your theme, you'll know it isnt supposed to be there

      --
      "Some men just want to watch the world burn..."
    66. Re:Wait for next by Braino420 · · Score: 1

      If sudo isn't installed, you can't run programs that require root without first logging in as root.
      Exactly, so why can't the attacker just get the root password and login as root totally disregarding the fact that there are other users on the system? That sounds like one password to me, thus making his statement false even if there are some cases where you would need 2 passwords. Granted, SSH and others are usually setup to not allow root logins by default. However, it's a moot point because SSH and others aren't even setup by default to allow ANYONE to connect. Hence, it's secure no matter how you do it, and this guy writing the article has no clue, and his picture is funny too.

      I just see this alot; people thinking they found these "security holes" with sudo. I saw one person post that there is a security hole in sudo because someone could put an executable in your home directory called sudo that would steal the password when the person typed it in. Uh, if someone is putting files in your home directory, that's the security hole.... Just like if someone knows your password, that's the security hole, not sudo...
      --
      They call me the wookie man, I guess that's what I am
    67. Re:Wait for next by Knuckles · · Score: 1

      "Not knowing" as he stated, what is on your system is definitely a security concern.

      WTF? So, choosing packages at install time is the only way to know what is on your system? I don't think security is this guys biggest worry. What about looking into the package manager database post-install? Like, with the neat GUI app, Synaptic, which is right there in the Admin menu. "Synaptic package manager"

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    68. Re:Wait for next by Knuckles · · Score: 1

      With respect to packages, if you want control, use the frickin' Alternate CD.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    69. Re:Wait for next by Knuckles · · Score: 1

      Well, as has been mentioned, Ubuntu doesn't install any daemons listening on any port, at all, by default

      This is too simplified. DHCP has always run, and avahi does since feisty.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    70. Re:Wait for next by ZPWeeks · · Score: 1

      We need a new mod down option: -1, Another Animal Name Joke. (on second thought, we probably need Robot Overlords and Soviet Russia options, too)

    71. Re:Wait for next by Arethan · · Score: 1

      System Administrators Handbook:
        * Rule #1: Never give sudo access to anyone that you would not trust to have root access. The sudo tool is merely a mechanism to provide a short barrier between the user and complete access where they could otherwise ruin the system with one mistaken command. A determined user will almost always find a way to gain a root shell if given sudo privileges.

      I used to be surprised by the number of people that assumed sudo prevented other users from having root access while still being able to perform commands. These days I just chalk it up as the most misused privilege escalation technique.

      You want to know what sudo is REALLY good for? It's great for giving out full root privileges without having to give out the root password. Just one less password for them to remember, that's about it. Any other reason for sudo usage is better served by a restricted setuid shell/application.

    72. Re:Wait for next by ady1 · · Score: 1

      Samething.

    73. Re:Wait for next by cronot · · Score: 1

      Ok, so there's no way to know the root password. But you can still reset it, and then you'll be able to login as root normally (locally, at least). Not that someone who manages to break in remotely using a sudo-able account would find that useful anyway, for the reasons I've pointed previously.

    74. Re:Wait for next by Dillon2112 · · Score: 1

      sudo -i

    75. Re:Wait for next by shellbeach · · Score: 2, Interesting

      Ok, so there's no way to know the root password. But you can still reset it, and then you'll be able to login as root normally (locally, at least). Not that someone who manages to break in remotely using a sudo-able account would find that useful anyway, for the reasons I've pointed previously. I would have thought the bigger danger is the following:

      sudo passwd
      su
      rm -rf /etc/sudoers
      [do whatever you want at this point without anyone being able to stop you ...]

      The point being, once you've set a root password and disabled a normal user's ability to use sudo, they simply can't stop you from doing whatever you like to their system unless they're actually near the box and can hit the power switch (in which case, they can reboot with a live CD and restore the /etc/sudoers file and reset the password ...) They can't even shut the system down remotely.

      Seems a bad security model if you ask me ...
    76. Re:Wait for next by bonhomme_de_neige · · Score: 1

      And the mods encourage it -- they /should/ be getting marked offtopic, but that never seems to happen anymore.

      Of course, the meta-mods wouldn't bother to see the context of the thread (or only look at the few posts immediately around it, which could be well related), and not appreciate that it's an offtopic reply to a first post that could be several screenfuls above them. Then, the offtopic mods would get marked unfair.

      --
      "Why are you watching the washing machine?"
      "I love entertainment, as long as it's clean"
    77. Re:Wait for next by kilgortrout · · Score: 1

      Not knowing what's installed on your system is a potential security issue. I think the whole tenor of his article is that while there may be nothing wrong with a given default behavior in Ubuntu, there ought to be the option for more advanced users to go into more detail on the system, eg have the option to view what packages are being installed and add new ones, have the option to setup a different partitioning scheme which fits your needs, have the option to see the boot messages, have the option to setup a root account instead of sudo, etc. These options can be clearly labeled for advanced users only and absent some specific intervention by the user the usual default behavior will occur. I really don't think it's impossible to achieve this kind of flexibility and still have an installation routine that newbs can deal with and I guess that's the author's point.

    78. Re:Wait for next by porl · · Score: 2, Informative

      first of all, the only user that gets sudo by default is the user that actually sets the os up. every other added user has to be given sudo permissions manually. how is this different to the first user having the root password (which they had to know to install it in your 'better model'.

      your example above is no different from one user with root access changing the root password. if you don't trust them implicitly then DONT give them sudo/root access.

      the advantage of sudo is the ability to do things like allow a user to use sudo to run some specific backup task or whatever ONLY. no access to rm as root etc. this way if a user requires root access for one program they can be given it without compromising anything else (provided, of course, the program they are given access to is trustworthy and secure in itself).

    79. Re:Wait for next by toadlife · · Score: 1

      Just having access to their account does not necessarily grant you access to their sudo permissions. In Ubuntu, for all intents and purposes, it would.

      The last time I checked, Ubuntu would, by default, cache sudo credentials for five minutes whenever the user would elevate. So malware running as a user with sudo access would only have to lurk in the background and wait for the user to elevate, after which it could silently grab root access.
      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    80. Re:Wait for next by Hucko · · Score: 1

      Xenophiliac Xerus?

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
    81. Re:Wait for next by gripped · · Score: 1

      These options are all there. If you have a clue, install ubuntu using debootstrap. Remove the packages that you consider unnecessary and then apt get what you need.
      If you can't do this you are better off with the cd.

    82. Re:Wait for next by burner · · Score: 1

      Once you have access to a user's account that has root access (via su or sudo), you have the machine. It's true that you may have to wait some period of time before the user puts in the root password for your keylogger to snatch it, but the other added benefits of sudo (fine grained access, no need to share a single password between multiple users) is why OS/X and Ubuntu have chosen this route.

      --
      MRSH-Recording device, corned beef sandwich with kraut, seafaring bird, and the foamy top of a beverage.
    83. Re:Wait for next by Anonymous Coward · · Score: 0

      ONLY ONE PASSWORD MUST BE OBTAINED ANY WAY YOU LOOK AT IT!!!

      let's say i'm surfing the web with firefox. let's say there's an exploit/vulnerability that allows some malicious script embedded into a web page to issue shell commands in the current user-context (as me). it alters files in my home directory. it downloads and buries a keylogger somewhere in my home directory. it then adds some line somewhere (like in .xinitrc) that starts the keylogger. after my next reboot, next time i issue a su command it records the root password and begins doing whatever it wants, wherever it wants.

    84. Re:Wait for next by The13thMonkey · · Score: 1

      On a home PC who's going to be looking over your shoulder for your password though? In a business environment then maybe (in which case why would desktop users need sudo anyway?)

      As I understand sudo (and I don't - so please correct me if I'm wrong) a remote attacker is going to have to guess both the username and password for root access. So in a home environment (where passwords aren't usually very strong) having randomusername + password is going to be harder to crack than root + password.

    85. Re:Wait for next by kilgortrout · · Score: 1

      Of course you can do that. You can also start with ubuntu and turn it into fedora if you have the time and skill. It's all open source. But that's really beside the point. The article deals with the design decisions of the ubuntu developers and argues that better decisions can be made which will leave ubuntu both newb friendly and flexible enough for more advanced users. The author also takes a swipe at the "gnome knows best" mentality of removing options from users in the name of usability and simplicity.

    86. Re:Wait for next by modecx · · Score: 1

      Huh, I'm an Ubuntu newbie, didn't know that. I guess that's just as good. Thanks for the info.

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    87. Re:Wait for next by The13thMonkey · · Score: 1

      There's always the option of uninstalling 'default' apps. Admittedly in previous versions of Ubuntu when I've done this I've had to ignore the dire warning regarding k/x/ubuntu-desktop but if you read the small print you'll know they're just meta-packages and your entire desktop won't really go *bang* if you get rid of Firefox.

      Not ideal for Granny User, but she won't be uninstalling things anyway. If you're the kind of user that worries about what's installed by default then you should be reading the small print and/or know what you're doing in the first place. That said, they may have made the small print a bit larger since I last tried it so it might not be an issue anymore.

    88. Re:Wait for next by shellbeach · · Score: 1

      first of all, the only user that gets sudo by default is the user that actually sets the os up. every other added user has to be given sudo permissions manually. how is this different to the first user having the root password (which they had to know to install it in your 'better model'. No, I'm talking about a hostile attack from an outside source, not from a trusted user. Obviously, once a user has sudo privileges, they effectively *are* root for all intents and purposes (in that it's pretty simple to compromise the system after that). However, if a hostile attacker has to crack both your password *and* the root password, that's an extra password that needs breaking.
    89. Re:Wait for next by Provocateur · · Score: 1

      Is she the novice type who could grasp the concept of yum to download stuff? Or did you leave it readily available just in case she picks up on it later? Is yum relatively easy or would you still consider that 'advanced' and would rather have her contact you for this?

      Just curious, and some other {later} readers might want to know as well, thanks!

      --
      WARNING: Smartphones have side effects--most of them undocumented.
    90. Re:Wait for next by MancunianMaskMan · · Score: 1

      Can you explain where this cave is? Is it a secret cave for people with 5 digits UID and below? I've looked for it quite a bit now, and cannot find it! I checked the FAQ too but to no avail. Thanks.

    91. Re:Wait for next by Dakkus · · Score: 1

      The pirate map for locating the cave be here.

    92. Re:Wait for next by cez · · Score: 1

      ...wasn't really saying it was a major security concern. Although as a feature I can see some benefit, most who would care enough about it are more than capable of easily addressing their concerns after installation.

      --
      Walk with Music;
    93. Re:Wait for next by wyohman · · Score: 1

      I'm about tired of the overly-hyped Ubuntu. It's just one of many high quality distros out there. I think PCLOS is a far better choice anyway.

      Cheers.

  2. The review is hilarious by Jeremiah+Cornelius · · Score: 2, Funny

    When read out loud, in a fruity "posh" voice. ;-)

    My response? Open a shell.

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
    1. Re:The review is hilarious by z0M6 · · Score: 1

      When read out loud, in a fruity "posh" voice. ;-)
      haven't rtfa yet, but most things are hilarious when read out loud, in a fruity "posh" voice.
    2. Re:The review is hilarious by Duggeek · · Score: 1

      At last! A root-level post that isn't an off-topic firstpost. Still off-topic, but oh well...

      After reading, I think the headline is wrong-way-round. Instead, it should read:
      Windows Nerd Doesn't “Get” Latest Linux

      I've seen many of his foibles exposed in this thread, but just to sum-up; the only “Windows thinking” going on in TFA are on the part of Mr. Byfield. His high expectations, meticulous nit-picking and spurious understanding of either Linux or even the Ubuntu franchise betray a cow-towed attitude towards computing. (No doubt, a product of his many years of clicking ‘the Start button’)

      Has anyone else in the U.S. actually criticized an installation program for it's keyboard-driver selection? (other than Mr. Byfield, that is) This would only be a real issue in Europe, where keyboards are made in a mind-numbing variety of layouts and cultural preferences. In a North American release—where we embrace all the World's cultures and peoples yet make them use just one or two types of keyboards—how could this be an issue at all? I mean—please—are you telling me that someone buys a left-handed Dvorak layout keyboard without even knowing it, and then happens to install a pre-release of Ubuntu!? [calling out] Next!

      And... here it is: How else would he know to cite the “lack of installed software?”—a clear reference to the textbook Windows Setup that we all know and loathe. (Just what's the difference between Minimal and Compact again?) If there's no selection, then you know you'll be getting the same, pre-installed software as everyone else. <sarcasm>I'm sorry. Did that make it way too convenient?</sarcasm> What could be better for the security of a system than to know what's installed before installing it!? Brilliant!

      Harping on the initial selection of fonts!? Puh-leeze! Try foraging for some “free fonts” with Internet Explorer and you'll end-up with more headaches than finding-the-perfect-typeface-for-my-1337-PowerPoint.

      I won't even mention how he brings-up the fact that the pre-release actually warns the user that they are installing a pre-release. (gasp.) You got a problem with that? Oh, wait. Now I've gone and mentioned it anyway. Dammit. Dammit. Dammit!!!

      It's obvious that Mr. Byfield has something against Linux, or is it anything that isn't Windows? With thinly veiled statements like, “Ubuntu settled on installation from a Live CD,” (emphasis mine) one can almost hear the bile welling-up in Mr. Byfield's innards.

      The vile underbelly of yellow journalism is clearly in the heart of the grey-collar tribe. Let's allow this to pass silently into the night...
      ...right after we rip him a new one, of course.

      --
      This post © Copyrite Duggeek, all rights reversed.
    3. Re:The review is hilarious by Jeremiah+Cornelius · · Score: 1

      Its exactly that nit-pickiness that is emphasised in all of its effete willingness to be displeased by reading it in comic, "received tongue". You know - no lisp - but a weal difficawty with the wettews "R" and "L".

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
  3. ZZ rawks! by toddhisattva · · Score: 1

    Gutsy Gibbon sure can play guitar!

  4. Name? by azav · · Score: 1, Insightful

    I hope this is not flamebait but what is it with these continually lame names of the releases? Gutsy Gibbon? Um, WTF? How does this say "Reliable, Trusted Operating System" to the user who is outside the geek circles?

    --
    - Zav - Imagine a Beowulf cluster of insensitive clods...
    1. Re:Name? by doti · · Score: 1

      The user who is outside the geek circles will hear "Ubuntu 7.10".

      "Gutsy Gibbon" is just a code-name, just like "Longhorn".

      --
      factor 966971: 966971
    2. Re:Name? by What+the+Frag · · Score: 1

      > continually lame names
      Yeah, they really should have named it Ghastly Goatse.

      *ducks*

    3. Re:Name? by Anonymous Coward · · Score: 0

      Well, I don't know how much the name influences people, but I'm waiting
      for "Hungry Hungry Hippo" or "Irritable Iguana" to upgrade :-)

    4. Re:Name? by lordtoran · · Score: 1

      They are just codenames of the development versions. Final releases only have a version number, although they are usually referred to by their code name among geeks.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    5. Re:Name? by kebes · · Score: 4, Interesting

      This has been brought up and explained many times on Slashdot.

      Simply put, the name "Gutsy Gibbon" (and "Feisty Fawn," etc.) are developer code-names, just like "Longhorn" was for Windows Vista. The final released version of Gutsy Gibbon will be called "Ubuntu 7.10". So, if you are talking to your CEO, you will presumably mention "Ubuntu 7.10 Server" and not "teh Gibbon!!" Note that you won't see the term "Gutsy Gibbon" mentioned in an installed OS (except in the sources file for aptitude, but a normal user is unlikely to ever see that).

      You can hardly fault the developers for wanting to have codenames for the releases. It's a useful means of differentiating between pre-release and final versions. Now, I fully admit that many users of Ubuntu stick to the codenames afer the release. If you read ubuntuforums, lots of people will ask things like "are you running Feisty or Dapper?" and so on. I guess that just means that Linux enthusiasts enjoy the whimsical names.

      So, the developers are not interested in dropping the codenames, since the community seems to enjoy them. But please bear in mind that they are not "names of releases"--they are codenames that do not appear on the official releases. (For instance, check the download page: it mentions "Ubuntu 7.04" and "Ubuntu 6.06".)

    6. Re:Name? by Braino420 · · Score: 1

      I hope this is not flamebait but what is it with these continually lame names of the releases?
      It's not a release name... It's a development name. When Gutsy is released, the release name will be the version number.
      --
      They call me the wookie man, I guess that's what I am
    7. Re:Name? by eln · · Score: 0

      Ubuntu is in a period of its growth where it is struggling with trying to appeal both to the business users who can really help grow it into a major player and the geek crowd who started the whole thing and pumped it up to where it is today. The silly names are clearly designed to appeal to the latter.

      I doubt they present the latest Ubuntu to big companies as "Gutsy Gibbon", or at least I hope they don't. If they did, it would definitely hamper their ability to break into that world.

      Eventually, either Ubuntu will grow into a major player in the business Linux world, at which point many of the geeks will abandon it as being too mainstream or evil, and the zealotry will wane, sort of like Red Hat, or it will shrink back into a cult distribution, at which point the zealotry will pick up steam again on places like Slashdot and won't die until the next distro of the month comes along.

    8. Re:Name? by Qubit · · Score: 1

      "Hungry Hungry Hippo"


      I can just see someone drawing a nice rubenesque hippo with the Ubuntu circle-logo branded into his rumpus...

      If only I were a better artist!
      --

      coding is life /* the rest is */
    9. Re:Name? by Anonymous Coward · · Score: 0

      Yes, but as soon as you just report a bug (for which all Ubuntu apps have a menu item in the Help menu!), you'll talk to people who ask "if you've tried it in Gutsy" and crap like that.

      So sorry, but these stupid, not even childish but seriously stupid names gotta go. It doesn't make it better if some nerds on the Launchpad site use them and marketing doesn't. It's Ubuntu 7.10, dammit.

    10. Re:Name? by eln · · Score: 1, Insightful

      Even as a developer codename, the Ubuntu names border on the ridiculous. Most larger companies try to maintain some semblance of professionalism even with codenames (naming things after cities, rivers, catchy names that start with "z" or "x", etc). Codenames for upcoming releases are often referred to in press releases and the like, so it pays to avoid using overly silly names.

      Will it hamper Ubuntu's growth? Who knows. It doesn't seem to be doing a whole lot of harm yet, but then Ubuntu still hasn't really broken through in any major way into the business world yet either.

    11. Re:Name? by dfdashh · · Score: 5, Insightful

      Who's to say that any name is lame or not? More importantly, who cares? A cursory glance beyond whatever moniker a distribution has is really needed before a decision is made to adopt it. If you judge based on a name, you probably shouldn't be in a position to decide anyway!

      If you are really worried about the name as it relates to non-geek circles, use their numbering scheme instead. Gutsy Gibbon is Ubuntu 7.10 (https://wiki.ubuntu.com/GutsyGibbon).
      Personally, as long as the Ubuntu guys continue to churn out an excellent product, I could not care less about the name.

      --
      df -h /my/head
    12. Re:Name? by Red+Flayer · · Score: 5, Funny

      When dealing with the PHBs, feel free to use the version number instead, as that is the official name -- 7.10 for Gutsy Gibbon.

      I just refer to it as Gibbon when necessary; when questioned about why the name Gibbon was chosen, I tell them it's to recognize the hard work of all the codemonkeys.

      I haven't yet been challenged on the fact that Gibbons are apes, not monkeys, so I'm sticking to my story.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    13. Re:Name? by doti · · Score: 1

      Do you really think non-geeks report bugs? If one does, it will not be the kind of person who minds a strange codename.

      --
      factor 966971: 966971
    14. Re:Name? by walt-sjc · · Score: 1

      Yes, because Vista SOOOO much better as a name. I think it means "Feces" in Tongan, but I'm not perfectly sure of that...

    15. Re:Name? by Mattintosh · · Score: 1

      Note that you won't see the term "Gutsy Gibbon" mentioned in an installed OS (except in the sources file for aptitude, but a normal user is unlikely to ever see that).

      I don't know about that. All of the updates for Feisty Fawn show "somepackage-ubuntufeisty704-packageversion" in the updates panel. I'm guessing you'll see the same with "feisty" replaced by "gutsy" in the next release.

    16. Re:Name? by Anonymous Coward · · Score: 5, Funny

      Gibbons are apes, not monkeys.

    17. Re:Name? by Anonymous Coward · · Score: 1

      Have you ever pronounced "Ubuntu" to someone who isn't that computer literate?

      Ubuntu's naming troubles began way before "Gutsy Gibbon"... I doubt they want to be taken seriously by anyone.

      http://www.ubuntu.com/aboutus/faq?action=show&redirect=FAQ/

    18. Re:Name? by Sczi · · Score: 1

      I hate those codenames.. not just ubuntu, but basically everything. Who started it? And don't say the military, because they're the only ones that do it right. There is just something magical about good old fashioned version numbers, where anybody can look at it and tell which one is more recent. It strikes the nerve in me right next to the nerve that took a hit when MS changed the "network" icon to "network neighboorhood" and then "my network places".. gag me with a spoon for real, y0. This is the *real* pussification of America.

    19. Re:Name? by Anonymous Coward · · Score: 1, Insightful

      I think Shakespeare covered this with that whole rose thing.

    20. Re:Name? by websitebroke · · Score: 1

      I think "professionalism" is overrated. I think it's a bad thing for a culture if people can only respect something if it's got a stuffy "professional" sounding name. Besides, with all the crappy jobs out there, why not have something that gives a little bit of amusement?

    21. Re:Name? by Macthorpe · · Score: 1

      I bet Microsoft are completely heart-broken at losing the lucrative Tonga market... if what you said is true, which I doubt.

      Meanwhile, back in the real world, Vista means 'a panoramic view', and I find that to be much more pleasant than an overly tenacious ape.

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    22. Re:Name? by vux984 · · Score: 1

      And since the internet is where the support is, and since geeks provide all that support, end users can't possibly avoid the codename the moment they need help.

      Additionally, the version number is useless. google ubuntu 7.10 , and maybe 1/3rd of the hits will be about ubuntu 7.10 while the rest will have a 7.10 randomly on the page; as part of a date, time, ipaddress, price, reference number...

      google something like gutsy gibbon and you get far more results worth reading

    23. Re:Name? by kooshvt · · Score: 1

      Even as a developer codename, the Ubuntu names border on the ridiculous. Most larger companies try to maintain some semblance of professionalism even with code names (naming things after cities, rivers, catchy names that start with "z" or "x", etc).
      I know of several companies that use brands or styles of beers as code names for upcoming releases. Is that more professional than an alliterative animal? It is a development codename that changes to a version number upon release. The main website http://www.ubuntu.com/ makes no reference to code names only version numbers.
    24. Re:Name? by Anonymous Coward · · Score: 0

      Let me quote the Kubuntu default Firefox page for you:

      Welcome to Kubuntu 7.04, Feisty Fawn!

      I'm pretty sure there's something similar for the default Ubuntu install, too. Why does this uninformed myth keep on getting repeated? There are TONS of references to the supposed "code name" in the product. Do you even use Ubuntu?

    25. Re:Name? by PitaBred · · Score: 2, Informative

      "Janus"? "Frosting"? "Wolfpack"? "Hydra"? How about "Sixpack"? "Ides of Buster"? "Pigs in Space"? You're either a troll or an imbecile, I can't decide which. The codenames for Ubuntu are no more or less "weird" than they are for any other company, and all things considered, significantly less weird than many.

    26. Re:Name? by starnix · · Score: 0, Flamebait

      Because in the real world we all know that the fucking codename given to a software project doesn't actually reflect the quality of the software. Anyone turned off by the codename is a fucking blind sheep who has no business choosing technology in the first place.

    27. Re:Name? by starnix · · Score: 1

      WTF are you talking about. Geeks gave up on redhat because redhat gave up on geeks. They said themselves that they were giving up on the desktop. Oh and Fedora sucks IMHO.

    28. Re:Name? by Delkster · · Score: 1

      Actually, I believe most people use code names because they're easier than the version numbers are quite hard to remember and potentially confusing to people outside the geek circles.

      People can remember 2.0, or 5.1, or even 10.4, but 6.06 or 7.04 (or 7.10) is a little too much. Many people probably don't even know whether the dots are supposed to be interpreted as decimal separators (which they are not) or just separators of otherwise independent numbers (which they are), causing them to think that 7.10 == 7.1 (not true in case of version numbers) while others will think 7.04 == 7.4 (which is correct in a sense). Whoopsie, the releases not only have confusing version numbers, they actually changed their mutual order just by simple confusion!

      That's just one example of how the version numbering scheme in Ubuntu is confusing. I know pretty well that the numbering is based on the release dates and I can infer either the release date from the version number or vice versa, but frankly, most people who aren't especially enthusiastic about their computing platform don't care which month their OS was released, and to them the meaning in the version numbering scheme is lost and replaced with just overly complex numbers that nobody wants to use. That's certainly one reason why people call it "dapper" rather than 6.06.

    29. Re:Name? by Anonymous Coward · · Score: 1, Funny

      Yeah, they should have stuck with the Debian system of naming releases after toys. High-paid executives in swanky offices practically swoon with delight when offered the chance to rubber-stamp the use of an OS named after toys.

      I swear, it's that apt-get shit. It fucks with their brains.

    30. Re:Name? by AVryhof · · Score: 1

      Give me Etch, Sarge or Potato any day! They're pretty whimsical.... right?

    31. Re:Name? by kaizokuace · · Score: 0

      I haven't yet been challenged on the fact that Gibbons are apes, not monkeys, so I'm sticking to my story.

      Codemonkeys can still go apeshit.
      --
      Balderdash!
    32. Re:Name? by Kjella · · Score: 1

      But please bear in mind that they are not "names of releases"--they are codenames that do not appear on the official releases.

      While all of the above is true, not even the most devout Microsoftie would say he's running Longhorn. Nor would you find it mentioned all over the support forum. Or in pretty much every guide or how-to for Vista. Nor do you find them in the version table on Wikipedia. Pretty much all reviews tend to mention the code names too. I don't think you can go five minutes investigating Ubuntu without running into some of these code names. I think there's overwhelming evidence that it's the release's unofficial name whether Ubuntu wants it or not, because the only thing missing is that they slap it on the release to make it official.

      --
      Live today, because you never know what tomorrow brings
    33. Re:Name? by walt-sjc · · Score: 1

      [Foghorn Leghorn voice] It's a joke son...

    34. Re:Name? by Macthorpe · · Score: 1

      Apologies, then :)

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    35. Re:Name? by Anonymous Coward · · Score: 0

      Yeah, but who says code-apes? Come to think of it, that sound vaguely like a feminine hygiene product.

    36. Re:Name? by Anonymous Coward · · Score: 0

      Personally, as long as the Ubuntu guys continue to churn out an excellent product, I could not care less about the name.
      Well, I would say "excellent product" is a matter of opinion. Imagine how annoying these codenames are to someone who doesn't think Ubuntu is great - they get to hear these silly names 24/7 because of all the hype surrounding the distribution. IMO Ubuntu is polished on the surface but under the hood it's about the ugliest I have ever seen. No offence to you fans.
    37. Re:Name? by Anonymous Coward · · Score: 0

      Because amusing != stupid

      If you are concerned about a product's image, that is why you shouldn't use names that you think are amusing or clever -- they probably are not. At least not to most people.

      When people refer to "professional", they don't mean bland, they mean "not stupid". First impressions count. People might think that if someone's judgment is that bad, perhaps they've made other bad decisions regarding the product too.

    38. Re:Name? by mr_mischief · · Score: 1

      Yeah, make sure to stick to just numbers, because "Cairo", "Windows XP Home SP2", "Longhorn", "Windows Fundamentals for Legacy PCs", "Windows Vista Business x64 SP1" and "Windows Server 2008" are really hard to remember and keep straight compared to "NT 5.1.xxxx" and "NT 6.0.xxxx" for most consumers. ;-)

      If you contend that "Ubuntu 7.10, Gutsy Gibbon" is any more silly than "Windows XP Professional x64 Edition", "Windows Vista Home Premium", or "Windows XP Media Center Edition 2005" I'd have to disagree.

      The very fact that Microsoft calls 2000 brand new, then XP brand new, then Vista brand new, and keeps a 3.1, 3.5, 3.51, 4.0, 5.0, 5.1, 5.2, 5.1+, 6.0 numbering scheme that it tells the average consumer nothing about is very revealing, IMO. They're in the identity management game with NT. It's all new versions of NT, but the names differentiate them for customers. Sure, the new versions sometimes do include lots of improvements. I'm not arguing that Vista is just NT 4 with Aero. It's still clearly not a written-from-scratch OS like the name suggests. Even their own version numbers say otherwise.

    39. Re:Name? by Anonymous Coward · · Score: 0

      I agree completely. However, MS is now moving the other way:

      (1) The person who has managed the MS Office releases has now taken over Windows and the first thing (that I've heard of) he did was to eliminate the goofy code names like "Longhorn".

      (2) The "My" prefix has been removed from the Vista icons.

      On a side note, the Office 2007 UI is great once you've used it for a few weeks. It was a pretty bug change, so perhaps substantial Windows UI improvements will be forthcoming? (This guy didn't do the design work, but the lady who was in charge of the UI has also come over to the Windows group to work for this new manager.)

      PS.

      If you are developer interested in UI work, the Office 2007 UI blog is a fascinating read: http://blogs.msdn.com/jensenh/archive/2006/11/10/the-office-2007-ui-bible.aspx

      The changes were not just "off the cuff" as many on /. seem to think. They used data from the customer experience program to figure out what people really used, which is why it is amusing to see people complain in the comments -- there is data to back it up: http://blogs.msdn.com/jensenh/archive/2005/10/31/487247.aspx

      Here's a quote from that article:
      """
      How much data have we collected?

              * About 1.3 billion sessions since we shipped Office 2003 (each session contains all the data points over a certain fixed time period.)

              * Over 352 million command bar clicks in Word over the last 90 days.
      """

    40. Re:Name? by Risen888 · · Score: 1

      -1 Shut the Fuck Up Already About the Names

      --
      Hey, I finally got my first freak! Took you long enough!
    41. Re:Name? by Anonymous Coward · · Score: 0

      "... it was a pretty bug change"? Freudian slip?

    42. Re:Name? by Plaid+Phantom · · Score: 1

      Agreed. I got into computing because I wanted to work with awesome technology, not because I wanted to act like an old boring middle-manager or CEO.

      Which I think is a lot of why many geeks are starting their own businesses and such.

      --
      All comments are properties and trademarks of the voices in my head. Not like I'm gonna claim them.
    43. Re:Name? by jedidiah · · Score: 1

      This silly little post reminded me of an old corporate mail server: Sarlac.

      Get over yourself.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    44. Re:Name? by doti · · Score: 1

      The Ubuntu numbers are the year and month of release.
      The release is every six months, so the second number is always .04 or .10

      --
      factor 966971: 966971
    45. Re:Name? by Delkster · · Score: 1

      The Ubuntu numbers are the year and month of release.

      I said:

      "I know pretty well that the numbering is based on the release dates and I can infer either the release date from the version number or vice versa"

      The release is every six months, so the second number is always .04 or .10

      Except when an exception is made in the schedule, such as in the case of 6.06 whose release was delayed to June.

      Again, I know fully well how the release numbers are derived, and I can easily cite the version numbers (and also the codenames) for all Ubuntu releases so far. I also realise that I'm probably not where a large part of the growth potential is -- after all, I had already been using Linux for years before the dawn of Ubuntu. For many other people the code names may be more convenient.

    46. Re:Name? by domatic · · Score: 1

      12 years ago or so, Apple codenamed a prototype laptop "Sagan". Carl Sagan heard about this and threatened to sue them so they changed the prototype name to "Butthead Astronomer". Of course, Mr. Billions wasn't too thrilled with that either.

      I guess if Apple can call a laptop "Butthead Astronomer" then Gutsy Gibbon isn't too bad.

    47. Re:Name? by Anonymous Coward · · Score: 0

      Um, well, accidents do happen.
      Honda managed to brand their car "Cunt" in my native tounge.

    48. Re:Name? by neurovish · · Score: 1

      Poking at some distro kernel names I have available, I can find that SLES 9 is "Zonked Quokka", SLES 10 is "Sliding Snow Leopard", and RHEL 5 is "Avast! A bilge rat!".

    49. Re:Name? by Knuckles · · Score: 1

      Have you ever pronounced "Ubuntu" to someone who isn't that computer literate?

      And have you ever heard a Chinese person pronounce "Windows"?

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    50. Re:Name? by Anonymous Coward · · Score: 0

      Shut up and get back to your coding, Monkey.

    51. Re:Name? by Anonymous Coward · · Score: 0

      Don't mind him, he's from New Zealand

    52. Re:Name? by An+Onerous+Coward · · Score: 1

      I'd just like to take a moment to point out that I have never once seen an Ubuntu story that didn't have this exact thread attached to it.

      Everyone participating, listen very closely.

      Go.

      Outside.

      And.

      Play.

      --

      You want the truthiness? You can't handle the truthiness!

    53. Re:Name? by joeljkp · · Score: 1

      "But please bear in mind that they are not "names of releases"--they are codenames that do not appear on the official releases."

      This is not entirely true.

      For example, System > Administration > Software Sources > Updates refers to "feisty-security", "feisty-updates", etc.

      --
      WeRelate.org - wiki-based genealogy
    54. Re:Name? by evalencia1 · · Score: 0

      It's not entirely accurate to say that the codenames are no longer used once they're officially released. The repositories are named feisty, edgy, dapper - and it can get confusing when you're trying to update the sources.list for apt.

    55. Re:Name? by Respect_my_Authority · · Score: 1

      Yeah, but do you know where the "Gutsy Gibbon" name originally comes from?

      Well, you just need to give computers to an infinite number of gibbons (the "One Laptop Per Gibbon" campaign, OLPG) and if the gibbons are gutsy enough, you can rest assured that they'll eventually manage to write the code for Ubuntu 7.10.

    56. Re:Name? by Ash-Fox · · Score: 1

      If you want to pick on what's mentioned on support forums, here is a sample of two of my computers:

      My 'Windows machine' runs Windows XP Professional edition with service pack 2.

      My 'Linux machine' runs Kubuntu Feisty.

      I don't really see a major problem with the name of the version, I also don't see how Windows is better (infact I find the naming worse with the service pack non-sense and 'edition' stuff).

      --
      Change is certain; progress is not obligatory.
  5. evidence by ILuvRamen · · Score: 3, Funny

    Well they've obviously become complacent about the name because it has "random adjective and animal generator" written all over it. Maybe they'll give it some actual effort next time when it comes up with Aroused Aardvark

    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
    1. Re:evidence by sharkey · · Score: 1

      I'm thinking Horny Hedgehog, Erect Elephant, Flatulent Flounder, Randy Rhino, it's all good.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    2. Re:evidence by Doctor+Crumb · · Score: 3, Funny

      It won't hit "Aroused Aardvark" for another 20 releases, since the first letter is incrementing sequentially through the alphabet. "Horny Hippo" is still a possibility though!

    3. Re:evidence by lordtoran · · Score: 1

      Horny Hedgehog This one is not applicable, because there is actually a past release named Hoary Hedgehog.
      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    4. Re:evidence by Anonymous Coward · · Score: 0, Troll

      Maybe in 20 releases, they'll finally have [waited long enough that someone else has] implemented the great features that get deferred on every single Ubuntu release.

    5. Re:evidence by kebes · · Score: 4, Insightful

      random adjective and animal generator
      You think the names are chosen randomly? Heck no! These are geeks we're talking about... they plan, discuss, make lists, and debate such minutia endlessly.

      Don't believe me? Check out the "Ubuntu Development Code Names Wiki", from which future codenames will be chosen!
    6. Re:evidence by hansamurai · · Score: 2, Informative

      The 8.04 release will be Hardy Heron.

      https://wiki.ubuntu.com/HardyHeron

    7. Re:evidence by gnulxusr · · Score: 1

      the first letter is incrementing sequentially through the alphabet They broke the sequence in the past, they just might do it again.

      "Horny Hippo" is still a possibility though! Well, the Hippo missed its chance when the Heron reared its Hardy Head.
    8. Re:evidence by ErikZ · · Score: 1

      Is there a list? I'm curious.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    9. Re:evidence by shoolz · · Score: 1

      And all this time I thought numbers were a great way to convey version information. Stupid me!

    10. Re:evidence by Anonymous Coward · · Score: 0

      If you scroll to the bottom of the list of names: Hardy Heron, then look to the left in the description. HARD HERON with five years support! Man my doctor told me to be concerned after 4 hours. Guess you got what you wanted!

    11. Re:evidence by pjt33 · · Score: 1

      And, of course, the folks at icanhascheezburger.com will have a field day with Kinky Kitten.

    12. Re:evidence by trib4lmaniac · · Score: 1

      I quite like the combination "Batty Bitch" from the suggestions page.
      It has a certain je ne sais quoi about it.

    13. Re:evidence by westlake · · Score: 1
      Don't believe me? Check out the "Ubuntu Development Code Names Wiki", from which future codenames will be chosen!

      "Plastered Polecat" God help us all.

    14. Re:evidence by Phroggy · · Score: 1

      I was hoping for Hungry Hippo.

      "And now we play the waiting game. Aww, the waiting game sucks! Let's play Hungry Hungry Hippos!" - Homer Simpson

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  6. Choices and Plurality by saterdaies · · Score: 4, Insightful
    Sometimes, one has to make choices:

    After all, you can hardly secure a system if you do not know what is going on it.
    So, I should manually pick each and every package that is installed on my computer. Wait, that won't do it. I need to read and audit the source and then compile that source to be completely sure! I understand where the author is going here, but that's one of the great things about GNU/Linux. I can have my Ubuntu that gives me a good system in 15 minutes and he can use Gentoo, Slackware, or Linux From Scratch to create a system where he can account for everything on it. One distribution doesn't have to be everything to everyone. Lucky for us, because of the nature of open-source, a plurality of distributions is easy which closer meet the needs of our diverse uses. Many users don't want or care about a lot of the choices offered (heck, most of the world uses Windows). Thankfully, Linux is open-source and allows us to choose as much or as little configuration, selection, and customization as we want to deal with.
    1. Re:Choices and Plurality by solafide · · Score: 1

      You always have to trust your compiler; it is possible to change the compiler so that it compiles everything with a backdoor, even the compiler itself. The compiler is all-powerful. How do you find a trusted compiler?

    2. Re:Choices and Plurality by kebes · · Score: 5, Interesting

      I agree with you.

      TFA is not wrong in what it says, but perhaps it misses a point. For years people were begging for a "user-friendly" Linux distribution, where the user would "not be inundated with choices" and so on. Ubuntu arose with the aim to be "Linux for human beings," where an ordinary person would be able (with some guidance) to install, learn, and productively use the OS. The aim of Ubuntu is to fill that niche.

      TFA discusses needing to find the balance between "simplicity for beginners" and "power for advanced users." But he seems to think that each Linux distro should be finding that balance--rather than accepting that the point of having multiple distros is that each one can strike a different balance. Ubuntu, clearly, is a distro that favors simplicity, because it is trying to capture some of the "mass market" of beginners. If you want the installation to expose lots of details to you, then there are distros that will make that happen (e.g. Debian).

      Now, having made the case that each distro can and should strike a different balance, I still find the argument misses the mark. I like to consider myself a "power user" who tries to do technical things (run webservers, programming, etc.), and Ubuntu (Kubuntu actually) is my distro of choice. Frankly, once you "know Linux" it's trivially easy to find and modify all the hidden features. Once you open a terminal, you have access to all the power, customization, and advanced features of any other Linux distro.

      Furthermore, many experts may prefer Ubuntu's simplicity, because it lets you get to the tasks you actually care about (and care about customizing) faster. It's nice to be able to complete a full install in 15 minutes (yes, I timed it), with no hassles, and then fine tune it as needed. As I said before--it's not like the customizations are not there. Just open a terminal, edit a config file, just like any other distro.

    3. Re:Choices and Plurality by somersault · · Score: 3, Insightful

      More importantly, how do you find a trusted CPU? Is there some sequence of floating point operations that will disable page checking (or whatever) in an Intel processor? :P

      --
      which is totally what she said
    4. Re:Choices and Plurality by Pat__ · · Score: 1

      >I need to read and audit the source and then compile that source to be completely sure!

      Even if you read the source, and compile it yourself, you would not be 100% sure it is safe.

      Reflections on Trusting Trust ;-)

    5. Re:Choices and Plurality by AvitarX · · Score: 1

      Obviously you hand compile the source.

      This makes sure that you really audited it well at the same time.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    6. Re:Choices and Plurality by Erioll · · Score: 1

      Guess you have to write it in assembly. Oh wait, that uses an assembler/linker, which is a vulnerability.

      Output the bits directly? Well what if your output program is actually a trojan that reads all bitstreams and STILL puts a backdoor in?

      Maybe there's a way to probe the bus to directly enter in the bitstream manually? Oh but wait, what about the BIOS or the architecture of the chip itself?

      Paranoia can only go so far.

    7. Re:Choices and Plurality by ajs318 · · Score: 1

      How do you find a trusted compiler?
      Armed with the specification for the C programming language and the Programmer's Reference Manual for your CPU, you write a partial C interpreter in Assembler (it only has to be able to interpret the instructions that are actually used in the Source Code of the actual C Compiler). This is verifiable, because you wrote it. You run the C compiler source code (which is clean; the backdoors are all contained within the binary) through your homemade interpreter. Now you have a known clean compiler -- albeit a slow one because it's running under an interpreter -- which you can use to compile the compiler source code and know it isn't going to mung it with backdoors. This gives you a fast, known clean compiler.
      --
      Je fume. Tu fumes. Nous fûmes!
    8. Re:Choices and Plurality by solafide · · Score: 1

      True, paranoia is difficult. However, it's a lot easier to have a backdoor in your gcc than to have backdoor in your cpu. You only have to backdoor gcc once and you can't trust it until you reinstall from scratch, with a CD burned on a trusted computer. The CPU is a lot harder to backdoor.

    9. Re:Choices and Plurality by unfunk · · Score: 1

      heh... do people actually do that?

    10. Re:Choices and Plurality by starnix · · Score: 2, Interesting

      I completely agree with you. It sounds like this guy is just a debian fanboy and if it isn't debian it's crap.

    11. Re:Choices and Plurality by shimage · · Score: 1

      I need to "redo" my personal webserver, since the hdd died. I was considering Ubuntu, but I am unfamiliar with the Debian Way (although I've used it in the past). As I recall, when installing Debian, it was easy enough to not install X (it's not needed in a server). Can you do this with Ubuntu? If you can't, how easy is it to get rid of X (and things that depend on it)? Does Ubuntu come with tools to aid administration on a headless server, or would I end up just using the standard Debian ones? I just want to know if it's a sane choice for what I'm trying to do. I'm most familiar with the Gentoo Way (I honestly have no clue how to handle init scripts without rc-update). Thanks in advance for any help anyone has to offer!

    12. Re:Choices and Plurality by AvitarX · · Score: 1

      Probably not in general.

      The first C compiler was written in C and compiled by hand if I am not mistaken though.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    13. Re:Choices and Plurality by kebes · · Score: 1
      The Ubuntu "server" version installs without a GUI by default (and has a few tweaks here and there to optimize it for server operation), so that's your best bet.

      Does Ubuntu come with tools to aid administration on a headless server, or would I end up just using the standard Debian ones?
      Not sure what kind of tools you mean, but the Ubuntu repositories are well-stocked. I've rarely encountered a server or admin package that wasn't in the repos. All the usual Linux admin tools are available (commandline and html based, e.g. webmin, phphmyadmin).

      I just want to know if it's a sane choice for what I'm trying to do. I'm most familiar with the Gentoo Way...
      I run a few (small-scale) servers using Ubuntu, and it works great. Of course, if you're already used to the Gentoo Way, there may be little reason for you to switch. Some of the details will of course be different. But if you're interested in Ubuntu and already proficient with Linux, it won't be a very difficult transition.

      By the way, Ubuntu has a great user community, so you should feel free to ask any further questions you have on the Ubuntu Forums.
    14. Re:Choices and Plurality by Anonymous Coward · · Score: 0

      I believe ubuntu server edition doesn't come with a graphical interface.
      here's what the official website says:
      http://www.ubuntu.com/products/WhatIsUbuntu/serveredition

    15. Re:Choices and Plurality by norminator · · Score: 4, Insightful

      TFA discusses needing to find the balance between "simplicity for beginners" and "power for advanced users."
      The funny thing about that is that he complains when Ubuntu provides tools for people with different levels of Linux familiarity. Like here, where he complains about package managers:

      The trouble is, Add/Remove Applications remains basic. Even its help suggests that you use Synaptic "for more advanced needs." Yet even Synaptic is less flexible than the basic apt-get command, and not much easier to use. And, for all the care given to the layout of Synaptic, the updater, and Add/Remove applications, I have to wonder: does any distro really need three or four desktop applications for the same function? After all, apt-get serves the same purpose as all of them. For some reason, the thinking of Ubuntu's planners seems uncharacteristically muddy here.
      If he doesn't think Synaptic is less flexible that apt-get, what are the reasons? Is he arguing that we should just have apt-get and not Synaptic or Add/Remove Applications? Of course Add/Remove Applications is basic. If I was going to hand Ubuntu over to my mom, I would be happy that there is a basic Add/Remove Applications menu item she can click on to see what's available. It is easy to see what it does, and it can get the job done for someone who wouldn't even know what to do with the flexibility of more advanced commands. I prefer Synaptic, because it lets me see all of the packages, categorized in several different ways, and gives me clear, easy to see information about each of them. I'm not scared of the CLI, but how is apt-get easier to use than Synaptic? Maybe if you already know the exact name of the package you want to install, but if you need any information about the packages available, I think Synaptic is very easy to use. The author seems to only like apt-get, but if that's all Ubuntu included, how would my mom install or remove apps?

      It sounds like he really wants Ubuntu to be less tailored for the average home user... He seems to be upset that the distro that home users would prefer is geared towards not confusing them.
    16. Re:Choices and Plurality by Fallingcow · · Score: 1

      If you installed Ubuntu and then removed X (which is, in fact, easy to do, open Synaptic, search for "xorg", deselect everything that matches and hit "apply") you'd be left with Debian + a couple newer versions of packages and/or the kernel. Just use Debian.

      That said, I believe that there is a server version of Ubuntu that may not install X by default, or may have an option not to install it. I guess you could try that.

      Anything that's available on Debian is available on Ubuntu. Even if what you need isn't in the official repositories, many .debs that were designed for Debian will install just fine on Ubuntu, since it's got newer rather than older libraries as compared to Debian. The only problems would be when a package on Ubuntu broke backwards compatibility for some reason, which is rare.

      I'm an ex-Gentooer myself. Went to Ubuntu on the desktop because its defaults were, almost without exception, the exact same ones I would choose for myself, including some that I liked but never had the time/motivation to get working on Gentoo. Very little extra crap installed, too, just the most common apps (web browser, office suite, document reader (PDFs, etc), image viewer, GIMP, and a music/video player) and the ability to install more if you want them. Plus, it's deb-based, so no RPM nastiness.

      I do miss Portage sometimes. It's hands-down the best package manager I've ever used. It was also a bit of a shock the first couple of times that I tried to compile something, and didn't have the needed libraries ("WTF do you mean I don't have glib-dev? Gnome is installed, so it had to have that to compi... oh, right"). Heh.

    17. Re:Choices and Plurality by bioglaze · · Score: 1

      You can Install Ubuntu using its alternate CD if you don't want X.

      --
      Who is John Galt?
    18. Re:Choices and Plurality by Frank+T.+Lofaro+Jr. · · Score: 1
      --
      Just because it CAN be done, doesn't mean it should!
    19. Re:Choices and Plurality by solafide · · Score: 1

      Your gcc that you used to build Firefox could have modified the code so that gcc.gnu.org goes to some other site that looks identical. Once your gcc has a backdoor, you can't trust *any* program compiled with it. For that matter, you can't trust any program on the same system, since the gcc could have built backdoors into all your programs. md5sum? Can be modified. Filesize? ls can be changed. You can't even trust the kernel if your gcc is hacked.

    20. Re:Choices and Plurality by shimage · · Score: 1
      First of all, thanks for the reply!

      Not sure what kind of tools you mean, but the Ubuntu repositories are well-stocked. I've rarely encountered a server or admin package that wasn't in the repos. All the usual Linux admin tools are available (commandline and html based, e.g. webmin, phphmyadmin).

      Sorry for the confusion; I meant "first-party" admin tools. E.g., emerge, equery, etc-update, rc-update, etc. on Gentoo. Aside from apt-get and aptitude, I am unfamiliar with the tools to keep track of packages and dependencies on Debian/Ubuntu. Also, I was under the impression (from the last time I tried installing KUbuntu) that most, if not all of Ubuntu's administrative tools were GUI-based. If that's the case, then it seems like vanilla Debian would make more sense (as suggested in another comment).

    21. Re:Choices and Plurality by kebes · · Score: 1

      Sorry for the confusion; I meant "first-party" admin tools. E.g., emerge, equery, etc-update, rc-update, etc. on Gentoo.
      I believe that most of those commands have Ubuntu equivalents, such as aptitude, apt-get, apt-cache, etc. I'm guessing it's mostly just a matter of getting used to new conventions (instead of rc-update you use update-rc.d). However, I've not used Gentoo extensively so I may be unaware of some neat tools on Gentoo that don't have a Debian/Ubuntu equivalent.

      Ubuntu, being based on Debian, inherits all of its admin tools (as far as I know), so I would guess that any Debian tool exists on Ubuntu (or could be added from repos easily). Then again, since you're already familiar with Linux, you might prefer Debian itself, especially for a server where the rock-solid stability is great. The only reason to pick Ubuntu over Debian is the faster release cycle, I guess (again, not critical and maybe even a disadvantage for a server).
    22. Re:Choices and Plurality by bcat24 · · Score: 1

      That's all well and good, but what if you can't trust your assembler?

    23. Re:Choices and Plurality by flushingmemos · · Score: 1

      Yeah, the arguments in TFA were dumb, but the overall point was right. Ubuntu gives me a crappy little "share a folder" dialogue, then, when it doesn't work, I have to crawl the net to find out how to edit the samba config file. There's no 'ramp' leading from simple, "easy to use" (but non-functional) GUI tools to the steps needed for a tech-inclined non-CS-major to get the thing working. Ubuntu gives a half-functional, efforless setup for Grandma on top of the only-accessible-to-hardcore-geeks core of Linux. As someone in the middle, I can't get simple functionality out of it.

      Even the online guides and forum comments jump from stupid-newbie to CS-major levels, leaving me stumped.

    24. Re:Choices and Plurality by natslovR · · Score: 1
      In the same section he complains about package ratings. I'm a new ubuntu user after becoming fed up with Vista. I'd tried linux as my desktop probably 10 years ago but it never lasted. I'm guessing i'm close to the target market, and i think the rating system is awesome. From the FTA:

      However, why users should be interested in a package's popularity when they are looking to meet a specific need is puzzling -- the tool was originally designed to help Debian developers know what to include on a basic installation CD. Nor are the results particularly useful, since packages installed by default naturally have a higher rating. At any rate, the only way to judge how useful a package might be is to use it yourself.
      I don't know which applications to use, i know i need something for torrents, type torrent in add/remove, and pick the highest rated. How else is someone with no idea about which application is "best" going to know which to install? Am i meant to install every one and see if it meets my exact needs? No, i'm going to install one rated 5 star and hope it does what i need, and move on to another if it doesn't. The ratings gives me that basic guidance and it's made the ubuntu desktop very useable.
    25. Re:Choices and Plurality by somersault · · Score: 1

      Wait a second.. what if.. you can't trust YOURSELF?

      --
      which is totally what she said
    26. Re:Choices and Plurality by ajs318 · · Score: 1

      What assembler? The Programmer's Reference Manual for the CPU lists the mnemonics and opcodes, so you can do it all yourself.

      This, by the way, is exactly how almost every single game for the ZX Spectrum was written. Towards the back of the BASIC book was a listing of the complete character set (the Spectrum had some highly non-standard extensions to ASCII, including the user-definable graphics characters and the one-touch-entry reserved words) which helpfully included the assembler mnemonics for each of the 256 values. Most programmers used nothing more than this table to convert their assembler mnemonics to code, though some photocopied and laminated the pages to save wear and tear!

      Of course, when you have only 48kB of RAM and just under 8kB of that is reserved for the frame buffer and system status flags (meaning the biggest program you can write is unlikely to have more than about 15000 instructions), such a mammoth effort of manual translation is not the hard part of the operation.

      --
      Je fume. Tu fumes. Nous fûmes!
  7. Ubuntu is the closest..... by HartDev · · Score: 2, Insightful

    So Ubuntu is the closest thing to a Linux distro that can fight off the Windows, Mac OS X will do okay but it will still be fan boys who get that. So unless we all want to run windows for another decade or two, we gotta respect what Ubuntu is doing for Linux distros........(sniff and a tear)......all over the world!

    --
    To see a few of my Android apps goto: www.hartwired.com
    1. Re:Ubuntu is the closest..... by p0tat03 · · Score: 1

      Mac OS X will do okay but it will still be fan boys who get that.

      Really? Mac OS X has already achieved what Ubuntu can only hope for, and for the user there is really no difference. Both OSes involve migrating away from Windows-only software, both are (fairly) secure and immune to common viruses, and both are 'nix based. The difference is that OS X has achieved the "it just works" holy grail that Ubuntu reaches for (albeit by "cheating" - limiting hardware configs), but for the end-user that hardly matters. But seriously, will the average user care about being able to plug in any sound card he chooses? Heck no, he just wants his machine to work.

      Yes, I know Ubuntu is free as in speech, but do you really think the average user cares? That's really the only "edge" Ubuntu has on Mac OS.

    2. Re:Ubuntu is the closest..... by walt-sjc · · Score: 2, Insightful

      The difference is that OS X has achieved the "it just works" holy grail that Ubuntu reaches for (albeit by "cheating" - limiting hardware configs)

      Yes, because OS X isn't limited at ALL in the hardware it can run on, right? Please.

    3. Re:Ubuntu is the closest..... by starnix · · Score: 1

      Ubuntu is just Mac "OS-X unlocked" A Mac is an appliance. A PC with Ubuntu on it is unlimited.

    4. Re:Ubuntu is the closest..... by swillden · · Score: 1

      The difference is that OS X has achieved the "it just works" holy grail that Ubuntu reaches for (albeit by "cheating" - limiting hardware configs)

      Yes, because OS X isn't limited at ALL in the hardware it can run on, right? Please.

      That was the GP's point: OS X "cheats" by running on a limited selection of hardware.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  8. According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

    According to the stats at www.distrowatch.org, something called PCLINUXOS is the number one distribution with Ubuntu a close second. Looks like somebody is giving them a run for their money.

    1. Re:According to distrowatch.org, Ubuntu is NOT #1 by lordtoran · · Score: 1

      PCLinuxOS is notorious for showing up very high on their list without being a major distribution. The list is based on hits to their site, so it is in theory possible someone wrote a bot to distort the stats.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    2. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0
      from the latest DistroWatch weekly editorial:

      There have been speculations and suggestions that the Page Hit Ranking statistics might have been manipulated by some overly enthusiastic PCLinuxOS fans. I don't believe so - for two reasons. Firstly, I have logged all visits to the PCLinuxOS page and analysed them for any signs of abuse, but I found none. (That's not to say that there was none, but if there was any, I couldn't find it.) Secondly, there seems to be a trend among the DistroWatch readers to visit distribution pages that are relatively high in the Page Hit Ranking statistics, but are otherwise not particularly well-known outside the scope of this web site; we have seen this not only with PCLinuxOS, but also with other similar distributions, such as Sabayon Linux and Linux Mint. Based on these two facts, everything seems fair and square and PCLinuxOS is on top simply because its page is the most visited one at the moment.


      Also, PCLinuxOS is quickly becoming a more widely known and used distro, there are already several other distros that use it as a base (I can only think of one off the top of my head, SAM Linux, but there are others) so kindly do your homework before accusing people of cheating the hits per page counter.
    3. Re:According to distrowatch.org, Ubuntu is NOT #1 by cwgmpls · · Score: 3, Informative

      The Distrowatch ranking is only a count of how many people click through distrowatch.org to get to a distribution.

      Because the Ubuntu name is so well known, the vast majority of people downloading Ubuntu do it by going to ubuntu.com directly, or get directed to ubuntu.com by Google.

      PCLOS, on the other hand, is practically unknown. I would imagine that most people have never heard of it until they went to Distrowatch and saw it near the top of the list, and decided to click on it. In fact, that is how I first learned about PCLOS.

      Since most people are discovering PCLOS through Distrowatch, while most people are downloading Unbuntu via ubuntu.com, it makes sense that PCLOS would show up higher on the Distrowatch ranking.

      In fact, if you look at Google Trends more and more people are searching for "Ubuntu" on Google, even as the amount of people searching for "Linux" is dropping. You could argue that Ubuntu is becoming a replacement for Linux in the common lexicon. Meanwhile, "PCLOS" and "PCLINUXOS" hardly even show up in any Google searches.

    4. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

      You forgot to mention that Ubuntu's popularity has recently surpassed that of Jesus. Ubuntu FTW!!!!1111

    5. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

      Again, not proof, but I think this chart must say something...
      http://www.google.com/trends?q=ubuntu%2C+red+hat%2C+mandriva%2C+suse%2C+pclinuxos

    6. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

      I want to play with Google Trends too!
      http://www.google.com/trends?q=you%2C+tube%2C+youtube

    7. Re:According to distrowatch.org, Ubuntu is NOT #1 by PMBjornerud · · Score: 1

      In fact, if you look at Google Trends more and more people are searching for "Ubuntu" on Google, even as the amount of people searching for "Linux" is dropping. Well.... email is dropping, too, do you think less and less people are using it?

      Since you've seemed to miss a huge point in Google Trends, I'll make sure to point this out: It's not the number of searches, it's relative to the total search volume. If you allow, we could say that an increasing graph actually means it's "growing faster than the Internet". Which is completely OMFGxrz!!!, by the way.

      http://www.google.com/intl/en/trends/about.html

      Pretty much all technical terms are dropping. This has nothing to do with the number of searches and everything to do with more and more non-technical people getting online and searching for non-technical things.
      --
      I lost my sig.
    8. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

      u r right ...........

      search results in google UBUNTU ------- 73,100,000 for ubuntu. (0.17 seconds)

                                                              PCLINUXOS........ 3,510,000 for pclinuxos. (0.17 seconds)

      that's tellus alllllllllll........................

    9. Re:According to distrowatch.org, Ubuntu is NOT #1 by Hucko · · Score: 1

      That doesn't work either because people looking for Jesus know to go to the Bible, not Google.

      --
      Semi-automatic amateur armchair Australian philosopher; conjecture ready at any moment...
    10. Re:According to distrowatch.org, Ubuntu is NOT #1 by Anonymous Coward · · Score: 0

      So change the word 'amount' to 'proportion', and his point still remains valid.

  9. Come ON, how full of crap is this? by c0l0 · · Score: 4, Interesting

    Unhappy with *[Uu]buntu's way of installing, not leaving many choices for the "IT professional"?
    Use the alternative LiveCD. Note you don't need to "secure the system", since the default install does not bind any sockets listening. I actually consider it one of Ubuntu's strongest feats that you are not facing any choice of package selection whatsoever, so you can be sure you will end up with a sanely organized system you can build upon, if you want, or just walk on with the preset choices.

    Next hilarious thing on his list is the boot menu - if you're actually an advanced-enough user to know about the possibility of testing your memory at bootup, I figure you also know about how to hit Escape to have GRUB's full menu appear.

    He's got one point on fonts, as there can never be enough fonts included in an install. I personally do like Gentium though, and consider freetype's font rendering as Ubuntu sports it very pleasing to the eye.

    On page two, where he's going to whine about "Proliferating package managers", the author imho show severe lack of understanding concerning Debian-ish package management. Well, let there be a lightweight update-checking-utility that does not come up with the whole bunch of X11-windows that is synaptic. It's a good thing it's there - it uses the same backends as apt-get, aptitude, synpatic, dpkg, adept, whatthefuckever use, and it saves you from manually checking for updates every so often. So would you please stop being anal about it? Thanks.

    Also on page 2: "At any rate, the only way to judge how useful a package might be is to use it yourself." Oh wow, movie at eleven. I won't even comment on this, Cpt. Obvious to the rescue.

    Page 3 is about security, and once again tha author seems clueless to me. An "intruder" on a default Ubuntu system can pretty much by definition (due to the lack of running network-interfacing daemons) only be a local attacker with physical access to your machine. Well, in case of physical access you're hosed anyway.
    The point in criticizing default group memberships for the "desktop"-class of users is also beyond me. Well, that is how UNIX tends to work, and if it weren't for the desktop user to be able to, e. g., adjust the sound system's mixer levels or burn a CD, what's left for "desktop" usage to be done? No access via `sudo` means no (write-)access to other account's files and data. Besides, if you let people you don't trust gain local access to a machine via their very own personal account, you should probably check for your very own mental sanity/security first.

    My point is, if Ubuntu actually behaved like he now states he'd like it to in his article, it'd be a flamefest of a different kind: namely criticizing how Ubuntu lacked in "usability", and how it would shy away "novice users".

    Ubuntu is a very fine choice for someone starting out with GNU/Linux or computers all together. It's also a fine choice for someone more knowledgeable, since it's perfectly possible to stray away from the sane defaults the Ubuntu devs chose for the distro. If you happen to find your demands outstrip Ubuntu's capabilities, you're probably better off by creating a distribution of your own.

    My 2 cent.

    --
    :%s/Open Source/Free Software/g

    YTARY!
    1. Re:Come ON, how full of crap is this? by Anonymous Coward · · Score: 0

      to be fair he does look a bit retarded (byfield.jpg)

    2. Re:Come ON, how full of crap is this? by jonesy16 · · Score: 4, Interesting

      I was going to write a long post regarding this article but it looks like you covered it already. Good work, cause I couldn't agree more. The only reason that we see a linux distro preinstalled on Dell computers, for example, is because of the strides made by the Ubuntu team in creating a distro that is easy for a Windows-level user to sit down and interact with.

      I'm the first to agree that in a high-tech-level setting Ubuntu has MANY shortcomings. As an example, it takes me about 5 seconds to get a RedHat based machine configured on our Kerberos network using authconfig. I spent a half hour with it (I'm no Kerberos expert), and I still can't get Ubuntu working correctly since I have to do everything manually. My point, however, is that NO home user is EVER going to want to set up Kerberos, so that's not what Ubuntu is geared for and I can't get upset with them for that. Same goes for partitioning in the installer. Anyone remember the options in the Windows installer? They're on the same level: let the installer wipe the drive and commit it to Linux, or set up a few paritions on your own and tell the installer which one it can use.

      Lastly, I have to disagree with the author regarding the user account classifications. He claims, erroneously, that by allowing for the use of 'sudo', an attacker only needs one password to break a system, whereas with a root account he claims you need 2. Umm . . . hello . . . you still only need one password, root's password! Unless your savy enough to not allow root logins . . . It seems perfectly acceptable to me to provide those three levels of user accounts and even that is more than most people will need.

    3. Re:Come ON, how full of crap is this? by recoiledsnake · · Score: 3, Interesting

      Page 3 is about security, and once again tha author seems clueless to me. An "intruder" on a default Ubuntu system can pretty much by definition (due to the lack of running network-interfacing daemons) only be a local attacker with physical access to your machine.

      Wrong. A buffer overflow in Firefox can be the attack vector. As can be a hole in any internet facing software that use internet data (Synaptic, FreeAMP, Media players) or even applications that open any files(if GIMP has a vulnerability parsing JPEG files, even JPEG files could possibly result in a "intruder" gaining access to your machine(not root access though, unless you run GIMP as root).

      --
      This space for rent.
    4. Re:Come ON, how full of crap is this? by MacroRex · · Score: 2

      At any rate, the only way to judge how useful a package might be is to use it yourself.

      I dunno. What if there was a wiki, conveniently linked straight from the package manager?

    5. Re:Come ON, how full of crap is this? by Anonymous Coward · · Score: 0

      I'll disagree on the GRUB comment. I've been using Linux for a number of years, and managed to hose something in my Kubuntu configuration. So I popped in a LiveCD and looked for help on the web. It told me to use the "emergency" menu in GRUB.

      So I looked, but didn't see any options at boot. It took a while of fiddling around before I figured out how to get the GRUB menu to come up.

      The moral? If something's hidden, for most users it may as well not exist. There's no real reason to hide the GRUB bootloader in the first place, so why do it?

    6. Re:Come ON, how full of crap is this? by Anonymous Coward · · Score: 0

      Besides, if you let people you don't trust gain local access to a machine via their very own personal account, you should probably check for your very own mental sanity/security first.

      You don't think it's sane for a college to let its students use its computers?
    7. Re:Come ON, how full of crap is this? by brassman · · Score: 1

      I just wish it were easier to turn off the damn splash page. Making splash pages the default was teh suck.

      --
      "Ain't no right way to do a wrong thing."
    8. Re:Come ON, how full of crap is this? by columbus · · Score: 1

      "Unless your savy enough to not allow root logins . . ."

      Ubuntu disables root login by default, which seems to me to be a good security measure.

      --
      friends don't let friends teleport drunk
    9. Re:Come ON, how full of crap is this? by Quasar+Sera · · Score: 1

      If you happen to find your demands outstrip Ubuntu's capabilities, you're probably better off by creating a distribution of your own.

      Or by trying out another of the many excellent, freely-available distros.
    10. Re:Come ON, how full of crap is this? by bedessen · · Score: 1
      Exactly. This attitude of "oh, there's no daemons listening therefore I couldn't possibly be remotely owned" is insecure nonsense. Want a concrete example? OpenOffice TIFF File Parser Multiple Integer Overflow Vulnerabilities:

      Remote attackers may exploit these issues by enticing victims into opening maliciously crafted TIFF files.

      An attacker can exploit these issues to execute arbitrary code within the context of the affected application. Failed exploit attempts will result in a denial of service.
    11. Re:Come ON, how full of crap is this? by geekforhire · · Score: 1


      It does not get much easier than editing the grub conf and removing the word 'splash' from the kernel you want to boot....

    12. Re:Come ON, how full of crap is this? by Ash-Fox · · Score: 1

      The moral? If something's hidden, for most users it may as well not exist. There's no real reason to hide the GRUB bootloader in the first place, so why do it?
      No idea. I will however mention that the Windows boot menu is hidden too though.
      --
      Change is certain; progress is not obligatory.
  10. who by wwmedia · · Score: 2, Interesting

    who gives ubuntu versions these crazy names?

    1. Re:who by Anonymous Coward · · Score: 0

      who gives ubuntu versions these crazy names? Harry Hamster does..... Why?
    2. Re:who by Plug · · Score: 1

      The guy on the right.. Pictured at a football match.

  11. duhh by thatskinnyguy · · Score: 5, Insightful

    Ubuntu isn't successful because it's an operating system for advanced users only (like Gentoo). It's successful due to being user friendly to people who are Windows users who are curious about Linux.

    With Linux I've noticed that user control is inversely proportional to user-friendliness. Operating systems like Ubuntu are made with user-friendliness in mind and that comes at the price of user control. It's quick and easy to set-up and use which garners alot of favor from the Windows crowd.

    Similarly, Gentoo gives the user complete control over what applications, drivers, daemons are installed but is by no means user-friendly.

    The writer of TFA really did a whole lot of whining about how little control he had over the installation and initial software packages. What did he expect? It's Ubuntu.

    --
    The game.
    1. Re:duhh by What+the+Frag · · Score: 1

      > Operating systems like Ubuntu are made with user-friendliness in mind and that comes at the price of user control.
      Not really. I used Gentoo for 3 years until 2006, then I switched to Ubuntu.

      You can configure it the way you want it to. You want to be root? Fine, sudo passwd then.
      You want to use another kernel? Fine, compile it. You want to use another window/desktop manager? Fine, install it.

      Yes, the package manager loads binaries by default, it doesn't compile your Gnome with all those funky -funroll-loops flags. But most probably you won't notice anyway on modern machines.

    2. Re:duhh by smooth+wombat · · Score: 1

      And to think my mod points expired yesterday. Would someone please get this person to +5?

      I have tried Slack 10 and Debian somethingorother (same time as Slack). By tried I mean, downloaded everything, put them on CD and did manual installs just to see what I would be getting myself into. Four installs of Slack and I got four different results. Two installs of Debian and I got two different results.

      Now Ubuntu, as the OP has said, is for someone like me who wants to put their toes into the Linux pond. If I had an empty system I'd be more than happy to fiddle with Ubuntu and then, maybe, move on to other distros.

      With a bit more handholding (i.e better documentation), I could see Ubuntu being used more and more by folks, like me, from the Windows crowd who want to both experiment and maybe eventually move to Linux.

      --
      We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    3. Re:duhh by Hatta · · Score: 3, Informative


      With Linux I've noticed that user control is inversely proportional to user-friendliness.

      That's not so. A user who expects a large amount of control is going to find a "user friendly" OS that limits him to be very unfriendly.

      Operating systems like Ubuntu are made with user-friendliness in mind and that comes at the price of user control. It's quick and easy to set-up and use which garners alot of favor from the Windows crowd.

      Except that it doesn't come at the price of user control. A Ubuntu system can do pretty much everything a plain debian system can. The shell is still there and fully functional, same with apt-get.

      --
      Give me Classic Slashdot or give me death!
    4. Re:duhh by drharris · · Score: 1

      It's more than that. I've been using Linux since Redhat 4.something.. before that I played with FreeBSD and before that I was programming HP "minicomputers". I certainly know my way around the tech details. The thing is that's *not* what I do to earn my living. I write software..

      Personally, I like not having to edit my fstab manually, or drop to a shell to mount things, or edit my cups.conf file, or edit my xorg.conf file so I can get the perfect monitor timings..

      It's not just great for people who want to "dip their toes" into Linux. It's for people like me who are able to hack it, but choose to work in their environment more than on their environment.

    5. Re:duhh by thatskinnyguy · · Score: 1

      You quoted everything but the last sentence. This is about the installation procedure.

      --
      The game.
    6. Re:duhh by AvitarX · · Score: 2, Interesting

      Where is this lack of control in Ubuntu?

      I have been using it for a while now and I think I have complete control.

      Every remote service that is running I chose, I chose the desktop environment, the kernel optimizations (low latency), the theme, the default text editor.

      As someone who has used Linux as a primary desktop for around 30% of the 8 years I would describe myself as a "power user", but not an "expert". With this background Ubuntu is fulfilling the promise that was started (from my perspective) with Redhat and continued with SUSE and Mandrake. I plug in a device, and it pretty much just works. Like Debian I have every package I could possibly want, but unlike debian I am never too far out of date (I understand that unstable is kind of like that now-adays).

      Because Debian is a well loved distro and Ubuntu popular, I always can get packages for Ubuntu that are up to date, and not included in the massive selection available to the repositories. I personally feel that .deb files give me more control that compiling from source, because I can easily remove said packages and get everything off. I can also easily get a list of everything installed.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    7. Re:duhh by thatskinnyguy · · Score: 1

      I tried Gentoo when I was relatively new to Linux. Much like you, I had a very bad experience. The installation procedure was way over my head (and about 50 pages long!). Your comment made my day sir.

      --
      The game.
    8. Re:duhh by justinlindh · · Score: 1

      Ubuntu isn't successful because it's an operating system for advanced users only (like Gentoo). It's successful due to being user friendly to people who are Windows users who are curious about Linux.

      I'm tired of this mentality. That's like saying that "OS X isn't successful because it's too easy to use". Just because something isn't difficult to use and administer does not mean that it's "not for advanced users". You can do the same things with Ubuntu that you can with Gentoo, or any other Linux distribution. Let's drop the "Just Works == not for mad phat elite coder dudes" mentality.

  12. Clash of new vs. old-school users by Chris_Jefferson · · Score: 4, Insightful

    I think the main problem the reviewer is having is that he wants thinks to be like linux used to be. The reason I like Ubuntu is that it tries to escape from that. For example:

    - By default, the user never has to select any partitioning options, or even know what it is.
    Well, most people don't know what partitioning is.

    - Want to choose which software to install.
    Once again, new linux users won't know the names of all the programs they might want. Ubuntu installs what I consider a reasonable selection. Talk of knowing exactly what is installed sounds more like server talk, for which you probably want Ubuntu server, which does install a much smaller selection of packages by default

    - Doesn't send hundreds of confusing messages past at high speed on boot-up (me paraphrasing)
    Well good, particularly because most start-ups have at least one thing which looks to the untrained eye like a failure

    Other problems, including fonts, are possibly more valid. I'd be interested to know what an Ubuntu expert's opinion is on them.

    --
    Combination - fun iPhone puzzling
    1. Re:Clash of new vs. old-school users by recoiledsnake · · Score: 1

      Well, most people don't know what partitioning is.

      I think his point was that you could keep user friendly defaults while giving flexibility to the power user. For example, you could have the automatic option as default and have 'Guided' and 'Advanced' options for the power user. I think that's what most distros that I have installed did.

      Once again, new linux users won't know the names of all the programs they might want. Ubuntu installs what I consider a reasonable selection. Talk of knowing exactly what is installed sounds more like server talk, for which you probably want Ubuntu server, which does install a much smaller selection of packages by default Again, it's the same thing, provide a option(not selected by default), to choose packages. Again, this is how it was done in most distros i have used. User friendliness is not always in conflict with configurability.
      --
      This space for rent.
  13. On one page? by Anonymous Coward · · Score: 1, Informative

    This article is another one spread over multiple pages, so you'd think that the print version might be sane.... but no, the print version is multiple pages, with many [blocked for me] adverts and a big grey navigation box at the bottom. I can only assume that the blocked ads are for shit like toner, ink and paper! Anyway, here's the article, minus the annoyances:

    Divining from the Entrails of Ubuntu's Gutsy Gibbon
    By Bruce Byfield
    September 20, 2007

    According to the 2007 DesktopLinux.com survey, Ubuntu is the distribution of choice for 30% of GNU/Linux users. The exact figure is questionable, but Ubuntu's dominance is not. For an increasing number of people, Ubuntu is GNU/Linux. Yet, looking at the pre-releases of Gutsy Gibbon, Ubuntu 7.10, I found myself becoming disturbed by the degree to which this popularity has translated into uncritical acceptance.

    Make no mistake -- due to the energy that the Ubuntu community and Canonical, its corporate arm, have put into improving the desktop, this popularity is well-deserved. Yet, at the same time, I find myself wondering whether user-friendliness must inevitably mean discouraging users from exploring their systems or taking firm control over them. This question keep nagging me each time I installed, went through the selection of preloaded software, explored the desktop, installed new software, or examined security. Only once or twice did I find a balance between accessibility to newcomers and a feature set for advanced users. At times, too, I wondered whether the popularity might be preventing Ubuntu from finishing some rough edges.
    Installation

    Many releases ago, Ubuntu settled on installation from a Live CD. To begin the installation, you boot your computer with the CD in the drive, then click an icon to add Ubuntu to your hard drive.

    Little has changed in the Gutsy Gibbon release. The installer opens with a warning that you are using a pre-release version that installation of might mean over-writing existing files, then leads you through an eight-step wizard.

    To its credit, the installer makes adding an operating system to your hard drive as easy as it can probably be. However, while even novices are unlikely to have much trouble if they accept the defaults, straying beyond them is difficult. For instance, in the keyboard selection step, the only way to know the differences between two U.S. English International layouts or the classical, left hand, or right hand versions of the Dvorak keyboard is to know them beforehand, to research them on another computer, or to try each systematically in the field provided for the purpose.

    Similarly, at the partitioner, if you choose the Guided option, you quickly discover that it's a misnomer. "Guided" really means automatic, and gives you no choice whatsoever. I can't help comparing this lack of choice unfavorably to Debian 4.0's presentation of different partitioning schemes that you can either accept or modify as you want.

    The installer does a better job with Advanced options on the final screen, tucking away controls for choosing where to install the bootloader or participate in the package Popularity Contest a button-click away from the top level screen.

    Yet, for all its convenience, what most characterizes the Ubuntu installer is the lack of choice it presents. Users cannot even choose the initial software to install. This lack is not only frustrating, but violates a main principle of security. After all, you can hardly secure a system if you do not know what is going on it.
    Bootup and Desktop

    Like the installer, the desktop in Gutsy Gibbon has changed only in minor ways from earlier versions of Ubuntu. And, in many ways, that's not a bad thing, because Ubuntu's default GNOME desktop has always been well-organized. Its menu avoids overwhelming users with choices, and its organization of panel applets or logout options into several categories helps you locate what you need more easily. Sensibly, too, Ubuntu continues to offer only two virtual w

    1. Re:On one page? by lekikui · · Score: 1

      There's a large part wrong with this guy's thinking (not the poster, but the author of the article). For one example, take the look at package managers. The thinking of Ubuntu's planners seems very sensible to me here. They provide:

      Add/Remove Applications: Simple, easy to use, limited in power. The popularity contest also makes sense - the more used a package is, the higher the chance that it is a good one. If, for instance, you're trying to pick a music player, popularity would show you that some are far more used than others, and therefore more likely to be useful to you/preferred by most users.

      Synaptic: It may be less powerful than apt-get, but it's a lot easier to use. Simple search, simple categorization, easy to add and remove repositories. Good for more advanced needs or less common software.

      Apt-get: Extremely powerful and flexible, but a command-line app. I have nothing against the command line, use it a lot in fact, but if you're aiming for easy to use for a new user, making them type it in and read a man page would lose you a lot of users, fast. Very useful for quick installations and the like, as well as more powerful work.

      I use Debian myself, but I feel that many of his concerns are unfounded. For instance, I've been on Debian, and before that Ubuntu, for well over a year, and I still don't have the hang of everything apt-get can do. So I use synaptic, and apt-get when I need something quick.

      As for the sudo, it's really useful to just type in 'sudo command', enter your password, and have it execute. Easier than su, password, enter command, exit root shell.

      There's a large amount of other stuff wrong with his analysis, but I'll leave it there for now.

      --
      "Lisp ... made me aware that software could be close to executable mathematics." - L. Peter Deutsch
  14. I actually liked it, really. by clintp · · Score: 1

    I've got a mix of systems at home. Debian, Windows, etc..

    For a while my kitchen laptop (a 5 year old old Dell Inspiron) was running Ubuntu G.G. and I found it quite nice to use. This was my first desktop Linux system in about 4 years. It was responsive, easy to find things, and perfect for that application. (Lots of web browsing and some note taking.) I'd still be using it except...

    Eventually, though, I had to install XP Home on the system. No amount of research, begging, pleading and tweaking in /etc/X11 could get the LCD display to flip upside-down. Which in the long term was necessary for an under-cabinet mount. $40 for Pivot Pro and re-installing the original XP load was worth the headaches.

    --
    Get off my lawn.
    1. Re:I actually liked it, really. by ErikZ · · Score: 1


      Did you try the invert option in xrandr?

      My ubuntu box is headless, so I wasn't able to test it.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    2. Re:I actually liked it, really. by Anonymous Coward · · Score: 0

      Sounds like a job for a compiz fusion plugin. I bet it's not very hard to write such a plugin, that rotates the desktop. At least they can to it in 3D.

    3. Re:I actually liked it, really. by g4sy · · Score: 1

      See Option "Rotate"


      I used this a little while back to do basically what you're trying to do.

      --
      somewhere, on a Big Red Sign:
      if(color==blue){speed--;}
    4. Re:I actually liked it, really. by clintp · · Score: 1

      Tried xrandr. Usual errors about BadMatch
      Tried xorg.conf Rotate, this and that with RandRRotation, ShadowFB, etc...

      Thanks anyway, but I wasn't asking the Lazyweb for a solution. I don't think there is one, it's just not supported by Xorg. Not finding the answer after hours of Googling made the "Free" OS worth a lot less than the $40 I wound up spending for a commercial solution.

      I was just pointing out that this release of Xubuntu was really nice from the perspective of someone who used Unix desktops for many years before finally just using them for servers. I couldn't use it in the long run though for lack of hardware support.

      --
      Get off my lawn.
    5. Re:I actually liked it, really. by PitaBred · · Score: 2, Informative

      You should be able to add an

      Option "Rotate" "UD"

      To your device section to show the display upside down by default. It'll work with most X.org drivers.

    6. Re:I actually liked it, really. by RLW-E · · Score: 1

      Odd... I have just tried installing a Linux-distro (Feisty Fawn Kubuntu) for the first time and I found the screen-flipping thing quite easily: K-button > System Settings > Monitor & Display > Monitor Orientation On the other hand I haven't been able to change my screen resolution to 1440x900 or get connected to my wireless network.

    7. Re:I actually liked it, really. by Gibbs-Duhem · · Score: 1

      In system->administration->screens and graphics, there is an option for rotating or flipping your screen (or screens, it lets you set up multiple monitors there too -- finally something similar to the windows display dialog).

      I suspect that flipping means left-to-right though instead of top-to-bottom. If you think a lot of people might want it it'd be worth filing a feature request or bug report.

    8. Re:I actually liked it, really. by MrCopilot · · Score: 1
      I use Kubuntu on a few machines.

      Your problem is easily solved with KrANDr. Sits in the taskbar,right click, under Orientation, click upsideDown.

      Piece of cake.

      --
      OSGGFG - Open Source Gamers Guide to Free Games
    9. Re:I actually liked it, really. by ErikZ · · Score: 1

      I just couldn't resist checking out your problem. :)

      And I totally understand the whole "You either have more time or money" concept.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
  15. I'm using Linux Mint by Anonymous Coward · · Score: 0

    for boxes I push on others and find it more polished and much preferable to Ubuntu. Props to Shuttleworth (and Debian prior) for doing the heavy lifting, but big props to the Mint folks for making it really work. Personally, I use FreeBSD; the layout is sensible, POLA-based and I find ports much more up to date than any distro's included packages. Also, that mess that is Flash support doesn't bug me that much, so I don't miss it.

  16. ubuntu by treak007 · · Score: 2, Interesting

    Ubuntu is very popular atm because it is very beginner friendly. Ubuntu seems to strive to make itself like Windows to attract more people. It is only a matter of time before Ubuntu looks and acts just like Windows.

    --
    Klingon Software is not released, it escapes, inflicting terrible damage onto the enemy as it does
    1. Re:ubuntu by Frosty+Piss · · Score: 1
      A lot of people think that this is "selling out". But ignoring the problems "under the hood", Microsoft has done many many studies into how their OS UI is designed, and the result is based on actual user input. An unbiased view accepts that there are many many users who like the Windows UI, and find it quite usable.

      Perhaps Ubuntu doesn't look like Windows to be like Windows, but because many users like that kind of UI?

      --
      If you want news from today, you have to come back tomorrow.
    2. Re:ubuntu by Stormx2 · · Score: 1

      Uhg, I wouldn't say so. You're confusing "Familiar" with "User friendly". My brother finds it hard to use windows machines after so long on ubuntu (he's 13).

      I'd say that windows is a bunch less user friendly for most tasks. For example, "All Programs" contains a bunch of brand names you may have forgotten, forget what they do, etc. This is rectified by GNOME's menus, which are so simple I could orgasm right now over their cute icons. Yeah....

      It depends what we're aiming for. Striking a balance between windows-like and neutral easy-of-use is important; remember that windows is just a bunch of ideas of what makes a good GUI ripped off all kinds of sources.

    3. Re:ubuntu by the_womble · · Score: 1

      It is reasonably beginner friendly, but there are plenty of distros that are. IMO it is not even the best. Its popularity has more to do with brilliant marketing than anything else (which is not all bad, Linux needs good marketing).

      If they want it to act like Windows they should make Kubuntu better: actually put some effort into it. KDE is flexible enough to be configurable to be very like Windows, while still letting users make it different if they wish.

    4. Re:ubuntu by myz24 · · Score: 1

      I think Ubuntu is following a path that combines OS X with Windows rather than one or the other.

    5. Re:ubuntu by Daimanta · · Score: 1

      W00t, blue screens!

      --
      Knowledge is power. Knowledge shared is power lost.
    6. Re:ubuntu by QuietObserver · · Score: 1

      I'm not particularly fond of GNOME, and I'd rather have something that functioned a little more like the MacOS Finder, which, IMHO, is a much sleeker, and simpler interface with more raw power and a smaller margin for stupid mistakes, but I totally agree with you that it's infinitely better than Windows Explorer; I, personally, detested the XP start menu and look, and always switched back to the classic menu and look because I felt they worked better, though I generally tolerated them in the first place, but I love the Applications, Places, and System menus in GNOME. Note that I wouldn't want to see the same thing in Finder, simply because I've quickly come to feel that the Apple menu and the dock are superior, particularly the ability to add shortcuts to folders to the right side of the dock so I can easily and quickly access commonly used folders. Also, the way GNOME handles the desktop, which is more MacOS like, is, IMO, much better than the way Windows Explorer does; I detest having to open a global 'drives' folder to access any of the files on my computer. The only thing GNOME does really well that I feel the MacOS could improve upon is showing hidden files in folder views, but that's not a major issue to me. Anyway, sorry about the long post; just wanted to express my opinion in comparison to yours.

  17. yeah, but... by unfunk · · Score: 1

    Yeah, but Average Joe can't run OSX on the PC he already owns. He can run Ubuntu, though...

    1. Re:yeah, but... by HartDev · · Score: 1

      Yes that is my point. You see how aggressive MS was about making money off Vista, they have marketing at the heart of all their plans, then I hear from a podcast that they (Microsoft) will create their own PC and the xbox and xbox 360 was a testing to do just that....so people are like "Holy cow MS will control the hardware and software! We are all screwed!" WELL Apple has done that and refused to do anything other than that from the beginning, if you ever used iTunes and got frustrated (and if you haven't been frustrated then I doubt if you used iTunes) you long for the application that will let you drag and drop files for your music. Apple will not under a gun, under the prospect of having their CEO fired, under the direction of Higher beings or Vulcans, give you that application! So I am willing to look past the faults of Ubuntu cause in the end things will be better than Mac OS X, or any apple product, or MS product can ever hope to be.

      --
      To see a few of my Android apps goto: www.hartwired.com
    2. Re:yeah, but... by unfunk · · Score: 1

      So I am willing to look past the faults of Ubuntu cause in the end things will be better than Mac OS X, or any apple product, or MS product can ever hope to be. IMO, it's already there... just not in that state "out of the box". Reviews like this one only help to spread the idea that Linux Is Not Ready. Sure, it might not be yet, but Ubuntu is edging pretty damned close to it... [/drunkenrant]
  18. ya... by zogger · · Score: 2, Insightful

    ...sorta like that goofy startup with the weird name, what was it called again, oh ya, "google". WTH is "google", my boss will never go for that!

    PHBs, and the companies they run, who fixate on names instead of the engineering aspects of a product will suffer long term, as always, because they probably also make weird decisions based on completely unimportant stuff. Like, what's a "linux", like a big bobcat, right? Can't be any good. They give it away free? Can't be worth much...and so on.

    With that said, of course gutsy gibbon is too weird, I prefer "randy rhino", the power tie of names! ;)

  19. Security of Users vs Root security by drx · · Score: 5, Insightful

    I actually wonder why there is still this big iron thinking about root and "unprivileged users", especially around a desktop distro like Ubuntu. I am the only user of my system. If someone breaks into my normal user account and deletes all files there it is the worst possible scenario. If it is done from root, there is not much of a difference. And unprivileged users can also serve as spam bots, they have all the access to a heap of scripting languages and whatnot -- so really, what is the difference?

    Just because it happens to be Unix, some people seem to have a sysadmin reflex that tells them root is more worthy than others.

    1. Re:Security of Users vs Root security by roemcke · · Score: 2, Insightful

      The real difference is when you want to remove said spambot and be sure it hasn't left any backdors into your system. If root has been compromised, you need to reformat and reinstall everything (including the MBR and BIOS for the paranoid!!). If only a single user has been compromised a spambot is much easier to remove and detect, and it cannot bypass the firewall or hide funny processes.

    2. Re:Security of Users vs Root security by dfgchgfxrjtdhgh.jjhv · · Score: 5, Insightful

      root gives them full control over your system, they can set daemons to run at startup, mess with system files, delete/modify every users files & any other file they want, run services on privileged ports (1024), install trojans, rootkits, delete/modify log files, and anything else they want.

      a root compromised means a full system rebuild. reformatting all drives & reinstalling from trusted media & the last known good backups. you cant trust anything on the system, or any backups taken since the hack. you might not even know the date of the hack, nevermind how they got in, or what they did, if they cleaned the logs.

      if a normal user account gets hacked & you're sure root hasnt been compromised, you could just delete the user, fix the vulnerability & restore the files from backups. you still have the log files, which will help give clues to how & when you were hacked.

      having your user account hacked is obviously very bad, but if they get root, its as bad as it gets, even on a single user system.

      btw, if your personal files mean a lot to you, you should take regular backups.

    3. Re:Security of Users vs Root security by DragonWriter · · Score: 2, Insightful

      I actually wonder why there is still this big iron thinking about root and "unprivileged users", especially around a desktop distro like Ubuntu.


      Because "desktop" computers are often multiuser machines for, e.g., families, and may even be used to perform server roles on a home network as well as a desktop functions. Its not "big iron" thinking, its "multiuser environment" thinking.

      Yes, compromising any user account is a Bad Thing, but compromising one that provides root access (whether root itself or one that can use sudo) is still, in many cases, substantially more significant than compromising one that does not.
    4. Re:Security of Users vs Root security by Tyr_7BE · · Score: 1

      especially around a desktop distro like Ubuntu

      Ubuntu is also a server distro. There's a server edition that's released with the Desktop edition. When you boil it down, Ubuntu is Debian, and Debian serves things just fine.

    5. Re:Security of Users vs Root security by Bluesman · · Score: 2, Insightful

      The thing is, you can do most of this from a user account. Users have access to a lot of stuff that can be just as bad, and once you have access to a user account, it's fairly easy to get root.

      Once someone with malicious intent can access your machine, you can pretty much kiss it goodbye. You can never really be sure that root wasn't compromised without an extensive investigation.

      --
      If moderation could change anything, it would be illegal.
    6. Re:Security of Users vs Root security by Anonymous Coward · · Score: 0

      reformatting all drives Okay, so I boot from a clean CD and reinstall all executables and kernel, fix permissions, diff config files and reset passwords. This obviously isn't enough, explain why.
    7. Re:Security of Users vs Root security by drx · · Score: 1

      root gives them full control over your system, they can set daemons to run at startup, mess with system files, delete/modify every users files & any other file they want, run services on privileged ports (1024), install trojans, rootkits, delete/modify log files, and anything else they want.

      Of course i will not dispute that. That's bad.

      But on a computer used by a single person, hacking root or the user does not make a huge difference, at least from my perspective.

      For example, on what port a spam bot or whatever malware runs is not very important. With UPnP it can open any port on routers anyway. It can move warez around with FTP or send spam through my mail account.

      Or things could auto-run on "system start" for my user, coz it's the only user of the machine.

      In fact i would prefer if my home computer would be cracked that only root gets the crap and not my user. Because then i wouldn't have to wade through all my user's files and could just re-install the system. Users data is much more valuable than these few config files root has to fiddle with.

      And a user can usually do anything that a cracker might need.

    8. Re:Security of Users vs Root security by flushingmemos · · Score: 1

      It doesn't matter.

      I'm a lay user of Ubuntu and I can't get that shit to work. It's five minutes before I'm editing config files and trying to copy files - except I can't, because I don't have permission, leving Ubuntu unusable. I managed to share my drive, but my P2P program mysteriously stopped working after an update.

      After a lot of digging, I found out the many directories it's spread across, but I have no idea what to do, even with the forums' advice ("install java in a new directory and point the program there"... OK, I'll "point" it, ponce, WTF?). And even if I did, I couldn't, since the super-secure OS won't let me modify them. And since I'm a simple end user, I'm left doing chown -R 777 whenever I need to tinker (which is often). Hella secure!

      Part of it is that the online guides expect things are going to go well. They don't tell you what to do when the inevitable happens and packages don't install right or the system settings GUI doesn't actually modify system settings.

      Linux for humans, my ass. Did they even have a human try to use it? Just watch your non-geek cousin try to use the OS for a half day. You'll see a dozen stupid little things that can be changed or explained to make it usable. Instead it seems they're running off some asperger-y ideal of "usability" that holds specific points (e.g. no hand editing config files) above the overall experience that Linux can offer at this stage of it's development.

      This root/non-root thing is the same. Why can't I modify my system files when I need to, using the GUI? Why can't I enter a password, instead of just being told I don't have permission? It's so stupid. I - I can't even go on. Fuck this shit, I'll find a PowerMac G4 to hold my storage.

    9. Re:Security of Users vs Root security by hitmark · · Score: 1

      outside of botnet's, the attacks have largely switched to getting hold of personal info or holding said info for ransom. neither of those require one to have root access.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
    10. Re:Security of Users vs Root security by Anonymous Coward · · Score: 0

      The haxors put the nasty on your mbr.

    11. Re:Security of Users vs Root security by Karellen · · Score: 2, Insightful

      "I am the only user of my system."

      I find that that just isn't the case much. Most computers I'm aware of are shared between a couple of users - owner + owner's partner, possibly + kids. And it's handy having your own account, just for simple stuff like desktop theme, recently used start-menu list, fonts, desktop icons, display resolution, etc... Then you've got email, web bookmarks + autocomplete, plugins, documents, preferred applications (e.g. juk vs. xmms), rss feed reader, calendar (surprise romantic restaurant booking, don't put on shared calendar!), etc.... It's not just for security (or hiding your pr0n :) but it's just /convenient/ for each person to have their own settings.

      If you do something dumb and someone hacks your account, yes, you might lose all your files and have to restore from backup. But at least your partner won't have the same problem. They don't lose that half-day's (or half-week's, or half-however-long-you-take-between-backups) work that they did between the backup being taken and your account being pwned.

      And that doesn't even take into consideration what other people have already mentioned, that you can merely restore your user files from backup instead of having to wipe the drive and reinstall & reconfigure all your system software *first* (did you remember to keep a backup of /etc?)

      --
      Why doesn't the gene pool have a life guard?
    12. Re:Security of Users vs Root security by pugugly · · Score: 1

      Wow - My mom is a human, and *she* can use it.

      My immediate response is that it sounds like you got a few errors and didn't tell anyone, then let it cascade till all hell broke loose, but darned if I can tell what you did from this rant.

      Not that I find Ubuntu perfect - I can do entirely without the number of 'Bundled' packages - I installed a program that required KDE, and everything else in the wold came with it - I can't get one program to uninstall without synaptic uninstalling the entire KDE system, and I may just not be bright enough, but apt-get seems to do the same thing.

      But it's hardly unusable - .

      Pug

      --
      An Invisible Entity of Vast Power whose existence must be taken on faith alone: Liberal Media
    13. Re:Security of Users vs Root security by drsmithy · · Score: 1

      if a normal user account gets hacked & you're sure root hasnt been compromised, you could just delete the user, fix the vulnerability & restore the files from backups. you still have the log files, which will help give clues to how & when you were hacked.

      1. This is not an assessment most people are capable of making.
      2. Even for those who are, it's not an *assumption* they can afford to make. Who knows what known vulnerability may have been exploited ?

      Once a machine has been compromised in *any* way, it's rebuild time. No ifs, buts, or maybes (Assuming it's important enough for its compromising to matter - and if it's not, the whole discussion is moot).

    14. Re:Security of Users vs Root security by drsmithy · · Score: 1

      2. Even for those who are, it's not an *assumption* they can afford to make. Who knows what known vulnerability may have been exploited ?

      Ugh. Unknown vulnerability.

    15. Re:Security of Users vs Root security by Anonymous Coward · · Score: 0

      I'm left doing chown -R 777 whenever I need to tinker (which is often). Hella secure!

      Who is this mysterious uid 777 whom you speak of?
      God?
    16. Re:Security of Users vs Root security by bWareiWare.co.uk · · Score: 1

      By the same logic you have no way of knowing if your machine has been compromised by an unknown vulnerability at any given time. You must spend your whole time rebuilding.

      I am happy with the assumption if malware is capable of undetectably rooting my box, and remaining undetectable once I know I am looking for it, then it is probably not going to tip off an average user using an unprivileged account. Conversely anything that dose tip-off unprivileged users can probably be removed by root.

    17. Re:Security of Users vs Root security by drsmithy · · Score: 1

      By the same logic you have no way of knowing if your machine has been compromised by an unknown vulnerability at any given time. You must spend your whole time rebuilding.

      Untrue. In that situation you have no reason to believe you have been compromised at all. It's like the difference between coming home to a normal looking house and coming home to an open front door and torn up living room.

      I am happy with the assumption if malware is capable of undetectably rooting my box, and remaining undetectable once I know I am looking for it, then it is probably not going to tip off an average user using an unprivileged account. Conversely anything that dose tip-off unprivileged users can probably be removed by root.

      That's not "conversely", at all. There's no logical reason to conclude that because malware has drawn the attention of "unprivileged" users, it hasn't burrowed further into the system (quite the opposite, if anything). Once a root escalation could *potentially* have happened, the only _responsible_ course of action is to assume it has, and act accordingly. I certainly wouldn't gamble my job or bank account on your reasoning. Heck, I wouldn't gamble a day's salary on it.

      Anyone involved in professional IT support services not assuming a worst-case scenario for a compromised machine, no matter how benign they might consider the situation, is being negligent and deserves to be either sued, or fired.

    18. Re:Security of Users vs Root security by bWareiWare.co.uk · · Score: 1

      I would compare it more to coming home to find your garden vandalized, you double check all your locks, but rebuilding the house seems a bit extreme. As with everything the are different answers for different people: In a lot of corporate environments it is quicker to re-image the machine then to even turn it on to see what the user is complaining about. On a home PC with a 100+ games installed (each with a fiddly CD-key), I am not going to reinstall just because some idiot downloaded trojen to their throw away low-privileged account. (Though I wouldn't let anyone use that computer for banking before or after it was compromised) Anyway a lot of people have put a lot of time into this problem, I hope they don't all get fired for being negligent: http://en.wikipedia.org/wiki/Jail_(computer_security)

    19. Re:Security of Users vs Root security by drsmithy · · Score: 1

      I would compare it more to coming home to find your garden vandalized, you double check all your locks, but rebuilding the house seems a bit extreme.

      I was thinking more along the lines of you assume whoever broke in is still inside the house.

      [...] Anyway a lot of people have put a lot of time into this problem, I hope they don't all get fired for being negligent: http://en.wikipedia.org/wiki/Jail_(computer_security)

      Bringing Jails into the discussion isn't just moving the goalposts, it's changing the whole game. Hardly relevant.

  20. Rough Edges indeed by Anonymous Coward · · Score: 1, Interesting

    When I switched for a 1600x1200 (Dell) to a 1600x1050 (BenQ), Ubuntu recognized it, but did not reconfigure X for widescreen, and consistently picks some middling 4:3 format that gets stretched. It looks ugly and 2 version upgrades have failed to correct the problem

    Editing xconf.org is not a solution for the non-technical user

    1. Re:Rough Edges indeed by RockoTDF · · Score: 1

      If you use an nvidia card, there is a GUI app that lets you lay everything out, change whatever, and then saves it to xorg.conf for you, and even makes a backup! I don't use it because its dual monitor support doesn't set things up the way I want them, but if I get that flat panel for Xmas I will start using this tool and will stop with the manual xorg work.

      --
      There is more to science than physics!

      www.iomalfunction.blogspot.com
  21. User Friendliness by Stooshie · · Score: 4, Interesting

    FTFA

    ... I find myself wondering whether user-friendliness must inevitably mean discouraging users from exploring their systems or taking firm control over them ...

    and

    ... while even novices are unlikely to have much trouble if they accept the defaults, straying beyond them is difficult ...

    I think this is where us techies fall down sometimes. We assume that everyone who uses a computer wants to "Explore their system" or take "control over them".

    Let's face it, probably about 90% of computer users use an office type application, a browser and an email client and the more advanced of them may use a feed reader of some sort. The most "control" they want over their system is to change the background and perhaps the colour scheme, and they want to do it easily, no code, no hassle.

    And that's fine! Their computer is a tool to do their job. They learn how to do what they need to do and that's it.

    So, it's a good thing that Ubuntu is easy to use. Us techies who want to "stray beyond the defaults" will find the way to do it anyway.

    --
    America, Home of the Brave. ... .and the Squaw.
    1. Re:User Friendliness by evilviper · · Score: 1

      So, it's a good thing that Ubuntu is easy to use. Us techies who want to "stray beyond the defaults" will find the way to do it anyway.

      IMHO, it is an incredibly stupid strategy to make it difficult for advanced users to do things. Even the simplest user may find that something doesn't work and either explore it themselves, or call in someone else. In such cases, layers of obscurity and indirection, just because it's easier for the "friendly" tools to do things that way, makes like miserable for the user.

      It also makes them miss out, if things are out of place, or otherwise difficult to handle the normal (advanced) way. They miss out on the possibility of getting just slightly more advanced... Everybody has some repetitive task they'd like to automate, and if/when they learn just enough to write a script, they'll find out their chosen system makes like difficult, and then you either live with an essentially crippled system, or you must make a big jump to other systems that are more for advanced users.

      A user-friendly system has to be user-friendly across a large range of tasks, not just focus on the computer illiterate, and leave them to their own devices when they no longer fit that narrow category. If I'm wrong, why is OS X so much more popular than it's predecessors? Did they really make it easier to do basic tasks in OS X? Did eye candy really draw that many users? ...or is it that the Unix underpinnings gave more freedom to advanced users to do what they want to do, and all the associated benefits with it?

      Also, the relative unpopularity of MacOS (v9 and previous) does pretty strongly refute your claim that 90% of people want the simplest system possible, because it doesn't get any more mind-numbingly simple than MacOS was.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    2. Re:User Friendliness by Mr_Magick · · Score: 1

      I wish I had mod points to up the rating on this post!

    3. Re:User Friendliness by Stooshie · · Score: 1

      Also, the relative unpopularity of MacOS (v9 and previous) does pretty strongly refute your claim that 90% of people want the simplest system possible, because it doesn't get any more mind-numbingly simple than MacOS was.

      "The relative unpopularity of MacOS ..." had much more to do with the fact that Windows can be installed on any PC (made by an company). MacOS has to be installed on a Apple machine. This made the PC a much better choice for the vendors as they could target machines at different audiences and just install Windows on all of them.

      --
      America, Home of the Brave. ... .and the Squaw.
  22. Re: SSH by durdur · · Score: 1

    Re security, I was really surprised when I installed a previous release and SSH wasn't even available. I had to download/install it separately. Granted, you may not want to start the server automatically, but making it easy to set up post install a secure remote connection seems like a good idea.

    Also, while gcc was installed, the C++ frontend was not. Ok, so this is maybe an end-user distro, if you're using OpenOffice and mail you don't need C++. But if you want to start with Ubuntu and configure it to do development on, it was extra work compared to other distros.

  23. Gah! by unfunk · · Score: 2, Insightful

    This guy is obviously writing the review from the angle of a Linux Geek. A newcomer to the world of Linux will just be intimidated by all the shell commands this guy is talking about. I mean, really... is "apt-get update install xasd fdsix ikispkg mnfklsad --v" really that simple to remember? All those incredibly cryptic CLI commands are quite intimidating for the noob, and even intermediate users like myself tend to keep away from them.

    Ubuntu is doing wonders for Linux in the popular mindset... users can cut their teeth on it first, then if they want, they can move on to more advanced distros. Don't be recommending that they cut their teeth on Gentoo first, please.

    1. Re:Gah! by Hatta · · Score: 1

      is "apt-get update install xasd fdsix ikispkg mnfklsad --v" really that simple to remember?

      Yes. Humans are built for language, and interacting with the computer with a language is orders of magnitude more simple, direct, and intuitive than some physical metaphor. There may be a steeper learning curve, but harder to learn doesn't mean harder.

      --
      Give me Classic Slashdot or give me death!
    2. Re:Gah! by unfunk · · Score: 2, Funny

      Forgive me, I am teh drunken intertubes user.

      What I meant to say was 'is "apt-get update install xasd fdsix ikispkg mnfklsad --v" that much better than "click, click, click, click, click"?'

      But then I got distracted by LOLcats, and by extension, LOLrats.

      ...and a shiny thing

    3. Re:Gah! by Cthefuture · · Score: 1

      users can cut their teeth on it first, then if they want, they can move on to more advanced distros.

      The thing is, Ubuntu is an advanced system. It's based on Debian. Sure, it handles a lot of the crap for you and that's a good thing. If you're a power user then it can be tweaked however you need it just like any Linux system. You can even build stuff from source, imagine that.

      I have been a Linux user for something like 15 years now and personally I would hate to go back to that ancient SLS/Slackware system or Gentoo which require me to go through a whole bunch of crap just to get a working system. I use Linux as a tool to get stuff done. I don't use Linux because I like screwing around with the operating system (which is the sign of a Linux geek newbie if you ask me).

      --
      The ratio of people to cake is too big
    4. Re:Gah! by ClosedSource · · Score: 1

      "Humans are built for language, and interacting with the computer with a language is orders of magnitude more simple, direct, and intuitive than some physical metaphor"

      I think if you do a little research you'd find that humans have been manipulating the physical world for thousands of years before languages came along. Written languages came along much, much later. In addition CLI "languages" have little in common with any spoken language.

      Of course, the research on learning and retention that GUI's are based on are well established and predate the CLI vs. GUI argument. Believe it or not, GUI's weren't invented just to piss off Unix folks.

    5. Re:Gah! by ConceptJunkie · · Score: 1

      Hmmm... maybe the ultimate UI would be two rocks to bang together. :-)

      --
      You are in a maze of twisty little passages, all alike.
    6. Re:Gah! by RockoTDF · · Score: 1

      For the average user, yes clicking is way better. People are less likely to remember something that is totally meaningless to them, what you gave as a command is gibberish to a non geek. Assuming you don't speak Chinese, it would be like me expecting you to memorize a sentence purely as meaningless syllables. To a Chinese person they would be able to assign meaning to the words and would therefore have an easier time memorizing it.

      --
      There is more to science than physics!

      www.iomalfunction.blogspot.com
    7. Re:Gah! by Hatta · · Score: 1

      Yes I think it is. Ever try to walk someone through something when you have to tell them where exactly to click on a screen you can't see? With clicky interfaces I spend far too much time looking for the button that does what I want to do. With a CLI I just tell it what I want to do.

      --
      Give me Classic Slashdot or give me death!
    8. Re:Gah! by Hatta · · Score: 1

      Of course, the research on learning and retention that GUI's are based on are well established and predate the CLI vs. GUI argument.

      Can you cite any such research that shows GUIs to be better than a CLI? And by better I don't just mean easier to learn. It's very easy to learn to use a 4 function calculator, but a competent abacus user can beat a competent calculator operator every time.

      If GUIs were actually a superior way of interfacing with a computer, then we'd be programming with them.

      --
      Give me Classic Slashdot or give me death!
    9. Re:Gah! by ClosedSource · · Score: 1

      "If GUIs were actually a superior way of interfacing with a computer, then we'd be programming with them."

      Programming applications is an entirely different activity than using applications. If we are going to pretend that all activities on a computer are equivalent, we could also say that if a CLI were a superior way of interfacing with a computer, then we'd be browsing with them. After all, if humans are "built for language" then a numeric representation of graphics should be more intuitive than a graphical image.

    10. Re:Gah! by turing_m · · Score: 1
      "but a competent abacus user can beat a competent TI calculator operator every time."

      There, fixed that for you.

      --
      If I have seen further it is by stealing the Intellectual Property of giants.
    11. Re:Gah! by Hatta · · Score: 1

      I don't think it is all that different. Most GUI apps perform tasks that can be done better with a programming or markup language. Compare Word to LaTeX, for instance. Or Excel to the R project. And frankly I would be browsing with text if more sites were properly designed. There are very few tasks that really require a GUI and even then I find apps with a separate display and command window to be the best.

      --
      Give me Classic Slashdot or give me death!
    12. Re:Gah! by ClosedSource · · Score: 1

      "Most GUI apps perform tasks that can be done better with a programming or markup language. Compare Word to LaTeX, for instance."

      This is an entirely different subject. You could use a GUI to create a LaTeX document or a CLI editor to create a Word document (and while we're at it, what is it about UNIX culture that creates a desire to elevate file-formats to "languages").

      "And frankly I would be browsing with text if more sites were properly designed. "

      I'd say that the www adds no value if you're going to use text only. Telnet provides all you would need.

  24. Re:duhh. Where are they now? by hondamankev · · Score: 2, Insightful

    RH brought the linux desktop to the masses. it was roundly criticized for it being too newbie friendly. PEOPLE WONT LEARN LINUX! they all said. Later, the same allegations were leveled at mandrake(iva) and Lindows/spire. IT HURTS LINUX MORE THAN IT HELPS they all cried. Well now that ubuntu is taking the desktop maturity to new levels of easeness, its now completely acceptable, and welcomed by all. Ease of use is in.

    The ubuntu cheerleaders, which is allegedly now ~30% of all linux desktop users, defend their darling distro till death. I would wager that many of these same people are the very same people who publicly smacked RH around, mocking those who used it.

    My question is, where are those people now?

    I grew up on RH, and use Fedora today. I was one of those who, back in the day, would get lol'd at in efnets #linux channels when I asked for help. Perhaps I am the kid who got virtually beat up too many times in my linux childhood, but it seems to me the hypocrisy level is in overdrive in regards to ubuntu.

  25. Is there anything you can't do on Ubuntu? No. by mpathy · · Score: 2, Interesting

    Welcome to the circle of friends.. ;)

    And hey, if you want to do it, like you did on gentoo, than why not?

    There are almost no reasons to do it like you do it there - the speed factor the self-compiling guys (*BSD, Gentoo) are pointing out isn't really there, thats so minimal you can forget about this argumentation.

    1.) If you really have to - the package management is flexible enough to let you do this - try it like this:

    Load the package you need to configure and compile like this, so the dependencies are resolved like you apt-get some binaries:

    apt-get build-dep exampletool

    Now do the configure stuff, you find it in debian/rules.

    Then use this combined command to get the sources, compile them, and make a package out of them:

    apt-get -b source exampletool

    2.) Another, less automated way is to download the program you want to compile yourself, and then use a tool like "checkinstall" (its in the repositories).

    In this scenario you do the usual things: ./configure --somespecialconfigureoptions
    make
    (and then instead of sudo make install you do:)
    sudo checkinstall

    Answer the questions and the selfcompiled program is also added to the package managment and also could be removed like you do it otherwise.

    As you can see, if someone says "Ubuntu can't do this or this because its focused for beginners" it's just not true.

    And not to forgot the rock-solid "Ubuntu-Server" flavour.. We put all our server also from Debian to Ubuntu, because its a lot easier to have actual versions of server-related software with a long-term support (security updates etc.) than to handle on D_____ with a massive amount of backports to achieve the same. And if you have security issues on packages there, you can hope, some people give the same massive amount of time in putting security updates up in a recent time.

    Really, if someone can say me something I can't do there, please tell me, perhaps I am missing something :)

    --
    Ubuntu, a terminal, Python and Slashdot. Thats all you need.
  26. For a desktop, sudo works pretty well. by Dr.+Manhattan · · Score: 1
    His other complaint about sudo is misguided, too:

    However, when you flip to the User Privileges tab in the application, you can see that Desktop Users can do everything except log in with sudo, which still seems unacceptably broad for security.

    Linux, like most Unixes, has a long history of separating things that users can do safely from the things that only privileged users should be able to do. The corners are worn smooth by this point. Windows grew from a single-tasking system with no memory protection (sure, the NT kernel has good, finegrained security, but for backward compatibility they've only finally started insisting on it with Vista) and so applications constantly assume they can muck with things that are none of their business.

    On Linux, a regular 'Desktop' user can do all kinds of things, because the apps are written not to need privileges unless they have to have them. The only difference needed between 'Administrator' and 'Desktop' is the ability to sudo.

    I wouldn't run Ubuntu on a server... but that's not what it's aimed for.

    --
    PHEM - party like it's 1997-2003!
    1. Re:For a desktop, sudo works pretty well. by ErikZ · · Score: 1

      I do. Xubuntu has been working great for me on my headless server.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    2. Re:For a desktop, sudo works pretty well. by Anonymous Coward · · Score: 0

      I wouldn't run Ubuntu on a server... but that's not what it's aimed for.


      Except, you know, for the Ubuntu Server Edition.
    3. Re:For a desktop, sudo works pretty well. by gripped · · Score: 1

      I use Ubuntu on my webserver. I just prefer it to Debian.
      No gui. Nothing I don't need. It was installed on a clean drive remotely using debootstrap.
      And I have it setup so only root can do 'root things'. No user account is privileged.
      Horse's for courses but it works for me

    4. Re:For a desktop, sudo works pretty well. by ErikZ · · Score: 1

      Some things I find much easier to use a GUI tool. But KDE and Gnome are too heavy for my liking.

      And when I'm having trouble with a web page, sometimes it's nice to VNC to my server and check it out using firefox there.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
  27. Re: SSH by ambrosen · · Score: 1

    Well, it's only one install to add dev-tools or whatever it's called. And presumably you're going to be downloading the source you want to compile anyway.

  28. Yes it is like Windows by simong · · Score: 2, Insightful

    Because Windows also makes those choices for the desktop user, and the idea at this stage is to get users away from Windows and on to Linux without them having to think about partitioning disks, one password for them and another for whatever root is, and having to look for a instant messenger app, so they can chat to their sister in Spain. It has to just work as much as possible: to that end the model seems more like OS X, which of course also uses a single user and sudo (and with the rise in popularity of Beryl and Compiz, Ubuntu is starting to look like OS X).

    I can see the author's point to an extent, but Ubuntu isn't aimed at him, and he won't be able to approach it from the target user'sperspective.

  29. No. by Anonymous Coward · · Score: 0

    Just no.

    Haven't there been enough "Linux isn't easy enough for mainstream desktop users" articles? Surely you can't expect me to believe it is now suddenly, with the release of Ubuntu GG, going to become too easy for them?

    (Not that there is any such thing as too easy, as a previous post said, if you're a power user - open a terminal.)

  30. Re:duhh. Where are they now? by thatskinnyguy · · Score: 2, Informative

    I, much like you, grew up on RH and was mocked and ignored whenever I had issues. I also use FC7 now. But Ubuntu offers something to newcomers today that we didn't get 10 years ago: a community that doesn't suck.

    Perhaps it is dumbing Linux down. My response: so what. People who find Ubuntu to be useful may be likely to try more advanced distros in the future. This is a foot in the door; the gateway drug so-to-speak.

    --
    The game.
  31. Power user features? by Bluesman · · Score: 3, Informative

    You have a command line, emacs, vi, the gcc suite, perl, clisp and sbcl. What more could you possibly want?

    As long as there's a terminal available and gcc, you just can't complain about lack of power user features in Linux.

    He complains about the multiple package management programs. There's no problem here, since they all use the same underlying database, and a newbie would never know about the command line ones, and wouldn't need to.

    A new user will get along just fine with the simplicity of Ubuntu on the desktop. A power user will hit the command line and have no problems.

    It seems like this guy knows just enough about Debian to be dangerous, and is now cranky that Ubuntu is slightly different.

    --
    If moderation could change anything, it would be illegal.
    1. Re:Power user features? by PrescriptionWarning · · Score: 1

      I find as a program gets more and more popular, no matter how spectacular it is, you'll still have all the same people nitpicking at all the same things. You want to know why they don't give a basic, intermediate, and advanced version of the same configuration screen (besides the fact that its more work)? Because some "basic" user will enter advanced mode, do something dumb, end up with a black screen, and whine until the cows come home.

      I see the same thing myself in the programs I create, and even though sometimes the user may have a valid point, there are also times where I know what I've done is for the best in as many cases as possible.

      anywho, all too often you just need to let the advanced users be their advanced selves and figure out how to do it from a command line/text file so if they screw up they more likely know how to fix it themselves.

    2. Re:Power user features? by Bluesman · · Score: 1

      Amen. No matter how hard you try, you can't be all things to all people without making compromises that are going to alienate some group.

      I like the separation of configuration functionality in Gnome and Ubuntu. It means my family can use it without messing things up that they don't care about, and I can get it to do what I want with a small amount of effort.

      And these days, most of the time I just want sane defaults, I don't have time to configure things like I did when I was in school with nothing better to do. If something really matters a lot to me, changing a text file is the easiest way for me to change it.

      --
      If moderation could change anything, it would be illegal.
  32. A different take... by MrFSL · · Score: 3, Informative

    So many people like to proclaim that Ubuntu is for the novice Windows convert. I contest that assertion! I have been managing a fairly large and quite diverse network for a few years now. Our servers range wildly from Debian varieties, to Windows 200x, and Solaris. Personally, I have been using Linux for several years and am not afraid of any "advanced-user" functions. I recently switched to Ubuntu (about a year ago) and won't be going back to my Debian roots anytime soon. Some like to spout that Ubuntu is the *nix O/S that "just works" - I feel differently about that too. Gentoo, Slackware, Red Hat, ... the all "work," it's the operator/administrator that "just doesn't." The question is should the administrator have to? Should time be spent in making the O/S work; or should time be spent configuring the Services and Applications to work? The answer is simple - Ubuntu gives me a well-secured, base system with excellent hardware support and updates. On more then one occasion I have found the need to break the default Ubuntu base system (removing a default package in favor of another system) and was shocked to see a seamless transition. Try messing around with udev, hal, dbus, and hotplug on any other Linux distro and see what happens. Try swapping out X servers and welcome to Linux hell! Lastly, Ubuntu has achieved what no other Linux distro ever has and that is their Exceptional support community. The Ubuntu forums (coupled with their online Community contributed docs) is one of the single greatest achievements in the Open community (IMHO) in the last 3 years. The support on the Ubuntu forums is not limited to Ubuntu and I see several non-Ubuntu users linking to Ubuntu forum threads, or asking questions there directly. The support I have received from the forum rivals all other *nix support I have ever dealt with including paid support for Red Hat and Solaris. I even ask questions on the forums non-Ubuntu related. I have asked Perl programming questions and got answers faster then I could through any other Perl or Linux forum. This is the true power of this Distro!

  33. Re:Choices and Learning by Anonymous Coward · · Score: 0

    TFA demonstrates its bias in one of its last paragraphs:

    Free software has always been about user education and choice, yet, at times, Ubuntu seems to forget these goals in favor of a quick fix that keeps users ignorant and unaware of alternatives.

    This isn't right. Free software is not "about" anything more than Gift/Liberty: the free beer and the freedom to do as you will. It most definitely is not about educating users who don't want to be educated. That is called "indoctrination" and that is antithetical to liberty.

    There are plenty of good Linux distributions for anyone who is interested in picking them apart to gain an education. Ubuntu is not one of them. Ubuntu is for the person who has to use a computer do their work, but may be no more interested in the innards of the software than they are in the oil pump of the bus they take to work.

    Remove this education bias from TFA and its criticisms no longer have much substance, if any at all.

    Ubuntu does a good job of putting a fully functional Gift/Liberty Open Source Software workstation in front of anyone with minimal computer skills. That it is also constructed so that a person with training could customize it to the specific needs of the guy who has more important things to do than learn about computers is great! (There are such people: some of them are called "neurosurgeons", some are called "rocket scientists", etc.) In this way, Ubuntu takes a big step toward fulfilling the ultimate promise of GLOSS: open computing for the masses necessarily includes computing for people who don't care to learn about GLOSS, FOSS, FLOSS or GNU/whatever.

  34. Re:duhh (I disagree completely) by gosand · · Score: 4, Interesting
    Ubuntu isn't successful because it's an operating system for advanced users only (like Gentoo). It's successful due to being user friendly to people who are Windows users who are curious about Linux.


    I completely disagree. I don't think Ubuntu is successful because of Windows users. At all. It is successful because it fills a need that Linux users have been waiting for - a distro that is easy to maintain. Unless you are maintaining multiple machines, you shouldn't be doing many installs. (even if you are, you shouldn't be doing many 'installs') I don't really care if the install takes 15 minutes or 2 hours. I only install once. I have never really understood why so many reviews focus on the installation! Yes, it is important, I have done some really tough installs in my day. It is a critical step, but the MORE important thing is how you maintain the system. That is where Ubuntu really stands out. It is why I switched to it. I was on Mandrake (before it changed names) and before that SuSE and various RedHat distros. This was dependency hell. Even though SuSE and Mandrake said you could update your system, you could not. I ran into ALL kinds of issues, my packages were getting outdated and I couldn't easily update them. So I have now been on Kubuntu for over 2 years, and even did an Upgrade with minimal hassle (damn NVIDIA). Dependency hell is pretty much a thing of the past for me.


    Ubuntu lets me USE Linux, and I can tinker where I want to - not where I have to. I still feel like the tinker-factor is still a little high for the average user (esp Windows users) but the strides that Ubuntu has made over other distros is immense.

    --

    My beliefs do not require that you agree with them.

  35. O...kay... by Macthorpe · · Score: 0, Troll

    Anger issues much?

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    1. Re:O...kay... by starnix · · Score: 0, Flamebait

      Stupidity issues much?

    2. Re:O...kay... by Toonol · · Score: 1

      I think that counts as a "yes, I have obvious and crippling anger issues."

  36. Re:duhh. Where are they now? by PitaBred · · Score: 1

    The main problem with Fedora is that it's very hard to get media and such working. I've used Fedora... it just feels clumsy all the time, whereas Ubuntu doesn't. But that's just my opinion. Fedora is still a good distro, it just doesn't have the flash or the user friendliness in the places where people think it's important. Face it... most people use their computers to IM, watch stupid videos and listen to music. Fedora makes it much harder to set up media codecs and such than Ubuntu does, so people go to Ubuntu. Not to mention that .deb packages just work better than rpm's.

  37. Gentoo binaries by HotBBQ · · Score: 3, Insightful

    I just want to say that in *my* four years of using Gentoo I have never had anyone on the Gentoo forums, irc channels, or any of my colleages (academia or private sector) ever say that Gentoo compiled code is necessarily any faster than delivered binaries. I never had anyone recommend anything but -02 and -pipe for compiler options. What Gentoo does give you is the ability to easily get exactly the system you want. Nothing more, nothing less. Whether any particular piece of binary code is faster on Gentoo is purely on a case by base basis. People use Gentoo for choice, configurability, and on occasion performance.

    From the Gentoo home page:

    Thanks to a technology called Portage, Gentoo can become an ideal secure server, development workstation, professional desktop, gaming system, embedded solution or something else -- whatever you need it to be.

    1. Re:Gentoo binaries by ericrost · · Score: 1

      And Ubuntu can do all of those things while giving you a usable computer in 15 minutes instead of 2 days. I used Gentoo before coming to Ubuntu, the only thing Gentoo gives is headaches from the devs breaking crap in Portage when you rebuild a system that's only a few weeks old to get an updated package.

      You can configure ANYTHING you want in Ubuntu, you just have the CHOICE not to.

      In my line of thinking Ubuntu gives you far MORE choice and flexibility than Gentoo, since I have the choice to NOT touch things I don't feel the need to.

    2. Re:Gentoo binaries by oojah · · Score: 1

      Thanks, saved me writing the same thing :) Flexibility is the key point here.

      --
      Do you have any better hostages?
    3. Re:Gentoo binaries by HotBBQ · · Score: 1

      I'd rather not argue semantics, but you can have a useable Gentoo system in less than 15 minutes (yes, even with a GUI). Futhermore, the only time I've ever run into non ID10T/PEBCAK problems with Portage is when I use the unstable branch (go figure). You can do anything you want with any Linux distro, but that's the whole point isn't it? Ubuntu is a great distro, and I have personally recommended it over Gentoo many times. I wouldn't use it to use on an embedded system, though. In any event, the tired old cliches and bogus arguments about self-compiled binaries with strange compiler options is not a valid reason to avoid rolling your own.

    4. Re:Gentoo binaries by ericrost · · Score: 1

      When you compare package versions of the branches of Gentoo to the repos of ubuntu, you tend to land in the Unstable branch. When the unstable branch broke wget (thus breaking Portage's ability to get the packages) in a system update, I moved on.

      I agree on the hardware targets Gentoo can go on, though, I've still been looking for that little project that will make it worthwhile to pick gentoo back up. (Digital Picture Frame?)

    5. Re:Gentoo binaries by xororand · · Score: 1

      I agree on the hardware targets Gentoo can go on, though, I've still been looking for that little project that will make it worthwhile to pick gentoo back up. (Digital Picture Frame?) There's a rather large german server hosting company which solely uses Gentoo Linux on its managed boxes. http://df.eu/ They have been doing that for a few years now and it seems to work for them.
    6. Re:Gentoo binaries by mpathy · · Score: 1

      You've could used wget, or some better tool than wget (axel for example) from a compiled version you temporarily put in your home folder and change the conf-file to use it.

      But you are right, such thing are some of the most-heard reasons why they change, right after the difference between getting a binary in a few seconds and wait hours to getting something compiled.

      I really like it that I can configure some tool otherwise its been done by the MOTU's and build server for the binaries by using my suggestion above. Or some program which is not in the repositories by the "checkinstall" tool.

      --
      Ubuntu, a terminal, Python and Slashdot. Thats all you need.
    7. Re:Gentoo binaries by ericrost · · Score: 1

      I think Gentoo makes a good case for itself on the server side, especially with larger deployments (being able to set up your own portage mirror, compile on one server you your own make flags (for size) and deploy rather seamlessly. The tools in the distro lend themselves toward that. Its just not what I'm doing, and Ubuntu lends itself very easily toward a desktop environment with small server deployments to manage (what I am doing).

  38. Debian with training wheels by Anonymous Coward · · Score: 0

    I've always used Debian for everything, so recently when I had an opportunity to install *nix I decided to give the famously polished Ubuntu a whirl. I downloaded the iso for 7.04 (called "Feisty", IIRC) and checked it out.

    Well, I'm pretty luke-warm about it. The first problem was that the live CD picked a screen resolution that was smaller than the window of the installer program, so the controls were off the bottom of the screen, as I figured out fairly quickly. That would have been a fatal flaw for the novice users for which Ubuntu is intended. As for installing from a live CD, it seems like a gimmick. The live CD is a great idea for just trying out the system, but the GUI install program seemed really lame. I don't see why anyone would prefer it to a well-designed ncurses-based installer, like the current Debian installer. I know, it's "graphical", so therefore it is better for novices, or so the reasoning goes.

    Also, I think that Gnome is a weird choice for a user base that will be coming from Windows in at least 90% of cases. Sure, it was no big deal to get it set up to my liking, because it's just a Debian system, after all. I just think the default setup is too, well, "dumbed-down". What is the purpose of suppressing all the boot messages in favor of a meaningless screen with a progress bar? Are people frightened by text scrolling by?

    Overall, Ubuntu just seems to be a cosmetically redone Debian release with an "easy" spin on it.

    1. Re:Debian with training wheels by Anonymous Coward · · Score: 0

      "Are people frightened by text scrolling by?"

      As a helldesk technician, let me tell you.

      Not only are they frightened by scrolling text, but some are also frightened by static, unexpected text. Even a well configured linux box will probably have one or two things on boot that look like errors; be it warnings, or unimportant scripts failing in non-critical ways. This is irrelevant to the user. If he wants to know what's happening when he boots, he can get to it. But the average user would just be confused by anything that looks remotely like a failure.

      I mean, we get people calling us because after our intervention, their the login pre-entered in the Windows login box is not theirs but our administrator account. How would a user like that react to your average linux boot sequence scroll fest? I'd rather not know.

  39. Gutsy Gibbon Doesn't Exist by scottied · · Score: 1

    How can this reviewer complain about rough edges when Gutsy hasn't even reached Release Candidate status? Those kind of criticisms are fud until they relate to a formal Ubuntu release. Canonical and friends have plenty of time to fix the small stuff before Gutsy's out.

  40. re: display rotation by dnamaners · · Score: 1

    You may want to see these 2 links:

    http://ask.slashdot.org/article.pl?sid=00/06/27/0248218
    http://ubuntuforums.org/showthread.php?t=148177

    I don't have my screen inverted, but I have a screen flipped 90 degrees to make better use of a second monitor. The second link was exactly what I needed.

  41. aka 'Some guy realises Ubuntu!=Gentoo' by dyftm · · Score: 2, Interesting
    This guy seems very confused. He wants a balance between usability and configurability? Fair enough, but he cites this as a negative point when talking about front ends to apt!
    • Basic user - add/remove, updater
    • Medium user - synaptic package manager
    • Advanced user - apt-get/aptitude/dpkg etc in the terminal
    His issues with the security groups are similar - a basic user is not going to mess around with those, whereas a medium user might, and an advanced user would configure it however they want to.

    For what it's worth, I recently moved to Ubuntu, and its balance between usability and configurability has allowed me to learn a fair bit about using Linux systems without throwing me in at the deep end like other distros do.

  42. For crying out loud! by Vexorian · · Score: 3, Informative

    If you want gentoo use gentoo , If you want debian use debian, please don't expect every distro to follow your own ideas of the perfect distro and for god's sake, don't even think that your idea of the perfect distro should be considered dogma.

    I think that as much as the author blames ubuntu for complacency out of popularity, the things the author is complaining about are not specific to this release which kind of destroys the whole article, as if the guy didn't know the things he is complaining about are exactly the reason ubuntu is so popular.

    I RTFA this is a summary:

    • Installation : "Is easy, but I want it to be hard, complicated and specific"
    • Boot: "Grub doesn't show up when there are no choices to make! OMG that's profanity"
    • Desktop: "But man, I like fedora fonts" Side note: he says icons are too small at high resolutions which is probably huge BS.
    • Add-remove: "Look, I'll complaint about a gnome feature and blame ubuntu for it"
    • Security: "After so many ages ubuntu used sudo, I'll complaint about gutsy using sudo. And I'll demonstrate how little I understand of it and how much I ignore about sudo actually making things more secure" And accessible root account makes your computer less secure, sure people could initially give administrator priviledges to everyone in the family (this is a desktop computer, damnit!) but once they learn about it is as easy to remove sudo priviledges, it is also very easy to exchange the sudo priviledges and all without really having to give someone the root password...
    • Debian: "I want ubuntu to be debian and friking restrictive ubuntu won't let me convert it into debian by adding a bunch of overcomplicated options, for some reason I think that not willing to complicate the user for no reason is 'windows thinking' and I actually think it is a bad thing because Linux must be hard and punish the user with a lot of choices even for trivial things, even though I complained before about how ubuntu offered 3 ways to install software, this is a clear contradiction but I'll include it in the article"
    • Conclussion "I'll complaint about software that is in alpha stage calling it unpolished. I'll call things that aren't new in gutsy as proof ubuntu is dropping in quality. I don't understand that ubuntu's objective is to be easy for everyone and not to be overcomplicated and flexible like the distribution I like more."

    Color me unimpressed by this article.

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
    1. Re:For crying out loud! by Anonymous Coward · · Score: 0

      Well said! That was my impression of the linked story (er, I mean TFA) as well.

    2. Re:For crying out loud! by QuietObserver · · Score: 1
      I wasn't that interested in the story, just the comments, but I like your analysis. Just a few minor grammatical and spelling issues I'd like to point out to you, for your own future benefit.

      First of all, complaint is a noun, complain is a verb; using complaint as a verb hurts your sentences by disrupting the word flow.

      Secondly, and this was probably just a simple typo, you used the word 'and' in place of 'an' in your security statement; not a major issue, but something that again, but as I am a writer, I notice typos more often than others might.

      Again, I'm not trying to chastise you with this, merely point out a few minor points where your comments could improve, becoming more legible for the reader.

  43. Clear pro MSLinux bias in slashdot's firehose? by Anonymous Coward · · Score: 0
    Since the firehose slashdot keeps adding these anti true-free-Linux articles and censoring stories about the real threats to Linux.

    How many of you recognize right now that MSLinux (Ok Novell) is going to be the only company legally able to distribute moonlight? Why did the firehose skip this story thrice yet they promote these lame "criticism" stories against truly free and MS free Linux distros?

    further info

  44. PCLinuxOS by magadass · · Score: 1, Insightful

    Ubuntu has so many things it can learn from PCLinuxOS, for one the Hardware Detection in PCLOS is the best I have have ever seen in any Linux distro, it is the single only Linux distro that worked on all my machines.

    --
    "If I was smarter I could rule the world!"
    1. Re:PCLinuxOS by Anonymous Coward · · Score: 0

      PCLinuxOS has so many things to learn from ubuntu, for one spamming everyone's forums with dull advertising of it is boring. Donate buttons on main interface are annoying. Not giving users the warranty they will never make a patent FUD deal with MS makes us insecure. Thinking that including propietary drivers is a revolution in 2007 is arrogant. Spamming distrowatch is lame.

  45. Huh. by Macthorpe · · Score: 1

    I tell you what, when you want to contribute, I'll be over here talking with the adults.

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  46. Don't wait for next by Anonymous Coward · · Score: 0

    it probably IS "quite up to stuff", the question is what do you want from your OS, because if you think, based on this review, that gutsy isn't for you, then your probably looking at the wrong distribution, because your expectations don't seem to match ubuntu's goals.

    the real problem is guy's like the one who wrote the article. he write as if his vision of a perfect distribution is the vision of ubuntu, and ubuntu simply failed to achieve it's own goal. the goal being an OS that balances power with ease of use, but sounds more like a power-users tool/geek plaything. that's not true.

    ubuntu's slogan is "Linux for Human Beings". they mean it (although it does sound arrogant).they are trying, as far as I can understand, to create a system that is easy and straightforward for the casual home user. I won't judge whether they succeeded or failed (although if I'm a casual home user, then they succeeded), but that's what they are trying to accomplish.

    as for concerns in regards to this goal: yes, there are problems. for instance: the file system reform that was being suggested on the forums turned into an ugly verbal fight (relatively speaking. I don't think it would qualify for a flame war). We might one day, perhaps not too far away, see from ubuntu something similar to what GoboLinux did.

    the complaint about package management really got to me. basically he's saying they should get rid of GUI's and use apt-get instead (although he doesn't explicitly say that, but he does say "Yet even Synaptic is less flexible than the basic apt-get command, and not much easier to use." and "...After all, apt-get serves the same purpose as all of them."). he also complains that Add/Remove is too limited, when all it's meant to do is give a straightforward interface for adding and removing desktop applications (hmm...that was a tough one. it's not at all they they gave a meaningful name to the application that actually makes it's function perfectly clear). he complains that there is no need for an update manager, when it's purpose is entirely different from synaptic, because he expects the users of ubutu to go out of their way to look for updates and install them.

    he asks for a lengthy and complicated installation process, without realizing that ubuntu is meant, among other things, for people who need specific instructions how to post in a forum, simply because it has a slightly different layout than what they are used to using in the 5 different other forums they frequent.

    his criticism is valid, but only for a distribution that aims for geeks and power users.

  47. sudo CAN be a security asset (logging, whitelists) by Anonymous Coward · · Score: 0

    sudo has fairly good logging for who ran what with escalated privs. It is more useful than su for honest users, as you know who to blame & what they did wrong.

    I do agree that ubuntu could harness sudo more intelligently. I think ubuntu might be better if they added one additional account level & made it default--one that couldn't execute arbitrary commands as sudo (or use 'sudo -s' to get a shell), but could perform software maintenance & other common tasks with it. (sudo has command whitelists that allow for this kind of thing.) I realize that installation rights are already pretty important privs. But application installation must be almost as convenient as OS X or Windows for a desktop distro that is aimed for adoption by users of those platforms. And disallowing sudoing of other apps is surely better than what we have now.

    I haven't give the root password to others who must co-administer boxes with me. 'sudo' is far better.

    single-user mode & boot disks pose more of a security concern than using sudo over su

  48. Flame bait imo by edizzles · · Score: 0

    He's complaining that a single user distro has muti user security ishues, people need acces to root and sudo is a great way to do it why keeping the root acount locked out. Your can;t make a OS idiot proof and still useful by super users, windows is the atempt at idiot proof ... they fail, hes just bashing to bash. gutsy looks to be a great distro and will be human usable... o wait that was there goal in the first place.

  49. Install Debian by massysett · · Score: 1

    The writer complains that Ubuntu does things one way, while Debian does things in a better way. He should instead install Debian and write an article about how great Debian is.

  50. Paradox of choice. by SanityInAnarchy · · Score: 3, Insightful

    If there's the option to do more stuff, you have to be very careful to design a UI which will lead ordinary users away from choosing that option. Worse are the "power users", who will try to explore every single option, whether or not they understand it.

    It's a deliberate break from the "GNOME or KDE" question you get asked at install time. If you don't know and don't care, you get GNOME. If you know, there's always a way to get more choice -- you could download Kubuntu if you want KDE, for example.

    And if you really know what you're doing, you could download the Alternate or Server install CD, install from that (a more powerful installer anyway), and add packages as you need them. Or you can do a normal install, and remove packages, add other ones in later.

    In fact, I believe it's possible to "upgrade" a system between Ubuntu and Kubuntu and back.

    Now, granted, maybe it would be a good thing to have all of this power as a convenient GUI option. But the choice is there, if you know where to look.

    --
    Don't thank God, thank a doctor!
    1. Re:Paradox of choice. by Knuckles · · Score: 1

      In fact, I believe it's possible to "upgrade" a system between Ubuntu and Kubuntu and back.

      You can just install both ubuntu-desktop and kubuntu-desktop (and xubuntu-desktop) and switch at will.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
  51. Paradigm by Almahtar · · Score: 1

    How does this say "Reliable, Trusted Operating System" to the user who is outside the geek circles? Did it occur to you that nobody outside of geek circles cares about "Reliable, Trusted Operating Systems"? Computers scare the shit out of the older generation and even a fair amount of the young. People tend to like animals - having a name that doesn't involve numbers and involves something natural often has a comforting affect on people.

    Besides - it's kind of like the only guy in the board meeting wearing a T-shirt and jeans instead of a 3 piece suit. He already knows he's important - he doesn't have to try to look like it. Everyone else may not approve, but they'll just have to accept it.
  52. Not right about install by Cafe+Alpha · · Score: 1

    For fine tuned install you use the alternate install CD which is a standard Debian install.

    That's what I used because I wanted to install on a pre-partitioned disk (since the linux partitioner confuses Ghost).

  53. Also, he doesn't like Gnome - by Cafe+Alpha · · Score: 1

    Fine there is a KDE version.

  54. Amen by fall3n_j0ker · · Score: 0

    I have used just about every flavor of linux, bsd, OS/2, windows, Mac OS X, and I want the operating system to work for me, and not make me work for it. I think i have anice balance here with OS X, as i can make it do just about anything i want, but i also do not have to worrie about if this driver or that piece of hardware is going to work. I think the idea that just because my computer doesn't make me jump through hoops to make something work the way I want it to does not in any way make it less configurable. Ive used ubuntu and I have installed it for my mom, and it she was able to use it no problem with little or no computer experience, other than a little windows. This is why it is succesfull, and also because I use it for my routers in my house (granted the server edition) but same concept. I do not use it for my desktop because I still don't think it is quite where i need it for my uses, but that is a /personal/ choice. Everyone's needs and wants are different, trying to say one operating system is better than another is just plain silly, beacause what might be good for you, might be compleetly wrong for someone else. And like the pervious states, the whole it has to be hard for it to be elite is equally stupid, come on, it's a computer, the operating system does not limit what you can code, it's all code, and frankly the more restrictive the system, means that perhaps it takes /more/ skills to get it to do exactly what you want. There is nothing elite about being able to edit config files or compling a kernel. Having said that, there is also nothing wrong with it!

  55. Several Not So Cool Influences? by Anonymous Coward · · Score: 0

    Windows Thinking perhaps - but Feisty is already showing Stupidity Tendencies in common with Apple. What a wonderful world we live in. Now if only we could get rid of mediocrity and the retards.

  56. Re: SSH by Knuckles · · Score: 1

    aptitude install build-essential

    --
    "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
  57. When you outstrip Ubuntu's capabilities... by nurb432 · · Score: 1

    You move on to the BSD family.

    --
    ---- Booth was a patriot ----
  58. Re:duhh. Where are they now? by jez9999 · · Score: 1

    I've used Fedora... it just feels clumsy all the time, whereas Ubuntu doesn't.

    Have to disagree with you there. I was pretty disappointed with how unpolished I found Ubuntu's interface to be, having just installed it on my mum's PC. I'm almost thinking of just recommending she goes back to Windows.

    Probably my biggest bugbear is that it still automounts USB memory sticks *synchronously*. This means you can't do the intuative thing - put it in, copy to it, and pull it out - but you must first unmount it, an unnatural and unobvious thing to do. I find myself forgetting occasionally and losing data. It really sucks, makes no sense, and is something that Windows XP gets right. Why does even Ubuntu still have these basic failings?

  59. Still bullshit by Chuck+Chunder · · Score: 1

    Why is it important to show what packages are installed when there are standard ways to get that information when you boot into the os the first time?

    Installations that ask a lot of silly questions waste much more time/work. I can't imagine how much time I've wasted installing versions of Linux where I've walked away to work on something else while it's whirring away only to have it stop because it wants me to baby sit it through a series of choices that I don't really need to make at that stage.

    Just install and let me do any configuration from within the OS.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
    1. Re:Still bullshit by cez · · Score: 1
      I wouldn't say I totally agree with him, but I can imagine a few scenarios where selecting software to not have installed might be a 'security blessing', granted, in a linear sense.

      ...some randomly weird bug that occurs in a package that totally flips when it hits that nice new chipset you bought. Maybe a critical exploit that was discovered prior to the burning of the Live CD. One is not expected to have a reliable connection to the internet while installing... though it's definitely a plus to grab the updates.


      That is what I ment by linear...choosing to not even bother installing something you knew you would have to go and take out. But, I don't believe one can argue to any degree, that if said installer had such an indepth knowledge of what he didn't want to install, that it is a trivial matter for him to remove it after the installation completes.


      I'm just saying, an advanced option to see a listing of software installed with a little check box to the left of them would be nice. I'm not saying one shouldn't be able to proceed as it is now, if they wish to do so...

      --
      Walk with Music;
  60. Another silly question by ClosedSource · · Score: 1

    "Ever try to walk someone through something when you have to tell them where exactly to click on a screen you can't see? "

    "Every try to enter a CLI command on somebody else's non-networked computer when you can't reach their keyboard?

  61. The Edsel and The Gimp by westlake · · Score: 0
    Who's to say that any name is lame or not? More importantly, who cares?

    This is the fiftieth anniversary of the Ford Edsel. Lame matters - as anyone in marketing - anyone with a nickname they haven't been able to shed since they were nine years old - will tell you.

    The Geek is stereotyped as the eternal adolescent - and that carries over to every project burdened with a name like Harried Hare - or Gutsy Gibbon.

  62. Absurd article. by k1e0x · · Score: 1

    dpkg-reconfigure xserver-xorg at the command line in Debian (or in Ubuntu, where it is still buried, if often unused), you have three options for setting your monitor's resolution. In the simple one, you simply select the monitor's size. In the medium option, you choose the resolution and refresh rate you want, while in the advanced one, you can enter the monitor's specs directly from its documentation. This has got to be a joke. There is NO way that is easier than Gnomes System > screen resolution option. It's like calling it "easier" to just edit the file with vi.
    --
    Bringing liberty to the masses. - http://freetalklive.com/
  63. Re:duhh. Where are they now? by jez9999 · · Score: 1

    And, by *synchronously*, i meant *asynchronously*.

  64. version numbering... by seandiggity · · Score: 1

    Since there are so many complaints about the Ubuntu codenames, I thought I'd praise the release numbering scheme. Does anybody else think it's awesome that you can tell when the distro was released by the version number (7.10 == 2007.October)?

    --
    Geeks like to think that they can ignore politics, you can leave politics alone, but politics won't leave you alone.-rms
  65. Re:duhh. Where are they now? by turing_m · · Score: 1

    "This is a foot in the door; the gateway drug so-to-speak."

    Absolutely. Once you've addicted the masses to a linux like Ubuntu, if anything bad should happen to Ubuntu (e.g. malware) it would be easy to switch because it's FOSS. The whole free support infrastructure changes. Instead of your geeky nephew knowing to type Meta R cmd, regedit etc... or go into windows settings etc, he'll know to bring u a terminal, apt-get whatever.

    --
    If I have seen further it is by stealing the Intellectual Property of giants.
  66. silly argument by agendi · · Score: 2, Insightful

    while I found some of his points posing some interesting opinion that I felt inclined to, the one that really stood out as rubbish to me was the package management point.

    The add/remove software is a great place for new users to browse.. it's simple to use and doesn't bombard you with libs and low level stuff. It doesn't claim to do everything (a point that he held against it) and lets the user know where to go to do the "harder" stuff. My younger sister was able to add software to her ubuntu system without any help or prompting from me and without knowing the names of project.. she browsed through categories that interested her (multimedia in this case) and then using their description (some of them weren't great, but most were pretty good to excellent), where two packages sounded very similar she looked at the bottom of the description where it says "this works well with (k)ubuntu desktops" and then if she couldn't decide she looked at the number of stars. She calls me the next day and tells me proudly that she has made the computer do what she wants without having to search the world - it was all there from the very beginning. My 16yo sister that has no interest at all in computers beyond getting her school work done and her music projects, became the best advertisement for ubuntu (and linux in general) for her peers.

    6 months on and she is eagerly awaiting Gusty and will be upgrading it by herself.

    There is nothing bad about having the choice between multiples tools especially if they engage with their audience at the appropriate level.

    After all we could all still (and many do) just use vi to do everything in - that is not enough reason to put down the various gui text editors and IDE's etc.

    --
    I just can't be bothered.
  67. Huh. by SanityInAnarchy · · Score: 1

    I was switching between them, but nice to know they'll all actually coexist.

    --
    Don't thank God, thank a doctor!
  68. Do a fresh Ubuntu install. Then open Firefox. by Aero+Leviathan · · Score: 1

    'Welcome to Ubuntu 7.04, Feisty Fawn!' Large font size. I'm looking at it right now. Firefox is probably the first thing most 'ordinary' users open. If you've changed your home page and don't believe me, have a look: /usr/share/ubuntu-artwork/home/index.html

    It's also prominent in System > About Ubuntu and likely other places.

    It baffles me how people claim the codenames do not appear in the official releases. They always have, as far as I know.

    --
    ~ Aero
  69. I'm afraid you're quite wrong. by Anonymous Coward · · Score: 0

    Deleting your files is definitely not the worst that can happen.

    Last year I testified at the trial of a man who was accused of child pornography. Had he been convicted, he would have been marked for life as a sexual deviant and pedophile... everywhere he went, his neighbors would have been informed that he was a dangerous pervert who could not be trusted around children.

    Is that a life you'd like to live?

    This man's crime was simple: he connected a computer to Comcast cable without installing a firewall. From there, it was nearly inevitable that his life would be destroyed... luckily, we were able to prove that his computer had been compromised by an outside intruder, and that the ham-fisted police "investigation" of the machine had destroyed any evidence that might have been used to prove who was responsible for the offensive files and the hidden FTP server.

    It speaks well of you that you couldn't imagine this level of evil without me pointing it out, but I hope that now you understand that losing your files isn't the worst that could happen. You could lose your entire future, my friend.

    PS: Defending himself cost this man over $10,000 - and a couple nights in a holding cell where all the other inmates knew him as "the pedophile".

    1. Re:I'm afraid you're quite wrong. by AvitarX · · Score: 1

      Still, that can happen from a personal account, you don't need root for teh ittie pr0n.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  70. Don't bother... by xouumalperxe · · Score: 1

    (...) reading TFA. It's a poorly written crock of bull from someone who's not even that well informed over what he's writing. I don't comment much here, and I never *ever* flame, but this guy's obtuseness got me really riled up

    For instance, in the keyboard selection step, the only way to know the differences between two U.S. English International layouts or the classical, left hand, or right hand versions of the Dvorak keyboard is to know them beforehand, to research them on another computer, or to try each systematically in the field provided for the purpose.

    I don't know about you, but when I think of the prospect of installing a system for someone who uses a foreign keyboard of some sort (I'm looking into a position as admin at my university's computer labs), the possibility to just type some letters "systematically" as he puts it and have the installer divine the right keymap is supterb. And really, what does he expect from the keymap list? a picture with the layout?

    Yet despite the thoughtfulness that shows in the basic Ubuntu desktop, it also contains what might be considered over-simplifications. By default, the GRUB menu does not appear, so users might easily miss the availability of a recover mode or memory test of an initial option.

    I challenge the author to find a user who could actually put either recover mode or a memory test to good use without outside help that can't figure out quite quickly how to get to the GRUB menu. GRUB being configured to show the boot menu (which, sensibly, is the default behavior if a windows partition is detected) would be about as logical as windows giving you the "safe mode/command prompt/safe mode command prompt" choices at boot every single bloody time. This is called good design. If you don't need to look at it for normal activity, you tuck it away somewhere unobtrusive.

    Ubuntu also seems to have taken an idea from SymphonyOS, and placed key icons such as the logout, trash, main menu, and Show Desktop at the four corners of the desktop. Unfortunately, at high resolution, these icons are so small that they are easy to overlook, which defeats the effort to make better use of the corners of the screen.

    This is nitpicking, but what the hell. The trick with using the corners for "hot spots" (and really, both OSX and Windows already use it -- think start menu and the X button for maximized windows) works best when you don't really rationally think about what you're doing. You just act -- and in those circumstances, the actual size of the icon on-screen is irrelevant. OSX's hot corners have no graphical representation at all, to the eternal chagrin of every Mac newbie I let touch my laptop.

    In addition to Synaptic, the most common graphical package manager in Debian-based distros and an update applet, Gutsy also includes the Add/Remove Applications tool(...)

    Well, Synaptic is basically a graphical frontend for apt-get, it's not really meant to be any easier to use than its command line equivalent, except insofar as its browsing capabilities are concerned. Of course, the newbies will appreciate not having to drop to a shell to install stuff. The whole command line thing is a lot more confusing to most people than most geeks think, so it's a good thing that synaptic is precisely a GUI version of apt-get. Think about it. Add/Remove Program is, IIRC, focused on local packages. debs you download from some random spot and want to install. Perhaps "installer" support could be integrated into the file browser, a la .msi, and the uninstalling handled via synaptic. But I don't really see this as being an issue. The updater is a small, specialized thing that does its job wonderfully. I don't think that running the whole of synaptics is warranted when updates can be handled by the tiny little thing that does them right now.

    One of the best-known of Ubuntu's features is the use of sudo for

  71. Or by towsonu2003 · · Score: 1
    Here, you know the password of a sudo-using system:

    sudo passwd
    su
    rm -rf /etc/sudoers
    [do whatever you want at this point without anyone being able to stop you ...]

    Similarly, assuming you were able to grab the password in a non-sudo system,
    % su
    input password
    # passwd
    input new password
    # make love
    Make: Don't know how to make love. Stop. No need to delete the shadow file in either cases anyway.
    1. Re:Or by shellbeach · · Score: 1

      Similarly, assuming you were able to grab the password in a non-sudo system But you need both a user password and the root password in this case. It's an extra level of security.
  72. I have it up and running, but this guy is nuts by HermMunster · · Score: 1

    The purpose of Ubuntu is for the average user. He wants advanced stuff up front well, he can go for the likes of debian or gentoo. Ubuntu is not intended to focus on advanced. It's intended to focus on the human being.

    We must wonder what his real motivation is because it isn't for the good of majority (as the majority are mom and pops).

    If we can get a distro that mom and pop will use (as 90% of all people can use Ubuntu effectively) then we should. His attempts to denigrate the attempts of Ubuntu seem somewhat motivated by other things.

    We just have to stop giving these people a pedestal and just let the accomplishments of the product speak for itself.

    --
    You can lead a man with reason but you can't make him think.
  73. Too many fonts by ChrisMaple · · Score: 1

    It is possible to have too many fonts. Some applications (and some OSes) catalog all available fonts before they become usable, or at the first attempt to change font. On a slow computer with thousands of fonts, this can take in excess of a minute. For most users just trying to be practical, something in the range of 100 fonts seems reasonable.

    --
    Contribute to civilization: ari.aynrand.org/donate
  74. Bullhonkey by johnsie · · Score: 1

    I'm an Ubuntu fanboy and I say this guy is full of crap. He's just gone out to try and make some perfectly good features of Ubuntu look bad. He doesn't even do it well. If he wants to take a cheap shot at Ubuntu then maybe it would be better for him to point out that Ubuntu is crap for instant messaging and the multimedia codecs issue. At least those issues are worth comlaining about unlike the petty issues he brings up in his review. The things he doesn't like aren't necssarily bad things, its more that he personally doesn't like them as a matter of taste. Well he's entitled to say what he wants about Ubuntu, but I just wasted 5 minutes of my time reading that crap.

  75. Not like it's impossible to get rid of apps... by ebbomega · · Score: 1

    Once you've installed your system, go into synaptic and start unchecking what you don't want. Yes, this requires you to be able to find out what these packages are, but if you're enough of a security nut to be concerned about the appendix-like programs installed you'll never use, then you're smart enough to figure out how to do that yourself.

    Something else the writer seems to ignore is the left-logged-in factor... One reason sudo becomes really smart is that if I'm logged in as my own user, but I don't log out (and don't lock the screen, so for instance my gf can watch some Farscape or something), people can't do undue damage.

    Sudo's main advantage is that it makes security easy for the average user. Big lockout before doing any admin tasks and requiring a password. Makes it really simple for the user: Once you're logged in, don't give your password for anything unless you know what you're doing. Sure, using the su (root) password for it may be (slightly) more secure, but Granpa doesn't want to have to remember so many passwords so the only way he can keep track of them all is by putting them on a post-it note next to his screen.

    He seems to approach Ubuntu from a sysadmin/*nix-geek standpoint, which is not the target market for Ubuntu at all.

    --
    Karma: Non-Heinous
  76. Friendliness vs. Power by The+Monster · · Score: 1

    IMHO, it is an incredibly stupid strategy to make it difficult for advanced users to do things.
    The challenge is always to make the common things easy, while keeping the uncommon ones possible. A good rule of thumb is that a setting you expect to be changed by 80-90% of users needs to be on the main configuration menu, which can have an [Advanced] button or tab to handle that last 10-20%. If there's an overwhelming amount of detail there, you can make that Advanced section have tabs or submenus, but only one additional level. If people have to go beyond three levels to get to a setting, they'll be lost.

    Then there's the Firefox Method that puts all of it where you can change anything you want. Not to mention the dreaded text configuration files that can be manipulated with $EDITOR.

    But TFA is concerned about the wrong things. The Ubuntu installation process is designed to get you a functioning system as easily as possible, after which you can choose additional packages, if any, to install. It's one of the few distros that can install a working system from a single CD. I'm willing to trade a whole lot of install-time configurability for not having to swap CDs out. And Ubuntu has had Kickstart compatibility since 5.04, so if I have to admin a whole bunch of machines that need to be configured the same way, I have all the pre-install configuration flexibility I need.

    --

    [100% ISO 646 Compliant]
    SVM, ERGO MONSTRO.

  77. Re:duhh. Where are they now? by Anonymous Coward · · Score: 0

    Thats not that stupid, theres good reasons why that is done, in particular because it greatly extends the life of the usb drive, and also, carelessly pulling the usb drive out can, on some poorly written filesystems, cause the disk to become unusable.