Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | [ | + | [http://wiki.iac.isu.edu/index.php/RS go back] |
| − | * sudo passwd //to | + | * sudo passwd //to setup 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 | ||
| + | |||
| + | * [http://ubuntuforums.org/showthread.php?t=1777990 Acer Extensa 5420 wireless problems with 11.04 (my comments: also works for U 12.04)] | ||
| + | Re: Acer Extensa 5420 wireless problems with 11.04 | ||
| + | Hi we need to change drivers. | ||
| + | Code: | ||
| + | sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source | ||
| + | Then: | ||
| + | Code: | ||
| + | sudo apt-get install b43-fwcutter firmware-b43-installer | ||
| + | Code: | ||
| + | sudo modprobe b43 | ||
| + | Thanks | ||
Latest revision as of 02:32, 17 September 2012
- sudo passwd //to setup 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
Re: Acer Extensa 5420 wireless problems with 11.04 Hi we need to change drivers. Code: sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source Then: Code: sudo apt-get install b43-fwcutter firmware-b43-installer Code: sudo modprobe b43 Thanks