Showing posts with label Sudo. Show all posts
Showing posts with label Sudo. Show all posts

Thursday, November 12, 2009

Microsoft tries to patent code they didn't even create (again)

Microsoft has filed for and received from the US Patent and Trademark office a patent for SUDO which Microsoft did not create and they do not own. the sudo command has been around for 29 years before Microsoft had the audacity to attempt to claim a patent on the concept.

http://www.groklaw.net/article.php?story=20091111094923390

They truly know no shame in Redmond.



Reblog this post [with Zemanta]

Wednesday, November 11, 2009

changing root password in Ubuntu 9.10

After I installed Ubuntu 9.10 I tried to change the root password but after I unlocked and set password for the root account, i can’t login (via terminal) as root. I even tried to set password three times just to make sure i typed it correctly. after poking around for a bit I found some similar reports on Ubuntu's Forums and a link to “Policy on log-in-as-root tutorials” with an explanation about Ubuntu’s RootSudo policy. Apparently if you really need to login as root you can either use the “sudo -i” to simulate the root login (this will ask for your password and log you in as root), or enable the root account “sudo passwd root” (this will ask for your password and will prompt you to enter new root password).



Reblog this post [with Zemanta]