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.'"

70 of 390 comments (clear)

  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 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).

    5. 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.
    6. 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.

    7. 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.

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

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

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

      > but isn't that Windows mentality?

      No it's pre-release software...

    10. 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.
    11. 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.

    12. 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.
    13. 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.
    14. 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.

    15. 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.

    16. 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
    17. 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 ...
    18. 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).

  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..."
  3. 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 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!

    2. 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!
    3. Re:evidence by hansamurai · · Score: 2, Informative

      The 8.04 release will be Hardy Heron.

      https://wiki.ubuntu.com/HardyHeron

  4. 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 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.

    2. 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
    3. 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.

    4. 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.
  5. 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 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.

  6. 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 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.

    2. 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.
    3. 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?

  7. who by wwmedia · · Score: 2, Interesting

    who gives ubuntu versions these crazy names?

  8. 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 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!
    2. 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
  9. 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".)

  10. 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
  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. 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
  14. 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! ;)

  15. 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 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.
    5. 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?
  16. 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.
  17. 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 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

  18. 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.

  19. 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.
  20. Re:Name? by Anonymous Coward · · Score: 5, Funny

    Gibbons are apes, not monkeys.

  21. 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.

  22. 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.
  23. 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.
  24. 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!

  25. 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.

  26. 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.

  27. 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.

  28. 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.

  29. 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.

  30. 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.

  31. 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"
  32. 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!
  33. 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.