Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
** gconftool --recursive-unset /apps/panel | ** gconftool --recursive-unset /apps/panel | ||
** pkill gnome-panel | ** pkill gnome-panel | ||
+ | * [http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu It is advisable to NEVER change the root password from it's default hash for many reasons. If you need persistent | ||
+ | root access simply use sudo -i.] |
Revision as of 20:09, 22 December 2011
- sudo passwd //to enable the root account
- Restore Panels In Ubuntu Back To Their Default Settings
- gconftool-2 --shutdown
- gconftool --recursive-unset /apps/panel
- pkill gnome-panel
- [http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu It is advisable to NEVER change the root password from it's default hash for many reasons. If you need persistent
root access simply use sudo -i.]