Click to See Complete Forum and Search --> : Where can I go to learn how to...


ChaosCommand
02-24-2003, 04:21 PM
Compile and Install more compicated applications "Java, LimeWire, Games"

Where can I go to learn how to install and edit fluxbox?

Where can I go to learn the console commands in a more "tutorial" like fashion.

Where can I go to figure out why RedHat linux 8.1 works, but 8.0 doesn't work on my computer?

Where can I go to learn how to turn off processes in Mandrake, and learn which ones are safe to turn off.


Where can I go to learn how to program for linux.


I'm sure no one person will answer any of those, but any reliable source for help would be awesome.

Thank you very much :)

Hayl
02-24-2003, 04:35 PM
Originally posted by ChaosCommand
Compile and Install more compicated applications "Java, LimeWire, Games"

here. that is covered in many posts already.


Where can I go to learn how to install and edit fluxbox?

http://fluxbox.sourceforge.net
they have excellent documentation.


Where can I go to learn the console commands in a more "tutorial" like fashion.

buy a book on the bash shell. "Learning the Bash Shell" by O'Reilly is quite good.

Where can I go to figure out why RedHat linux 8.1 works, but 8.0 doesn't work on my computer?
post a question here detailing what exactly doesn't work. or do a forum search here.


Where can I go to learn how to turn off processes in Mandrake, and learn which ones are safe to turn off.

post a question here and someone who uses Mandrake will answer it. or: www.google.com/linux or do a forum search here.


Where can I go to learn how to program for linux.

too broad of a question really. what language do you wnat to code in? try www.google.com/linux

ChaosCommand
02-24-2003, 04:49 PM
I use C++ to program for Windows... I don't know what language is popular with Linux, but I would like to know. Thanks

Do you happen to know of any FREE documentation on the console commands.

I am not sure if I am going to stick with Linux yet. It is very complicated, so I was must wanting to know. I am still evaluating Linux at the moment :)
But I do like the community involved with Linux.

I just hope Linux doesn't turn out like another Windows. I see people are starting to charge money for linux, and give less to try to get you to purchase software. I would rather donate money :rolleyes:

chrism01
02-24-2003, 05:24 PM
On Linux you can find docs for all cmds using
man cmd
OR
man -k cmd ( or apropos cmd)
for wider searches.
Also, in RH anyway, see /usr/share/doc dir.
Plus of course GOOGLE :)

Re Languages on Linux:
Definitely learn the shell to start. There are many versions, but bash is usually the default for Linux.
C/C++ is part of most distros, as is Perl, and Java can be got for free from SUN website.
You can get many others free...

Hayl
02-24-2003, 05:28 PM
Originally posted by ChaosCommand I just hope Linux doesn't turn out like another Windows. I see people are starting to charge money for linux, and give less to try to get you to purchase software. I would rather donate money :rolleyes:

then use one of the "totally" free ones like Debian or Gentoo. (see their social contracts on their web pages)

:)