[vc_row][vc_column width=”1/1″][vc_column_text]This article will show you are to disable UAC (User Access Controls) aka those pesky popup dialogs where you must enter your password in pcDuino Ubuntu ! As many of you know, this feature was implemented in Windows Vista but went horribly wrong and is the reason it has been removed in Windows 7. Linux, which is known for its hardened security, has a similar mechanism but is implemented in a much better way. But sometimes these messages can become burdensome and you just want to disable them (like the box that says “Enter your password to perform administrative tasks”). Luckily, there is a very simple solution! Note: This is not recommended unless you are the only user on the system!
To disable password prompts in pcDuino Ubuntu
1. From ther terminal window, run the command:
sudo visudo
2. Find the line that says:
%admin ALL=(ALL) ALL
3. and change it to:
%admin ALL=(ALL) NOPASSWD: ALL
4. Save file by hitting Ctrl-X
Thats it![/vc_column_text][/vc_column][/vc_row]
Leave a Reply
You must be logged in to post a comment.