LinuxQuestions.org
Visit Jeremy's Blog.
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 02-26-2007, 03:09 PM   #1
hyphae
Member
 
Registered: Jan 2007
Location: Atlanta
Distribution: Slack 11
Posts: 46

Rep: Reputation: 15
What's Next for a Noob?


Hi everyone,

So I've made the big transition from windows to linux a few months ago. Started out with SuSE, but wasnt satified. I read "if you want to use linux, try suse or mandriva; but if you want to learn linux, try slackware" Since I switched from SuSE to Slackware, it definitely has already been making the difference with new concepts and adventures in getting things to work and how they just that. A while ago, recompiling my kernel seemed like the biggest hill that I thought I would never climb over, but I did get over it astonashlying to my surprise. That was the biggest challenge I could think of, besides getting my video card installed. I have learned about a few of the most critical .conf files and how to work with them, especially that xorg.conf file. At first I thought the xorg.conf file was one of those random files that wasn't all that important, only for minor little things. Turns out, it's only of the most important files on my box. Without it, numerous things would fail work properly. It demands more respect than I thought initially.

With all that said, what's next? Can yall point out some interesting topics or concepts that every slacker MUST know and be familar with? I've heard of script writing, but haven't realyl checked it out yet. If someone could point out some areas of gray to shed light upon, that'd be great.

:edited for a major word misuse:

Last edited by hyphae; 02-26-2007 at 03:36 PM.
 
Old 02-26-2007, 03:21 PM   #2
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
Quote:
Originally Posted by hyphae
"if you want to use linux, try suse or mandriva; but if you want to learn linux, try slackware"
True, also Linux from Scratch.
I'd suggest you try: checkinstall, slackbuilds and rolling your own custom packages.
Here's a nice url: http://slackwiki.org/Category:Tutorials for some ideas.
Come to #slackware on irc.oftc.net
Have fun!
 
Old 02-26-2007, 03:33 PM   #3
hyphae
Member
 
Registered: Jan 2007
Location: Atlanta
Distribution: Slack 11
Posts: 46

Original Poster
Rep: Reputation: 15
Quote:
True, also Linux from Scratch.
I'd suggest you try: checkinstall, slackbuilds and rolling your own custom packages.
Here's a nice url: http://slackwiki.org/Category:Tutorials for some ideas.
Come to #slackware on irc.oftc.net
Have fun!
Sure, man! I'll be there!!

Thanks for the link and the idea about rolling my own custom packages. That definitely sounds like something interesting and powerful, something that could simplify things for me. Good man.
 
Old 02-26-2007, 04:55 PM   #4
pdw_hu
Member
 
Registered: Nov 2005
Location: Budapest, Hungary
Distribution: Slackware, Gentoo
Posts: 346

Rep: Reputation: Disabled
compile your own (tweaked/stripped down) X - real good fun.
 
Old 02-26-2007, 06:30 PM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
For great guide on scripting (Bourne-compatible):

http://tldp.org/LDP/abs/html/

google for more

Quote:
Originally Posted by pdw_hu
compile your own (tweaked/stripped down) X - real good fun.
Yup, about as fun as drinking a bottle of tabasco sauce.

Last edited by H_TeXMeX_H; 02-26-2007 at 06:32 PM.
 
Old 02-27-2007, 12:56 AM   #6
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
as far as scripting is concerned...
before you jump into the advanced tutorial
you might want to familiarize yourself with
the gnu commands if you haven't already
http://www.linuxdevcenter.com/linux/cmd/
and read through the basic tutorial
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/

tldp.org has many nice tutorials
skim through it until you find something interesting
 
Old 02-27-2007, 03:31 AM   #7
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
check my signature
 
Old 02-27-2007, 12:04 PM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

First, 'Welcome to Slackware'!

Now, check my sig for some good online reference.
 
Old 02-27-2007, 12:32 PM   #9
d-ra
LQ Newbie
 
Registered: Jul 2006
Posts: 6

Rep: Reputation: Disabled
Quote:
At first I thought the xorg.conf file was one of those random files that wasn't all that important, only for minor little things.
Looks like you work with GUI programs. So a "next step" is maybe to learn console programs for your daily work. Try the mutt mail client! Or lynx / links as browser. lftp for FTP. Irssi as IRC client.

Did you set up a second box with slackware? Yes ... so try ssh. It makes really fun. You will be able to run every console program remote!

Did you configure sendmail? Did you use a smarthost? Configured virtual users?

fetchmail for POP3 access to your eMails would be the next logical step. Of course with SSL encryption!

Tried the Apache Webserver?

Run bind in your local network.

Try to install programs with ./configure / make / make install

Learn to write bash scripts.

Write your own slackbuild scripts for programs not included in the distribution!

Learn C.

Write programs on your own!
 
Old 02-27-2007, 02:15 PM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by d-ra
Learn C.

Write programs on your own!
C is useful ... but I must say also such a pain to program in. I would recommend python first, because it's easier to learn and use. And then maybe after a while you can learn C, just know that it will not be easy.
 
  


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
please help noob irish rebel *BSD 2 01-16-2005 12:53 PM
noob with a noob question phoonerorlater Linux - Newbie 2 09-29-2004 03:43 PM
3 Noob Quetions From A Noob DaveyB Slackware 20 08-11-2004 08:00 PM
Firewall help (noob really really huge noob) ProtoformX Linux - Networking 1 03-29-2004 12:19 AM
Complete noob question from a noob noob_hampster Linux - Software 2 09-04-2003 12:03 AM

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

All times are GMT -5. The time now is 08:43 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