Difference between revisions of "Ubuntu"
Jump to navigation
Jump to search
To Linux
m |
m |
||
Line 21: | Line 21: | ||
[http://ubuntuforums.org/showthread.php?t=1195275 Grub 2] basics | [http://ubuntuforums.org/showthread.php?t=1195275 Grub 2] basics | ||
== CLI Software Management == | |||
Keep softare updated | |||
sudo apt-get update | |||
sudo apt-get dist-upgrade | |||
== Hardware == | |||
Identify video card: | Identify video card: |
Revision as of 14:12, 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)