Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* sudo passwd //to enable the root account | * sudo passwd //to enable the root account | ||
− | * [http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu | + | * sudo -i [http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu If you need persistent root access simply use] |
− | * [ How do I login as root user?] | + | * sudo -s [http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu How do I login as root user?] |
+ | |||
* [http://www.watchingthenet.com/restore-panels-in-ubuntu-back-to-their-default-settings.html Restore Panels In Ubuntu Back To Their Default Settings] | * [http://www.watchingthenet.com/restore-panels-in-ubuntu-back-to-their-default-settings.html Restore Panels In Ubuntu Back To Their Default Settings] | ||
** gconftool-2 --shutdown | ** gconftool-2 --shutdown | ||
** gconftool --recursive-unset /apps/panel | ** gconftool --recursive-unset /apps/panel | ||
** pkill gnome-panel | ** pkill gnome-panel |
Revision as of 20:17, 22 December 2011
- sudo passwd //to enable the root account
- sudo -i If you need persistent root access simply use
- sudo -s How do I login as root user?
- Restore Panels In Ubuntu Back To Their Default Settings
- gconftool-2 --shutdown
- gconftool --recursive-unset /apps/panel
- pkill gnome-panel