WilliamLoucks

Differences between revisions 4 and 5
Revision 4 as of 2007-06-23 22:33:34
Size: 22
Editor: client1
Comment:
Revision 5 as of 2007-06-23 22:53:21
Size: 712
Editor: client1
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * 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 }}}

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 

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