Slackware was actually the ancient tongue of the mighty Propellorheads of Mount Olympus.
Ouch
After all, I've never used Linux before so it's all Martianspeak to me anyway, no matter which distro I try. Time to start climbing the learning curve.
Good thinking. It doesn't matter where you start. A good book maybe Linux for Dummies. Don't
frown on that, I believe that you can get some real good basics from that one.
Here are a couple things to keep in mind on your journey.
A. Linux is not Windows in pretty much any sense.
B. There is a learning curve in Windows as there is in Linux, you already got through the Windows curve.
C. Google is a great resource for answers to most questions.
D. There are alot of ppl here that can help you.
E. Always remember A and B
Feel free to ask away. Everyone here will do everything they can to get you going. When posting a
question please include the Vector version, hardware name, make, model and version number so
that solutions can be faster for you.
When asked to do things in the terminal or console most of the commands will need to be done as
root. You can use su and enter root password you are then working as root.
A couple of commands to start:
lsmod --> shows the kernel modules (drivers if you will) that are loaded and running
lspci --> shows the list of pci hardware installed (You can use -v more even more verbose
information {Example lspci -v} if needed)
lsusb --> Shows usb devices
dmesg --> shows the start up information
Most of the above commands are for troubleshooting not used all that often. If things scroll too fast you can use this command
dmesg | less
The | is called a pipe and less is a pager
So the pager will allow scrolling.
Hope that helps.
Bigpaws