Learning linux from the ground up is really a challenge. As you progress even more you start customizing your OS from how it starts and how it shutdown. As soon as you start on a Live CD your x server is pretty much either gnome or KDE. I mean it looks easy to do, but as soon as you start research how the x server it can get trick. My recommendation is to also learn the bash line or command prompt. if your good with the line commands then reconfiguring your computer shouldn't be a problem, but you just learn the GUI layer of it and not the line commands believe me your going to have hard time restoring your computer. As I ask people around they say linux is hard to install. The easiest way to partition your drive manually is like this.
sda1 /home -- This is where you want to store all your data in case your linux gets corrupted. This space can be as big as you want
sda2 /swap -- Linux is just like windows it needs it virtual space. The swap size depends on your physical ram. For example lets you have 1 GB of ram then I recommend about 1 GB for your swap space
sda3 /boot -- This is where your boot sector is located. Its your master boot record
Linux can be installed with just two partitions it is better if you store your data in another partition.
If you really want to learn linux then install it to a secondary computer or I call it testing computer. Sure you can use VMWare or Virtual Box, but if you don't have enough RAM it is not going to run at full speed.
I recommend install you install linux on a notebook where you can really take advantage. If your're planning to install on it on a netbook I recommend the acer aspire one because the netbook doesn't have a lot features and it simple. Just remember unlike any version of windows where it is limited on hardware access linux will give full access to the hardware.
sda1 /home -- This is where you want to store all your data in case your linux gets corrupted. This space can be as big as you want
sda2 /swap -- Linux is just like windows it needs it virtual space. The swap size depends on your physical ram. For example lets you have 1 GB of ram then I recommend about 1 GB for your swap space
sda3 /boot -- This is where your boot sector is located. Its your master boot record
Linux can be installed with just two partitions it is better if you store your data in another partition.
If you really want to learn linux then install it to a secondary computer or I call it testing computer. Sure you can use VMWare or Virtual Box, but if you don't have enough RAM it is not going to run at full speed.
I recommend install you install linux on a notebook where you can really take advantage. If your're planning to install on it on a netbook I recommend the acer aspire one because the netbook doesn't have a lot features and it simple. Just remember unlike any version of windows where it is limited on hardware access linux will give full access to the hardware.
Comments
"Just remember unlike any version of windows where it is limited on hardware access linux will give full access to the hardware." Please explain. I have played with linux in the past, but i find it down right way too complicated. I would be interested in trying it on my little old laptop, but I am not sure its actually very useful. Give me some good ideas for portable use that actually can give me creative abilities and I might go another whirl.
Thanks so much for your reply.