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 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.] | ||
* [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:12, 22 December 2011
- sudo passwd //to enable the root account
- 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.
- Restore Panels In Ubuntu Back To Their Default Settings
- gconftool-2 --shutdown
- gconftool --recursive-unset /apps/panel
- pkill gnome-panel