Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
To Linux
m |
|||
Line 26: | Line 26: | ||
Keep softare updated | Keep softare updated | ||
sudo apt-get update | <pre>sudo apt-get update | ||
sudo apt-get dist-upgrade | sudo apt-get dist-upgrade</pre> | ||
== Hardware == | == Hardware == |
Revision as of 14:13, 21 August 2012
Shell commands
Enable root account (not recommended):
$sudo passwd root
Disable root account you lock root account:
$sudo passwd -l root
Want to use root @ console:
$sudo -i
Windows Dual Boot page
Recovering Ubuntu After Windows Install
Grub2 on Ubuntu wiki
For support-related question you can use Launchpad. You can also search the complete history of questions and answers.
Grub 2 basics
CLI Software Management
Keep softare updated
sudo apt-get update sudo apt-get dist-upgrade
Hardware
Identify video card:
paul@congo:~$ lspci -nn | grep VGA 01:00.0 VGA compatible controller [0300]: nVidia Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2)