Quote:
Originally Posted by valis okay, got ubuntu installed as a full OS on a spare rig. coupla questions:
1. How can I save all changes I make? I have a highly tweaked firefox, but now we don't have to worry about saving it to usb key. Well, we do, but dunno how much space that will take.
2. Went to install all the updates, not enough space. No recycle bin. Where's it hiding?
3. how can I keep my profile on this HD? Or is that even necessary? as it's a harrd install, will it remember it automatically?
thanks, guys, for all the help. Brett will buy you all beers at the local tavern.  |
Hi valis,
In Ubuntu, run the following command:
$ sudo fdisk -l
or as root
# fdisk -l
to learn the device names/partitions and number of 512-byte blocks and cylinders for all of the hard drives you have connected, but unless you boot up you won't be able to issue the du -s command to tell you the total size of the directory contents (without the details for all the files) you have used.
If you installed Ubuntu on a hard drive and can reboot it, it should have retained all of your changes. If it was a Live CD, then unless you do as I do to create tarballs of the changes (I use scripts to automate this for me, but issue them manually to save my changes on hard drive).
What profile are you talking about? User account or Firefox?
-- Tom