Ubuntu/Quick Reference
From r00tedvw.com wiki
(Difference between revisions)
Line 2: | Line 2: | ||
:Dash Home > [type] Desktop > [Select] either Desktop Sharing or Remote Desktop | :Dash Home > [type] Desktop > [Select] either Desktop Sharing or Remote Desktop | ||
:[check] Allow view and control > [check] require user to enter password > [type] password | :[check] Allow view and control > [check] require user to enter password > [type] password | ||
+ | |||
+ | ;Upgrade from 10.04LTS to 12.04LTS via terminal | ||
+ | $ sudo apt-get update | ||
+ | $ sudo apt-get install update-manager-core | ||
+ | $ sudo vi /etc/update-manager/release-upgrades | ||
+ | :verify there is the following line in the file | ||
+ | prompt=lts | ||
+ | |||
+ | $ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoremove | ||
+ | $ sudo do-release-upgrade -d |
Revision as of 10:58, 21 January 2014
- Enable Remote Desktop via VNC (12.04+ - these are just default, you may want to configure more)
- Dash Home > [type] Desktop > [Select] either Desktop Sharing or Remote Desktop
- [check] Allow view and control > [check] require user to enter password > [type] password
- Upgrade from 10.04LTS to 12.04LTS via terminal
$ sudo apt-get update $ sudo apt-get install update-manager-core $ sudo vi /etc/update-manager/release-upgrades
- verify there is the following line in the file
prompt=lts
$ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoremove $ sudo do-release-upgrade -d