LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-30-2005, 11:38 AM   #16
etrumbo
Member
 
Registered: Apr 2005
Location: Michigan, USA
Distribution: Slackware
Posts: 39

Rep: Reputation: 16

When I got serious about Linux in 1997, the best one-stop source for information was the Linux Documentation Project (I can't say that's true anymore, many of those HOWTO's and mini-HOWTO's that are still being distributed are or more interest to historians and archaeologists than newbies these days.) '--help', man pages and other online docs filled in the gaps.

As for books, I've always had a few around, but I stick to books on very broad, general topics like UNIX itself or language references. Any overpriced book/CD bundle dealing with KDE/Gnome or any other specific product will be obsolete before the bindling glue is dry. To learn about specific things I go to a product's URL and to solve specific problems I go to general forums like this one.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-30-2005, 11:42 AM   #17
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Quote:
i would really like to get to know linux from the bottm up
For this purpose I do recommend "Bootdisk-HOWTO", found on tldp.org , or somewhere in "/usr/doc/Linux-HOWTOs". This document will help you to "construct" your own Linux distro It describes HOW Linux works.
 
Old 05-30-2005, 01:57 PM   #18
caleb star
Member
 
Registered: Nov 2003
Location: Blankette Blankolina
Distribution: Blank Linux
Posts: 107

Original Poster
Rep: Reputation: 15
Wow!! (Im definitely saving these forum pages ) thanks everyone I really appreciate all of the well explained answers the advice and direction, you guys make slackware worth the go just cause your all so nice. It feels secure to be in the company of people who know what they are doing.
 
Old 05-30-2005, 03:58 PM   #19
unixfool
Member
 
Registered: May 2005
Location: Northern VA
Distribution: Slackware, Ubuntu, FreeBSD, OpenBSD, OS X
Posts: 782
Blog Entries: 8

Rep: Reputation: 158Reputation: 158
I started when I was in college and was taking a C++ class. We were using Borland software in a DOS environment to code. I wanted to be able to test what I did in class at home and tweak things in my off time, but didn't want to buy Borland software, so I ordered some Linux CDs from Walnut Creek and bought a Linux book. It happened that the Linux book harped on Slackware quite a bit so installed v3.3 that I got from the CD order.

While I ended up buying Borland C++ software to compile in a Windows environment, I never let go of Linux. To this day, I still use Slackware. I've removed the distro for short periods of time to try other distros but always ended up reinstalling Slackware. Now, I've multiple machines and always have at LEAST one Slackware install on hand.

So, while I still can't code all that well, I can admin the hell out of a *nix machine!

I've learned that the main source of documentation is always on the install itself:

manual pages
/usr/doc
/usr/src/linux/Documentation
command --help

From there, there are the applications' home pages, which usually have much documentation (and some like MySQL's home pages have actual knowledgebases).

Also, just flatout use Google. I don't even go to www.google.com/linux. I just go to www.google.com and enter any error messages or whatnot. Not finding what you want? Fine-tune the keywords, look in cached pages, click on the "repeat the search with the omitted results included" link and try the "similar pages" links. Try EVERYTHING. Don't give up!

There are TONS of resources on the internet. Use them...that's why they are there.

My next step usually involves going to local and online bookstores. I've a huge library of many computer-based books. Not everyone can afford to buy a few $40-50 books a month, though.

Next, try forums and newsgroups. Also, try IRC. Try these resources last though. Many forums, newsgroups and IRC channels will filter out requests for information if its obvious that a person hasn't done his own research to help himself before asking for help online. I'm a firm believer in having new people RTFM...after all, someone went through the effort of creating manual pages for the purpose of helping administrators. R'ingTFM also helps the newbie (and the guru) in the end by educating them outright, and in the process of R'ingTFM, you may absorb other information that may help you in the future. Only when you feel you've tapped out all available resources should you go online and ask for help...but that's just my opinion.

Last edited by unixfool; 05-30-2005 at 04:12 PM.
 
Old 05-31-2005, 08:10 PM   #20
Waggs
LQ Newbie
 
Registered: Feb 2003
Location: SC
Distribution: Slackware, Zenwalk, Mepis
Posts: 16

Rep: Reputation: 0
I am still just playing, but getting more serious. i started with Mandrake 7.x, dual boot. Got frustrated with that, took an old P1, 120 laptop and just went for it with Slack until I got it to work. I used man pages, linuxquestions, yahoo linux, solaris, bsd chat, and a few books. Mostly I just played and broke things until I figured it out. Now I only use Win at work (law firm) and to play games or deal with web sites that insist on using active x. I use Minislack on my laptop (PIII 650 celeron) and slack-current on my desktop(A64 3200).
 
Old 05-31-2005, 08:27 PM   #21
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Rep: Reputation: 30
I owe my entire (small yet present) knowledge of linux to slackware.

I was using FC2 and at some other message board someone said it is the "Windows XP of linux" so I promptly started looking for a new distro. I don't know how or why I decided on slackware, but my first two hours with slackware taught me more than I had "learned" with a week on FC2.
 
Old 05-31-2005, 09:57 PM   #22
caleb star
Member
 
Registered: Nov 2003
Location: Blankette Blankolina
Distribution: Blank Linux
Posts: 107

