WilliamLoucks

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2007-06-23 22:23:23
Size: 30
Editor: client1
Comment:
Revision 6 as of 2008-07-31 13:45:38
Size: 736
Editor: client-82-20-42-105
Comment: Wiki clean. Added to category 'CategoryHomepage'.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
=== Ubuntu Notes
 * Bullet1
=== Ubuntu Notes ===
 * Feisty Preview Archive for Mozilla Thunderbird: Add to your /etc/apt/sources.list:
{{{
deb http://gnomefreak.youmortals.com/mozilla-testing feisty main
deb-src http://gnomefreak.youmortals.com/mozilla-testing feisty main}}}

 * How to find UUID of swap and whether any swap is being used:
{{{
fdisk -l
vol_id /dev/xxxx #(xxxx from above)
free -m #shows swap total in MB}}}

 * How to find UUID of boot root partition:
{{{
dumpe2fs -h /dev/xxxx|grep UUID # Shows current even if newly changed
ls -l /dev/disk/by-uuid # CAUTION will not reflect changes until after reboot (see below)}}}

 * How to change UUID of boot root partition:
{{{
tune2fs -U random /dev/xxxx }}}
----
CategoryHomepage

Ubuntu Notes

  • Feisty Preview Archive for Mozilla Thunderbird: Add to your /etc/apt/sources.list:

deb http://gnomefreak.youmortals.com/mozilla-testing feisty main
deb-src http://gnomefreak.youmortals.com/mozilla-testing feisty main
  • How to find UUID of swap and whether any swap is being used:

fdisk -l
vol_id /dev/xxxx #(xxxx from above)
free -m #shows swap total in MB
  • How to find UUID of boot root partition:

dumpe2fs -h /dev/xxxx|grep UUID # Shows current even if newly changed
ls -l /dev/disk/by-uuid # CAUTION will not reflect changes until after reboot (see below)
  • How to change UUID of boot root partition:

tune2fs -U random /dev/xxxx 


CategoryHomepage

WilliamLoucks (last edited 2008-08-06 16:18:24 by localhost)