Friday, January 27, 2012

Transfer Mozilla FireFox settings from old to new computer

It is possible to transfer all your Mozilla FireFox settings, bookmarks, passwords etc. from your old computer to your new computer.

To move your settings, you will need to locate your Mozilla FireFox profile folder on both the old and new computer. You can then copy them from the old computer to your new computer.

Locate profile folder

The profile folder is stored in Firefox\Profiles\xxxxxxxx.default, where xxxxxxxx is a random string of 8 characters.
OSUsual profile path
Windows XP/2000 C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default
Windows Vista C:\users\[User Name]\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default
Windows 95/98/Me C:\WINDOWS\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default
Linux ~/.mozilla/firefox/xxxxxxxx.default/
Mac OS X ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/

Copy files

You can copy the files from one profile folder to another even between computers. You can also use this to make a backup of your Mozilla FireFox settings.

Tuesday, January 24, 2012

Manual disk partitioning guide for Kubuntu 11.04

http://www.linuxbsdos.com/2011/05/12/manual-disk-partitioning-guide-for-kubuntu-11-04/

Depending on the contents of the hard disk in the computer, that step will look similar to the one in this image. To create partitions manually, the option to choose is, well, “Manual.”

The objective here is to create the following partitions:

/boot, the boot partition. This is where programs critical for booting the system will reside.
/, the root directory. The bulk of the programs used for running the system will be installed here.
Swap, unformatted disk space for use as virtual memory.
/home, the partition where your home directory will be located. In the course of using the system, files and folders you create will reside in various folders here.

To start creating partitions, just click on the free space. The “Create Partition” window will open.

The first partition to create will be mounted at /boot. When setting up an LVM-based system using an Alternate Installer ISO image, the default disk space allocated to /boot is 258 MB. However, only about 22 MB of that is used, so anything thing between that size range will do. For this tutorial, the default will be used. The mount point will, of course, be /boot. The default file system is ext2. OK.

With the first partition out of the way, click on the free space again.

This time we want to create the partition for Swap space. The suggested size is 2000 MB, which is just about the default if the installation disk is about 100 GB. Select “swap area” from the “Use as” dropdown menu. OK.

The third partition will be mounted at /, the root directory. The default journaling file system on Kubuntu 11.04 is ext4. You may stick with it or choose another journaling file system available. A new installation of Kubuntu 11.04 takes up about 3 GB of disk space, so anything above that will do. OK.

This is the last partition to be configured and it will be mounted at /home. You may assign all available disk space to it. OK.

With all the partitions configured. You may continue with the rest of the installation. Keep in mind that GRUB 2, the boot loader, will be installed in the Master Boot Record (MBR) of the disk. The next article on Kubuntu 11.04 will show how to dual-boot with Windows 7.