Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hey guys, I've been asking a lot of questions lately so sorry but I'm just trying to get my head around linux and start using it as my main OS. Any help is definitely appreciated. Also I should state I am using Mandrake 10.0
1) How do I make commands "universal" in other words how do I make it so I can type "firefox" into the command line and get it to load instead of having to go into firefox's folder and type ./firefox?
2) Is there a way to remove the need for ./ when quoting commands?
3) In mandrake I have to press the key twice to get symbols like ', ", `, ~.... is there any way to fix this?
4) When trying to use wine how do I get the files that are necessary onto the system or does it read them from the windows partition?
5) Where do you keep your "program" files that you don't use except you keep on your system, I would prefer not to have java installs, firefox and all that in my home fold and get it all cluttered, but I'm scared that I will break something, so where is the "proper" location.
6) I just downloaded and installed macromedia flash player 7 for firefox so it can read flash files on websites but now it seems to overlay flash files on the website so I canīt actually access it, any ideas? Iīve included a screenshot to try and help illustrate.
7)Iīm following this guide, http://www.houseofcraig.net/acx100_howto.php and I have finally got my wireless working but unfortunately when I start up I still have to go into root, then run the start_net script to get it up and running.
The part Iīm having problem with is ĻOne more step is required to get your newly created "local" file into the startup system, type: update-rc.d local defaults 99.Ļ
When I try and type in that command it comes up with command not found, any ideas or any other way to do it?
These should keep me going for a while, thanks for your help guys.
don't apologize for asking questions - did you notice the name of the site - we'd look pretty dumb hanging out here if nobody asked questions.
1) universal, I guess you mean is the executable in the user's path - if the system had to search every dir in the filesystem to look for an executable it would take forever - therefore you define a set of dir's where it will look unless told otherwise - that's the path, defined by the PATH variable. you can set that in many ways, like in .bashrc - run a search on setting PATH.
2) "./" just means "in the present dir" - instead you could type the full pathname, or put the dir in PATH.
3)
4) you can mount the win partition and copy them over, samba, floppy, CD, etc.
5) Where do you keep your "program" files that you don't use except you keep on your system, I would prefer not to have java installs, firefox and all that in my home fold and get it all cluttered, but I'm scared that I will break something, so where is the "proper" location.
someone will correct me if i'm wrong, but i dont think it's a good idea to move things after you install them. in general i think you can install things where you like, but if you move the directories around after installation my guess is you'd end up with a lot of errors and a headache. you said you're using mandrake though right? are you installing from source or from rpms? not sure if that makes a difference...
3:
You have probably set your keyboard to US-International style. You need to get into your control panelīs keyboard language settings and change it to US English. In Fedora Core itīs under Applications Drop Down Menu -> System Settings -> Keyboard.
Thanks for your input so far guys, I will try the keyboard one I suspect thats what it is and check out some other options. I also added questions 6 and 7 on there because they are bothering me too, I should change the title to "Help the newbie peleus survive linux" but just know you guys help out the survival of linux so much with your answers, it keeps as all with a little bit of hope
> 5) Where do you keep your "program" files that you don't use
> except you keep on your system, I would prefer not to have java
> installs, firefox and all that in my home fold and get it all cluttered,
> but I'm scared that I will break something, so where is the
> "proper" location.
7) iirc, "update-rc.d" is a debian-specific thing. the basic idea is to put the "local" script into your init script dirs. mandrake must have some gui utility for this, or you can copy it in manually or use something like ksysv. take a look here for a good description:
Two things went wrong, first I reversed the order used by the link command, and second, since you installed it to another directory the command should be
cd /bin
ln -s /usr/progs/firefox/firefox firefox
chmod 777 ./firefox
This time, verify before you execute it that the the firefox executable is within the directory /usr/progs/firefox/
Last edited by musicman_ace; 02-19-2005 at 03:50 AM.
Ok I tried that and it worked, thank you so much, here's an update of where I am at.
1) Solved
2) Unsure, at the university I was at when programming they did something so instead of having to type in ./program to run our compiles we could just type in program and it would run, I got no idea what they did though (didn't matter what you called you program)
3) Solved
4) Kinda solved - I just have to learn how to mount things and mount windows partitions
5) Solved
6) Still screwed
7) Solved I had the path wrong for my system.
Thanks for everyone thats helped you've been great!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.