LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-01-2004, 05:44 PM   #1
F1_help
LQ Newbie
 
Registered: Jul 2004
Posts: 19

Rep: Reputation: 0
Understanding Linux (need some books)


Hi all, n00b here,

I like to learn some linux, I have never ever used linux. So I am a total newbie to linux

Please recomend me some good books. basically all the sugestions are welcome.
I need a good strong start on linux.


thanks for your time
 
Old 07-01-2004, 05:51 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
This may make a good start. Running Linux 3rd Edition
http://www.hk8.org/old_web/linux/run/index.htm

Here is another book that you can read on the web: Linux Unleashed.
http://prognosis.lib.ece.ntua.gr/dim...ion/ewtoc.html

You system may provide documentation. Run the command
find /usr -iname "index.htm*" to locate the starting pages of html documentation that you may have installed.

You may also want to read books or documentation on the following:
bash, sed & awk, perl, networking, linux security.

If you are a programmer, you would be interested in the gcc and g++ compilers.

If you are a student, you may want to look in the /usr hierarchy for the texmf subdirectory. You may need to use 'latex' to produce papers.

Good Luck!

Last edited by jschiwal; 07-01-2004 at 06:08 PM.
 
Old 07-01-2004, 05:53 PM   #3
marlor
Member
 
Registered: May 2004
Distribution: Slackware C
Posts: 274

Rep: Reputation: 30
hi

this should keep you busy for awhile:
www.icon.co.za/~psheer/book/index.html


well google does the job for you actually, in the time you submitted your post you could have gotten tons of answers to your question from google.


good luck
 
Old 07-01-2004, 05:54 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
hi F1_help, welcome to lq. here are some good online references

http://linux-newbie.sunsite.dk/index.html

http://www.icon.co.za/~psheer/book/index.html

hope that helps.
good luck.
 
Old 07-01-2004, 09:14 PM   #5
Reefcrazed
Member
 
Registered: May 2004
Distribution: Debian Stretch
Posts: 144

Rep: Reputation: 15
Quote:
Originally posted by marlor
hi

this should keep you busy for awhile:
www.icon.co.za/~psheer/book/index.html

Jesus Christ Marlor that is an incredible read. That document is better than the $300 of Linux books i purchased. It tells me the things i WANTED to know without all the crap i did not want to know. Glad i happened into this thread.
 
Old 07-01-2004, 09:25 PM   #6
marlor
Member
 
Registered: May 2004
Distribution: Slackware C
Posts: 274

Rep: Reputation: 30
i am happy to hear that you found what you wanted.

people around here are very friendly and helpfull. although i am a noob myself i also try to help out here and there.

good luck with learning
 
Old 07-01-2004, 09:29 PM   #7
Reefcrazed
Member
 
Registered: May 2004
Distribution: Debian Stretch
Posts: 144

Rep: Reputation: 15
Even though i know nothing about scripting is kinda broke it down easier. I still have no friggin clue what alot of it means, i stopped programming in gwbasic, lol.
 
Old 07-01-2004, 09:34 PM   #8
darthtux
Senior Member
 
Registered: Dec 2001
Location: 35.7480° N, 95.3690° W
Distribution: Debian, Gentoo, Red Hat, Solaris
Posts: 2,070

Rep: Reputation: 47
Take a look at the resources in my sig Also check out the Linux Documentation project http://www.tldp.org
 
Old 07-01-2004, 09:35 PM   #9
Reefcrazed
Member
 
Registered: May 2004
Distribution: Debian Stretch
Posts: 144

Rep: Reputation: 15
I would be alot happier with myself and Linux if i could recompile the kernel without killing it every time.
 
Old 07-02-2004, 06:06 AM   #10
F1_help
LQ Newbie
 
Registered: Jul 2004
Posts: 19

Original Poster
Rep: Reputation: 0
Thanks for the links above, and for advices.
but this link seems broken
www.icon.co.za/~psheer/book/index.html
 
Old 07-02-2004, 08:04 AM   #11
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
works here mate. maybe you've got a browser issue.
 
Old 07-02-2004, 12:54 PM   #12
n0b1x
LQ Newbie
 
Registered: Mar 2004
Location: US
Distribution: RedHat 9, Gentoo, Suse 9.1
Posts: 17

Rep: Reputation: 0
I don't know if you are like me, but I am a book junky. However, I have found if I spend enough time searching on the web and learning how to use google; I can find what I am looking for and some great documenation for future reference along the way. Plus, I save a whole bunch of money.

I find books are very good for general problems or questions, but when you start diving into the really fun and hair tearing stuff you want more specific answers to questions.

With all that said, I find O'reilly's book very well written, and their website has a lot of articles based on the books.
 
Old 07-02-2004, 01:08 PM   #13
n0b1x
LQ Newbie
 
Registered: Mar 2004
Location: US
Distribution: RedHat 9, Gentoo, Suse 9.1
Posts: 17

Rep: Reputation: 0
Found some links in my bookmarks which might be helpful.

http://howtos.linux.com/howtos/HOWTO-INDEX/index.shtml

http://bsrf.org.uk/tutorials.php/id/47

http://howtos.linux.com/howtos/HOWTO...tegories.shtml

http://www.hk8.org/old_web/
 
Old 07-07-2004, 04:24 PM   #14
F1_help
LQ Newbie
 
Registered: Jul 2004
Posts: 19

Original Poster
Rep: Reputation: 0
I thank all of you for the replies.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Understanding Linux goodies - II barelurker Linux - Newbie 16 03-25-2004 12:07 PM
Understanding Linux Groups JCScoobyRS Linux - General 3 12-16-2003 10:42 PM
understanding the linux kernel rsingh Linux - Newbie 2 10-29-2003 01:49 PM
Understanding Linux better learninlinux LinuxQuestions.org Member Intro 1 10-03-2003 02:56 PM
Understanding Linux Terms icunow Linux - Software 5 09-24-2003 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration