Ubuntu/Quick Reference

From r00tedvw.com wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
;Enable Remote Desktop via VNC (12.04+ - these are just default, you may want to configure more)
+
==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
 
: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
+
==Upgrade from 10.04LTS to 12.04LTS via terminal==
 
  $ sudo apt-get update
 
  $ sudo apt-get update
 
  $ sudo apt-get install update-manager-core
 
  $ sudo apt-get install update-manager-core
Line 12: Line 12:
 
  $ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoremove
 
  $ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoremove
 
  $ sudo do-release-upgrade -d
 
  $ sudo do-release-upgrade -d
 +
==rename directory with contents==
 +
~$ sudo mv -f /path/oldfolderanem /path/newfoldername

Revision as of 14:05, 28 April 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

rename directory with contents

~$ sudo mv -f /path/oldfolderanem /path/newfoldername
Personal tools
Namespaces

Variants
Actions
Navigation
Mediawiki