LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie: You were all once in my shoes... (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-you-were-all-once-in-my-shoes-299873/)

veeruk101 03-10-2005 12:21 AM

Newbie: You were all once in my shoes...
 
Thanks for reading this post. It's kind of long, but I really hope you decide to read till the end. This one's very important to me...

I'm a complete newbie to Linux. I know very basic programming concepts, but I know literally nothing else about networking, networks, linux, unix, apache...

It seems like there's so much knowledge out there, and I see all you pros talking about all this complex, cool stuff like networking, scripts, configuring your apache, etc, and I just CANNOT COMPREHEND how reading up on basic things like 'ls' and 'cp' commands can possibly lead to all that ridiculously complicated stuff that's necessary to run a web server.

I really want to teach myself to become a web server administrator, and am unaware of the natural progression of how to go from knowing nothing to being able to run a web server. In terms of the actual steps I must take in going from a newbie to my goal, can you please suggest how I can get there?

I just got Knoppix and have started looking through the 'info' pages of a couple of basic commands like 'ls', 'rm', 'cp', 'mv'. I just do not know where to go from here, what things to do, etc...

If anybody knows what I am going through and has gone through this frustration before, can you please give me some DETAILED steps of what my learning progression should be? Just outline a list of things I should learn in the order I should learn them, so I can have some hope that my learning today will lead to something tomorrow which will lead to something the day after...some light at the end of this crazy Linux tunnel...

I've got a basic Linux tutorial book, and I'm a very diligent learner, but I don't know where to go from here. Of course you could just tell me to go to my local university and take a Linux course, but I can teach myself with the resources available to me exactly what a course can teach me, as I'm assuming was the case with most of you back in your newbie times...it's just a matter of me not knowing WHAT to learn and in WHAT order of progression.

Please help a newbie out...all you Linux geniuses were in my shoes at one point in time in your lives. Any help you could provide would be really appreciated. Thanks so much.

xaxol 03-10-2005 12:38 AM

Welcome!

rute is a good place to start.
For networking I would read the Linux Network Administrator's Guide

I also subscribe to
Safari Online Books - this oline book library comes in very handy and they have a lot of different variety of books.

XavierP 03-10-2005 12:46 AM

Let's also not forget The Linux Documentation Project and our own, our very own, Book Reviews.

And welcome to LQ :D

J.W. 03-10-2005 12:50 AM

I'd also recommend O'Reilly's Running Linux Between it and Rute, you'll have an excellent foundation -- J.W.

xaxol 03-10-2005 12:50 AM

Quote:

Originally posted by XavierP
Let's also not forget The Linux Documentation Project and our own, our very own, Book Reviews.

And welcome to LQ :D

Thanx XavierP, those two just totally slipped my mind :)

youngtom 03-10-2005 12:53 AM

I probably wouldn't hurt to work on learning a scripting language - perl would probably be your best bet.

whansard 03-10-2005 01:08 AM

1. General knowledge of basic commands: ls, cp, dd, mv and such is needed to get almost anything done. The knowledge is very boring on it's own, but as soon as you have to get anything done, you have to know some of that stuff.
2. After you get where you feel somewhat comfortable with those commands, you can start looking around your system with them, and seeing where things are, and messing with things, and messing things up.
3. Then you're far enough along to understand instructions and howto's to mess with the things you really wanted to know how to do in the first place.

spurious 03-10-2005 01:18 AM

I have a bunch of references in my .sig.

scuzzman 03-10-2005 02:10 AM

Also, this will come in handy:
Code:

apropos KEYWORD1,KEYWORD2,KEYWORD3,etc...
Replace KEYWORD* with whatever keywords you wish to return commands that fit that description. Keep in mind, this is exactly the same to typing
Code:

man -k KEYWORD1,KEYWORD2,KEYWORD3,etc...

0pal_t0ad 03-10-2005 02:21 AM

but don't forget about the best learning tool EVER..... google :)

you sound just like me when i started... thinking that there's a certain point at which to start, but it's different for everyone. I think you should make a list of things that work and things that don't as well as what sort of software you'd like(cd/dvd burning,painting,games etc.). Then go through the list one by one and you'll pick everthing up.

Poetics 03-10-2005 03:27 AM

A good way to start is by looking at what you use a computer for already. Read email? Play games? Chat with friends? Manage a firewall? et cetera.

If you make a list like that, as has been said you can go down the list and see exactly you need to research to at least get familiar with some of the crossover miscellaney.

In your travels across Google, LQ, and the HOWTO guides out there, I'm sure you'll run into -a lot- of commands and topics you have no clue about. Make a new list of those, and research those.

Repeat a few hundred thousand times, and you'll be a pretty competant computer admin :)

BlackCell 03-10-2005 04:09 AM

...and if you want to selfstudy and get even certified have a look this:

http://www.lpi.org/en/lpic.html

it will provide you with objectives on what to learn but you can also use it as a personal guid to set objectives for things you want to learn.

I like 0pal_t0ad's method but risk is that as soon as you get it working than you leave it for what it is and you will not dive any deeper into it than necessary for you since it works and that was it. It all depends on you as how far you want to go... Linux is vast

morrolan 03-10-2005 08:44 AM

If you really are starting from the basics with the command line, I recommend http://linuxcommand.org , there is a tutorial on there to get you started and walk you through how to use the shell or command line.

It isn't difficult to begin, and the author explains things well and takes a steady learning curve, rather than the sudden near-vertical ones that many tutorials take.

brainiac 03-10-2005 09:16 AM

And become good friends with an editor you are comfortable with for changing configuration files.


All times are GMT -5. The time now is 05:56 PM.