Hi, (note, I talk a little about other distros, but I’m mainly here for openSUSE)
I’ve used mainly Microsoft DOS and Windows since about 1987. I decided to give Linux a go by running it in a Virtual Machine (using Oracle’s Virtualbox). I tried Linux back in 2007 but gave up on it because I didn’t understand it compared to Microsoft Windows and the MS command prompt. But now in 2015 I’m ready to try it again because of all the free programs I can get, that to me makes it attractive. Free is good! And to see what it’s capable of and what I can do with it. Not because I’m tired of Microsoft Windows or anything, but mainly to learn Linux and its benefits. And just in this past week, I’m starting to see the light when it comes to Linux. I’ve tried all kinds of distros in the last week to find the ones I like. I like 4 distros, openSUSE, Ubuntu, Fedora, and openMandriva. I have to say, I like openSUSE the best. The others are good too, but openSUSE I like the most. openSUSE and Ubuntu are the only ones I’m able to setup shared folders with between my Microsoft Windows 8.1 host and Linux clients. I figured out how to install Virtualbox’s Guest Additions (as you may know, Guest Additions are extra drivers and stuff for Linux) on the Linux clients from within the Linux client. When Guest Additions install, an account group is created on the Linux client called “vboxsf” (for Virtualbox Shared Folders). I couldn’t figure out how to get the host and the clients sharing folders until I found this terminal command on a site that someone posted:
mkdir myshare
sudo mount -t vboxsf ShareFolder ~/myshare/
Thats C:\ShareFolder (on my Microsoft Window’s host drive C:) and “myshare” in my home directory in the Linux client. The terminal command above works for openSUSE and Ubuntu but not for Fedora and openMandriva. I Don’t know why, but thats okay because I’m sticking with openSUSE anyways. As long as openSUSE allows me to pass stuff between the host and client using shared folders instead of making an ISO and mounting I’m good. But that’s not the main reason I chose openSUSE, its just simply that I like it. I’m gonna leave the other 3 Linux distro clients in Virtualbox just to see the difference between them as I learn Linux. That way I can see what makes them common to Linux, and what makes them different by distributor. Since I’m more or less from a Microsoft Windows background, I like the KDE environment more than GNOME because it has a more familiar taskbar at the bottom like MS Windows. Okay enough background (sorry if its overkill). I have mainly 3 questions:
Question 1: What I wanted to know, is how do I go about making myself a part of the “vboxsf” group graphically (using the GUI instead of terminal). Now that I know how to do it with the terminal, I also want to know how I can do it from within the GUI itself.
Question 2: As you may know, in a MS command prompt (terminal), if you type the command “prompt $p$g” it makes the command prompt look like “C:>” Between the 4 distros, heres what my terminal prompts look like,
Fedora: [user@localhost ~]$
openMandriva: [user@localhost ~]$
Ubuntu Unity: user@localhost ~$
openSUSE: user@linux-infq:~>
As you can see, Fedora and openMandriva are the same. Ubuntu is the same too, but without the brackets ]. I’ve learned that the $ sign is an indicator that your not a root user, and the # indicates that you are. I noticed that the openSUSE prompt, like Ubuntu, doesn’t have brackets ] either, but what I don’t understand is why it doesn’t say @localhost instead of @linux-infq like the other 3 prompts. I understand that localhost is my computer, just like MS Windows 127.0.0.1 Since the openSUSE prompt doesn’t say @localhost, is @linux-infq still the localhost or pointing somewhere else? I’m sure it means local. What does the “linux-infq” stand for? Linux Information Que I assume? Is it just unique to openSUSE doing it this way, instead of @localhost which I see is more common between distros. As you can see for a Linux newbie, I’m gonna learn more by studying distro differences so that I can see the common of Linux. How do I change the style or characters that make up the terminal prompt in Linux? Why does Fedora and openMandriva use brackets ] and not openSUSE? Or are the brackets merely for taste in prompt style (look). I noticed that instead of openSUSE using the $ sign for none root, it uses the > instead.
Question 3: How do I change the host name of my computer in openSUSE (not concerned how to do it in the other distros just for openSUSE, my chosen distro). How do I do it with the terminal and GUI?
Thanks for any help!
Secret68…