Original Poster
Rep: Reputation: 15
qoute:
__________________________________________________________________________
I was using FC2 and at some other message board someone said it is the "Windows XP of linux" so I promptly started looking for a new distro.
___________________________________________________________________________

That's hilarious ...... Ive been looking over the installation process of slack and I think Im ready to burn the iso's and go for my first installation, Im going to be checking out every advised resource that I can to acquire a very solid knowledge of the linux file system......Now that I think of it one of the pages I studied was made by some dude named "Grogan" and he mentioned expanding the size's of ( /home/, /usr/, /bin/...........(just as an example) during installation, although i have read it through I think it is still a little unclear to me why one would have to do this????

Last edited by caleb star; 05-31-2005 at 09:58 PM.
 
Old 05-31-2005, 10:53 PM   #23
piratePenguin
Member
 
Registered: May 2005
Location: Ireland
Distribution: Slackware
Posts: 42

Rep: Reputation: 15
I started using GNU/Linux just over a year ago. I was hearing random stuff about it on the internet, didn't have a clue what it was or anything. Then one day I was at Easons (bookstore), browsing through the computer books and I ended up buying a "Linux Complete" book, mainly because there was no other decent books in, and I wanted to know what this "Linux" was.

So I started reading through it, learning the commands and all. I couldn't get my hands on a GNU/Linux distribution because I was on ISDN (64k dialup) and broadband wasn't available in my area.

Anyhow, not so long later, I got a MandrakeMove livecd free with a PC live magazine. My computer at the time was a PIII 500mhz with 128mb ram and a 20gb harddrive running Windows 98. MandrakeMove, surprisingly, ran very well on it. I got used to using GNU/Linux with the help of my book, some random stuff on the internet, and MandrakeMove.

I got my older brother to download Mandrake 10.0 Community in college for me, and I replaced Windows 98 with it.

So that's how I got into it

I now use Slackware, and I learned most of what I know about GNU/Linux from it.


Whenever I want to learn something, I usually search for a HOWTO and check the manpages sometimes. But for stuff I can't find or for simpler stuff, I just ask in IRC (##slackware and ##linux (et al) of freenode).

Last edited by piratePenguin; 05-31-2005 at 10:58 PM.
 
Old 05-31-2005, 11:38 PM   #24
nick_th_fury
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Slackware, NetBSD
Posts: 151

Rep: Reputation: 23
First experience was with a book called "The Linux Bible".
Bought it sometime around mid 90's. I was running Dos5 at the time.
It was called Yggdrasil linux & it was very cool. Used it for word processing & such.
Had to actully write my own driver for the #9gxe video card in my pc to get it all to work right.
That was a learning curve, but it was alot of fun.
Then came NT3.5 & win95, so off I went & didn't use linux again.
Used RMX, AIX & macos at work (printer), NT at home.
In my minds eye linux was still that same old software, since I never kept up with how far it had come. Untill a friend of mine was telling me a few years back just how good it had become.

So I installed Suse 8 and was very impressed. Learned to really like linux, but didn't like yast or rpms. So I switched to Slackware 9.0. Now I'm hooked. What a great OS.

Last edited by nick_th_fury; 05-31-2005 at 11:40 PM.
 
Old 06-01-2005, 11:49 AM   #25
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Quote:
First experience was with a book called "The Linux Bible".
My "linux bible" was about RH7... very good That's my first and the only book about Linux I have so far.
Now when I know that HOWTOs contain a lot more info, I don't think I'll buy another one.
But it helped me much to start with Slackware10.0.
 
Old 06-01-2005, 12:36 PM   #26
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Books are under-rated. Having information you can read anywhere is a great benefit.

The two I started out with were very helpful. The first is Running Linux (O'Reilly with a cowboy on a horse), and the second is Linux System Administration by Marcel Cagne. Neither is Slackware specific and the information can get dated, but they both provide a good overview of what you can do with Linux and what problems you are likely to encounter.
 
Old 10-14-2011, 12:16 AM   #27
ksreenath
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
Really Helpful

Your responses were really helpful. Thanks.
 
Old 10-14-2011, 05:29 AM   #28
ringwraith
Senior Member
 
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272

Rep: Reputation: 65
Wow, holy thread resurrection Batman...
 
Old 10-14-2011, 06:42 AM   #29
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I started learning Linux after I downloaded and installed Slackware for the first time about 9 years ago. I had dabbled in SuSE, Mandrake, and Red Hat but were very unimpressed at what they offered. Red Hat required registration to get updates and they used a very Microsoft-like registration system where you couldn't reinstall if you wanted to without re-signing up for a fee. Mandrake never worked right and SuSE was just too complex. I tried Slackware and loved it and have ever since.
 
Old 10-14-2011, 07:42 AM   #30
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
linuxquestions.org
google.com
Slackware
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to start for learning linux programming. joelloh Programming 5 07-20-2011 12:37 PM
How to start learning Embedded Linux ? indian Linux - Newbie 5 06-03-2008 04:35 AM
best cpu to start learning linux? 345am Linux - Newbie 6 12-04-2005 01:58 AM
I Want To Start Learning Red Hat Linux From Scratch freebeeinmood Linux - Newbie 5 03-11-2005 09:41 AM
Where to start learning about real Linux programming. JoeLinux Programming 5 05-19-2002 03:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:38 AM.

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