I don’t think there are any dragons here…

If you like the site and are thinking of trying a service, use my referrals! Dropbox +250Mb or Servage Hosting +75Gb

Ubuntu spot the difference

After writing documentation for many years, once in a while I come across a post on the Internet that makes me wonder why I bother. So I thought we could turn it into a game.

Basically it’s like spot the difference, see how many things you can spot that are wrong with it and post them here.

Here is the post in question and it is a cracker. I can think of several things that are wrong with it but see what you can come up with. Here’s a starting hint – man visudo.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Identi.ca
  • Twitter
  • RSS
  • StumbleUpon

Related Posts

  1. YAMP (Yet another Mono post)
  2. Blogging platforms
  3. Internet documentation for Jaunty – help!

8 Comments

  • DarwinSurvivor says:

    1) ubuntu asks you for YOUR password, NOT the administrators
    2) doing everything trough su instead of using sudo (figures the sudo tut would not use sudo)
    3) changing /etc/sudoers permissions
    4) not using visudo
    5) removing password requirement for ALL admins (sadly the point of the article)
    6) not chaning /etc/sudoers permissions back (OMFG)
    7) failure to mention sudo’s ability to only ask you for the password once per session/timeslot

    Wow, not one step was correct. Hope your post doesn’t bring that article higher in google’s results :(

  • CMD says:

    So, they should have used visudo to make passwordless sudo, but more importantly, why would anyone want to do this? Has to be the stupidest idea since the first person to put his head in a lion’s mouth. If this was set on a laptop, anyone with minimal knowledge could mess the system up.

  • Run su, eh?

    What, exactly, do you type in as a password when prompted? Ubuntu has no root password.

    sudo -i is the way to a root shell in Ubuntu.

    And that’s just for starters. I won’t get into editing /etc/sudoers with gEdit (eeek!), nor the fact that no explanation as to how to open gEdit with super-user privileges is given.

    But I do enjoy the phrase, “It will literally save you time and increase productivity.” Damn! I wanted something that only figuratively saved me time!

  • ethana2 says:

    Instead of helping users avoid using the terminal, it includes a futile and horribly insecure attempt to make it user-friendly.

  • Todd Jones says:

    1. Always use visudo to edit the sudoers file.
    2. Perms on the sudoers file should be 440.
    3. I don’t even know if the added line will work. It’s a bit funny when the sudoers file gives a perfectly good example, just a couple lines up. Oops!

    After reading the post, I now know the meaning of annoying.

  • DarwinSurvivor says:

    Well, he is now mentioning that visudo should be used (but is still recommending this horrible practice). Interresting that he hasn’t replaced the gedit screenshot…

Leave a Reply

You can use these tags:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CAPTCHA image