Ubuntu

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with 'Do the following to help make Ubuntu more usable: <source lang="bash"> $ sudo dpkg -r command-not-found $ echo "`whoami` ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers </source>')
 
m
Line 1: Line 1:
 
Do the following to help make Ubuntu more usable:
 
Do the following to help make Ubuntu more usable:
 
<source lang="bash">
 
<source lang="bash">
$ sudo dpkg -r command-not-found
+
$ sudo dpkg -r command-not-found command-not-found-data
 
$ echo "`whoami` ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 
$ echo "`whoami` ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 
</source>
 
</source>

Revision as of 10:43, 5 September 2011

Do the following to help make Ubuntu more usable:

$ sudo dpkg -r command-not-found command-not-found-data
$ echo "`whoami` ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox