How I created a new swap partition for my Linux Mint 14 PC using Gparted.

I have 6 Gigabytes of RAM in my computer and I found out that my swap partition was only 2 Gigabytes. So I needed to create a larger partition. I used the Gparted application to delete a useless Gentoo partition and then I created a 12 Gigabyte partition to use as swap space. This will … Read more

Listing hardware on a Linux system. And using the UUID drive identifiers.

Listing hardware on a Linux system. This is easy when using the Linux command-line. In the olden days, you would use the cat /proc/pci command to list hardware installed on the PCI bus, but this /proc file is deprecated and does not exist on modern Linux systems. The lspci command is the modern way to … Read more