LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-24-2003, 04:15 AM   #1
Kocil
Member
 
Registered: Feb 2003
Distribution: Redhat since 5.2, Slackware since 9.0, Vector since 4.0
Posts: 209

Rep: Reputation: 31
Need slackware configuration docs


Hi all.

I'm not so newbie on Linux, at least at Redhat.
But when I have to configure a slackware based server,
I'm a little bit lost inside the /etc.

Would you please tell me where to find
online documentation about slackware low level
configuration (directly editing something in /etc),
especially on networking, firewalling and service management ?

Thank you.
 
Old 05-24-2003, 07:37 AM   #2
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
If you are looking for an editor. There is, vi, vim, joe, jove, pico, emacs and many more.
To use one of these editor's from the command line, just type
#vim /etc/filename
 
Old 05-24-2003, 12:47 PM   #3
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
Have a look in :

/usr/share/doc/Linux-HOWTOs

Don't know that these are specific to slackware, however.

Also, have you looked here:

http://www.slackware.org/book/

regards...

Last edited by itsjustme; 05-24-2003 at 12:50 PM.
 
Old 05-24-2003, 04:43 PM   #4
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
GNU Midnight Commander "mc" is an excellent CLI filemanager with a built in text editor "mcedit".
 
Old 05-24-2003, 04:48 PM   #5
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
Am I confused??

I don't think Kocil is looking for an editor.

Quote:
Would you please tell me where to find
online documentation about slackware low level
configuration
 
Old 05-24-2003, 06:15 PM   #6
Kocil
Member
 
Registered: Feb 2003
Distribution: Redhat since 5.2, Slackware since 9.0, Vector since 4.0
Posts: 209

Original Poster
Rep: Reputation: 31
Yes, I'm not looking for an editor.
I'm looking for :
* what file should I edit if I want to configure something
* what command to start/stop a service.

For example on Redhat,
To change network setting I would do :
# vi /etc/sysconfig/network

If I want to add a service,
I would make a script at /etc/rc.d/init.d then
# chkconfig add the_service
# service the_service start

But I could not do the same thing on slackware.
Does slackware support sysinitv ???
 
Old 05-24-2003, 06:25 PM   #7
Kocil
Member
 
Registered: Feb 2003
Distribution: Redhat since 5.2, Slackware since 9.0, Vector since 4.0
Posts: 209

Original Poster
Rep: Reputation: 31
Itsjustme, your link help me a lot

http://www.slackware.org/book/index....urce=c623.html

It said slack uses BSD style init, and only support inisysv since 7.0.

I can understand which file to look for configuration now, but still a little bit confused about the content (long script inside).
Is there another documentation about this ?

Thank you.
 
Old 05-24-2003, 11:04 PM   #8
figadiablo
Member
 
Registered: Feb 2002
Location: Virginia USA
Distribution: Slackware, CentOS, Fedora
Posts: 342

Rep: Reputation: 30
Go into /etc/rc.d and read all of the rc.* script files. They are pretty self explanatory. The most importants I think are rc.inet1, rc.modules for example. Also in the /etc/ check inetd.conf, services and identd.conf for example. Just keep on reading and use google.com/linux a lot.

Good luck,
Figa
 
Old 05-26-2003, 03:12 PM   #9
Alan Hicks
LQ Newbie
 
Registered: Jun 2002
Location: Lizella Georgia
Distribution: Slackware
Posts: 7

Rep: Reputation: 0
Quote:
Also, have you looked here:

http://www.slackware.org/book/
slackware.org is currently a CNAME to slackware.com, and has no direct affiliation with The Slackware Linux Project. Please do not make references to slackware.org, as this may not always point to the desired location. Some cyber-squatters took it before Pat and Co. could, and refuse to relenish it, even though they forward it all to slackware.com.
 
Old 05-26-2003, 06:42 PM   #10
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
I did not know that.

I compared the .com to the .org, and they appear to be exactly the same.

What's a CNAME and what are the implications?

What does this mean:
Quote:
...even though they forward it all to slackware.com.
Thanks...
 
Old 06-18-2003, 11:47 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally noted by ZoneEdit FAQ
# What is a "CNAME" record?

"CNAME" records, short for "Canonical Name", create an alias from a domain name to another. You could create an alias from "yahoo.mydomain.com" to "www.yahoo.com", and every reference to "yahoo.mydomain.com" would go to the other location, regardless how yahoo changed their IP addresses! Be careful, however; CNAMEs won't work everywhere. If you create an MX record, and the name used for the mail server was defined using a CNAME, you might lose e-mail!


HTH

Cool
 
  


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
Slackware 10.1 + SSH Configuration Robert154 Linux - Networking 4 08-26-2005 10:01 PM
php configuration on Slackware 10 reddazz Programming 3 08-21-2004 02:07 PM
slackware x configuration ericfx Linux - Newbie 15 07-22-2004 02:26 PM
Slackware kernel configuration devhdc Linux - Software 6 09-12-2003 03:53 PM
Slackware Docs/help pages mythology Slackware 2 12-13-2002 07:50 PM

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

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