• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Linux...

  • 304
    Posts
    17
    Years
    I dunno, disabling root may not be the worst decision. I don't have a lot of Linux experience, but any OS that wants to be on the desktop does have to seriously consider security measures over convenience. Enabling it shouldn't ruin the whole thing, but it certainly doesn't seem like a poor policy choice to disable it by default. Afterall, worms only came to an end when Microsoft made the policy decision to enable to XP SP2 firewall by default. Defaults are what make the difference.
     

    Rindiny

    Fwee!!!^^
  • 74
    Posts
    17
    Years
    • Age 33
    • Seen Sep 5, 2010
    Defaults aren't always helpfull. And what I mean about disabling root, is disabling account usage. And root is required for most major tasks that you run using Linux.
     
  • 304
    Posts
    17
    Years
    I disagree; as I've said, with any major consumer product, defaults are the single most important security feature. 95% of any mainstream piece of software's userbase won't ever change them, so if there's a policy decision that, while more convenient, provides a vector of attack, that vector will be exploited and be a problem. (Such as raw sockets on XP)

    Besides, why run as root anyways? You can always sudo to elevate your privileges. Again, I don't know a lot of Unix, but with the little I've used in OS X, it's always been true. Besides, I'm pretty sure the conventional wisdom has always been "Never run as root" for Unix for years. oo; Of course, you should still be able to if you really want to. It shouldn't be enabled be default, but it should be usable if the user explicitly enables it.
     

    Rindiny

    Fwee!!!^^
  • 74
    Posts
    17
    Years
    • Age 33
    • Seen Sep 5, 2010
    The problem is, if you enable root, the whole OS is literally "eff you see kayed"
     

    Rindiny

    Fwee!!!^^
  • 74
    Posts
    17
    Years
    • Age 33
    • Seen Sep 5, 2010
    UNIX performs many tasks, and many tasks require powers such as root.
     
  • 304
    Posts
    17
    Years
    Huh. Are you using the new beta version, Rindiny? I could download it and throw it onto a VM to see if that problem is present in the latest version. You might have to walk me through the steps, though. XD;
     

    Ichigo Roza Mystica

    there are no heroes
  • 75
    Posts
    17
    Years
    • Seen Jul 25, 2007
    well you shouldn't be running as root in the gui ~ ever. never ever. you sudo from shell when you need elevated privs, but you never run as root. if you want proper shell root, run
    Code:
    sudo passwd root
    it wont give you gui access to root, only shell, but you should never ever ever ever ever login as root on gui anyway. ever ever. also ubuntu is free without any shipping charge worldwide. for any reasonable quantity in addition.
     

    Geometric-sama

    The Manly Man of Steel
  • 11,440
    Posts
    20
    Years
    Agreed - I mean, if you need root privileges in the GUI, it should prompt you for the password anyway.

    I hate Ubuntu, though - give me Gentoo any day. For something easier to use, I'll happily take openSUSE (even if Novell does own it now, I've been using SuSE since before Novell took over) or Fedora Core.
     

    Rindiny

    Fwee!!!^^
  • 74
    Posts
    17
    Years
    • Age 33
    • Seen Sep 5, 2010
    CentOS right now is the best one, in my opinion for beginners.
     
    Back
    Top