This thread has been a great eye-opener and help when installing Slackware. Although I preferred to use
cfdisk (you might know this from old Windows installations). You can switch
hotplug on later if you want to have a digital camera on USB without any problems.
There are many guides on how to
partition correctly. For a start I'd suggest this more general approach: give
swap 1 GB,
/ 5GB and
/home whatever is left. You see, even if you install a lot of (big) applications, many libraries will be shared, as opposed to isolated Windows way of keeping duplicates all over the place. This is more space efficient and keeps the / partition (or more specifically /usr/local) small. When finished, install your stuff in /usr/local and put text, video, audio and other personal stuff in /home. This is the way most people do it, afaik.
Then comes actual configuration, tweaking and so on, but trust me, it's mostly really simple, if you have fairly standard hardware and aren't scared of using that keyboard
Consider this for example: to connect through my DSL modem, all I had to type was adslconf, provide a few bits of information, sit back, wait a minute and minutes later I could type adsl-start and was online!
Compare that to Windows: had to get the providers CD, feed it to the computer, navigate through a ridiculous amount of menus (ticking off a load of rubbish I never needed) and then having to deal with 2-3 failed logins...
Many times things in Windows actually more tedious to configure by a long run. All you need to know most of the time are a few simple few commands (e.g. alsaconf for sound) and apply a bit of common sense.
After you're online and have configured it to your needs, take a look at
linuxcommand.org. This is what
really helped me a lot. When done, try the vimtutor (this is just as simple as the aforementioned guide).
Then have a look at how to install packages (mostly you download a package from
this place and type
installpkg packagename). When familiar with that, get to know how to compile packages from source (usually done by typing
./configure && make && make install.
Now put your installing skills to good use and try some of the
best applications that are around. Many of them will already be included in the standard installation of Slackware.