Difference between revisions of "Asus 702 Eee PC ubuntu"

From wikidb
Jump to: navigation, search
(Upgrade to 12.04 - precise)
(Mount /usr)
Line 49: Line 49:
 
== Mount /usr ==
 
== Mount /usr ==
  
     sudo cp -rp /usr/* .
+
     sudo cp -rp /usr/* /media/2ff2af82-3efd-4ce8-a768-a7055c5035a7
  
 
sudo is in /usr/bin. Can use it when we break ties
 
sudo is in /usr/bin. Can use it when we break ties

Revision as of 14:04, 16 February 2014

Ubuntu 11.10

  • Name: Rock for Rocky Butte
  • Admin: eepp

Tips

  • Use Alt left click to move the screen around to expose the offscreen buttons.
  • Use Ctl Alt T to open a terminal
    • xterm is under dash home - System
  • Important At login time - select the gear and choose 2D - This will clear up display problems. Otherwixe on 12.04 mouse clicks won't work and it with eventually die with a Compiz closed unexpectedly.

Version

 eepp@Rock:~$ date
 Sun Jan 26 09:14:05 PST 2014
 
 eepp@Rock:~$ lsb_release -a
 No LSB modules are available.
 Distributor ID:	Ubuntu
 Description:	Ubuntu 11.10
 Release:	11.10
 Codename:	oneiric
 
 eepp@Rock:~$ cat /proc/version
 Linux version 3.0.0-12-generic (buildd@vernadsky) (gcc version 4.6.1 
   (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011

Upgrade to 12.04 - precise

From the Ubuntu Dash menu I searched for Update.

 eepp@Rock:~$ date
 Sun Jan 26 14:27:18 PST 2014
 
 eepp@Rock:~$ lsb_release -a
 No LSB modules are available.
 Distributor ID:	Ubuntu
 Description:	Ubuntu 12.04.4 LTS
 Release:	12.04
 Codename:	precise
 
 eepp@Rock:~$ cat /proc/version
 Linux version 3.2.0-58-generic (buildd@akateko) (gcc version 4.6.3 
   (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #88-Ubuntu SMP Tue Dec 3 17:40:43 UTC 2013

Install from Scratch

Mount /usr

   sudo cp -rp /usr/* /media/2ff2af82-3efd-4ce8-a768-a7055c5035a7

sudo is in /usr/bin. Can use it when we break ties

   sudo passwd root

Links