WilliamLoucks

Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2007-06-23 22:53:21
Size: 712
Editor: client1
Comment:
Revision 7 as of 2008-08-06 16:18:24
Size: 736
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
----
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)