Ah yes,
The eagerness, the fascination, the willingness to learn; nurture it, grow, and enjoy. For the flashier stuff (dvd codecs, multimedia, etc.) go to
1-click-collection - openSUSE-Community and the “1-click” files will add repositories and software to your system. Repositories, or “repos”, are folders on web sites that contain both the software and accompanying files that make the yast/repo system work. You never have to see neither the actual files nor the software, so don’t worry about where they went (hey, I don’t know!) 1-click is automated. Vlc is a dvd player and the 1click includes the files to make it play standard, store-bought dvd’s so make sure and use that one.
For Wireless see
HCL/Network Adapters (Wireless - openSUSE
And the good folk at opensuse.org.
For console commands:
Linux bash commands - MAN Pages
Linux Command Directory: Index
LinuxCommand.org: Learn the Linux command line. Write shell scripts.
tuXfiles - Linux command line tutorials for newbies
Also, keep in mind that Linux is not MS-Windows and it is not the desktop, it’s “the dark place”, the system running at the command line. So if you can’t get to the desktop, your Linux is not “dead” the way 'XP or some Redmond system would be. You do, however , have tools like the vi editor and the command prompt or shell, typically bash. Get “Learning the vi Editor” and “Learning the bash Shell” from O’Reilly books. Also, make use of the “man” (manual) command for the manual of commands that come with Linux and the “apropos” command.
The command “man ls” (without quotes) entered at the command line (open a console/terminal or boot into failsafe mode) will display the manual page for the ls, or list command, and apropos is more like a thesaurus showing terms related to a command.
Read, try, take notes, bookmark/print out pages that help.