LinuxQuestions.org
Help answer threads with 0 replies.
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 07-27-2008, 02:29 PM   #1
IwannaSlack
Member
 
Registered: Jul 2008
Location: Maryland
Distribution: Failing at Linux
Posts: 125

Rep: Reputation: 15
Cool Slackware Server?


If I wanted to created a server with slackware were would I start? What options do I have running slackware with intent on making one of my machines used for a server.
 
Old 07-27-2008, 02:42 PM   #2
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Rep: Reputation: 45
Quote:
Originally Posted by IwannaSlack View Post
If I wanted to created a server with slackware were would I start? What options do I have running slackware with intent on making one of my machines used for a server.
What kind of server? Web, FTP, SMTP/POP3/IMAP, DNS, File (Samba/NFS), git/Subversion/CVS, Teamspeak? There's an abundance of possibilities.

Slackware works very well as a server. Just install it without the KDE stuff, and you should be good to go.

If you want any help beyond that, you should probably expand a bit on your question.

/Thomas
 
Old 07-27-2008, 02:59 PM   #3
IwannaSlack
Member
 
Registered: Jul 2008
Location: Maryland
Distribution: Failing at Linux
Posts: 125

Original Poster
Rep: Reputation: 15
Question

Quote:
Originally Posted by TL_CLD View Post
What kind of server? Web, FTP, SMTP/POP3/IMAP, DNS, File (Samba/NFS), git/Subversion/CVS, Teamspeak? There's an abundance of possibilities.

Slackware works very well as a server. Just install it without the KDE stuff, and you should be good to go.

If you want any help beyond that, you should probably expand a bit on your question.

/Thomas
so by also having the kde I can not run an effective server ?
 
Old 07-27-2008, 03:02 PM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
No. What he's saying is that for a server you don't need a desktop environment and KDE will just use resources unnecessarily. The best way to administer the server is from a desktop client remotely.
 
Old 07-27-2008, 04:39 PM   #5
IwannaSlack
Member
 
Registered: Jul 2008
Location: Maryland
Distribution: Failing at Linux
Posts: 125

Original Poster
Rep: Reputation: 15
Wink

Quote:
Originally Posted by XavierP View Post
No. What he's saying is that for a server you don't need a desktop environment and KDE will just use resources unnecessarily. The best way to administer the server is from a desktop client remotely.
I am still very new to Slackware / the Linux world but is this software free ? Were can I locate it and if its was running on a high end system will the recourse usage be so significant that I could not also use the KDE? What are the benefits of not using the KDE versus using it.
 
Old 07-27-2008, 05:25 PM   #6
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Installing X just adds possible security flaws that can be exploited. If I were to run a server, I would not install anything in the x/ or xap/ series (or the kde/ or kdei/ series) when installing Slackware. It is safer to not have X installed (and since X takes up a fair amount of room, it will save resources as well). What XavierP is saying is that you should be able to administer the server remotely using another PC (that can have X safely installed since it's not acting as a server), providing the best of both worlds.
 
Old 07-27-2008, 05:41 PM   #7
IwannaSlack
Member
 
Registered: Jul 2008
Location: Maryland
Distribution: Failing at Linux
Posts: 125

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by T3slider View Post
Installing X just adds possible security flaws that can be exploited. If I were to run a server, I would not install anything in the x/ or xap/ series (or the kde/ or kdei/ series) when installing Slackware. It is safer to not have X installed (and since X takes up a fair amount of room, it will save resources as well). What XavierP is saying is that you should be able to administer the server remotely using another PC (that can have X safely installed since it's not acting as a server), providing the best of both worlds.
That was alot more clearer but now I have another question is there a utility so to speak that will enable me to do this ? Like how windows has remote desktop? Is there something that comes built in one of the packages or something?
 
Old 07-27-2008, 05:45 PM   #8
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Just about all distros have a remote desktop app in the desktop manager. Often it is rdesktop - similar to the one you will find in Windows. If there isn't that app, SSH is usually installed by default. Or you could install VNC.
 
Old 07-27-2008, 05:47 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
ssh (installed by default) works nicely for me. For database maintenance there are always utilities like phpmyadmin. I'm the kind of person that likes the command-line, so ssh is fine for me. If you want more graphical solutions you'd have to wait for someone else (there is always a VNC client, but since X isn't installed it wouldn't work so well -- unless you installed X anyway, of course).
 
Old 07-27-2008, 11:27 PM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Okay so you want some of the neat GUI tools that comes with KDE or the other popular desktops. Here's what you do, install KDE, install Xorg and everything but when you want to launch one of those X applications, just make sure to ssh with X forwarding on your Linux desktop machine to your remote server and run the application that way. It'll eliminate you from having to run X on the server to take away resources that can be allocated to the things be "served" since that's what you want, a server.
 
Old 07-28-2008, 12:30 AM   #11
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,
Quote:
Originally Posted by IwannaSlack View Post
If I wanted to created a server with slackware were would I start? What options do I have running slackware with intent on making one of my machines used for a server.
You could look at 'Linux Home Networking' to get some idea as to what you should be doing.

This link and others are available from 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 07-28-2008, 03:47 PM   #12
geek745
Member
 
Registered: Jul 2004
Location: Alton, IL
Distribution: Linux Mint; Slackware; Ubuntu; Slax
Posts: 172
Blog Entries: 2

Rep: Reputation: 34
Personally, I think that if a piece of server software requires a GUI, the developers should have been smart enough to make a local GUI that contacts the server securely to administer it. Otherwise, it should be command-line all the way.

Think about the MySQL Query Browser and Database Adminstrator - that's all local GUI that connects to the server; or phpMyAdmin - a php-based MySQL administration tool, which is graphical via web and connects to the server (while not being a part of the server software itself).

Otherwise, use a secure transport (sftp/scp) to move your configuration files around (and again, edit with your local GUI), or just edit them in-place via SSH terminal and some classy command-line text editor (vim for me, maybe emacs/nano/pico for you; they all have syntax hilighting of some sort, and often recognize configuration filetypes better than other more common editors)

To make Slackware a server, just build the server software you wish to run from source on your machine, with your options, and fire them up! Make sure you build some security into the system - running X is not a good idea as that implies using a server as a "workstation" - I have it installed for administrative purposes (I have physical access to my server) but SW boots into runlevel 3, which is multi-user, no GUI so X is never running unless I login and startx. Another security point is your user accounts and network connectivity to them; another is file permissions; another is a firewall - just configure whatever server software you run to the death - read about its known vulnerabilities and take the safest workaround you can achieve.

Plenty of SW servers are out there - hope you can get it to run what you need!
 
Old 07-30-2008, 07:33 AM   #13
IwannaSlack
Member
 
Registered: Jul 2008
Location: Maryland
Distribution: Failing at Linux
Posts: 125

Original Poster
Rep: Reputation: 15
Well here is another factor in this equation the server is not solely just going to be used by me infact it is more going to be used by my cousin and her friend. Here are the problems we are looking into more "inexpensive" ways to have a flexible yet good server. My sister and friend did not even hear about Linux until I told them about it a few days ago. They thought my KDE was windows. Although my knowledge is "extremely" limited I have you guys support so I feel that potentially I can pick up on stuff because i'll just keep posting. But how I am going to explain it to them ? When I am still even trying to get drivers to my Slackware system up and running.
 
Old 07-31-2008, 02:27 AM   #14
geek745
Member
 
Registered: Jul 2004
Location: Alton, IL
Distribution: Linux Mint; Slackware; Ubuntu; Slax
Posts: 172
Blog Entries: 2

Rep: Reputation: 34
Just be patient with yourself and them - remember some of the key sites for information, including the vendor itself (slackware's slackbook is a bit outdated but still good for foundational principles of the linux os; apache, php, mysql, whatever server software you're running), and community sites like lq and the Linux Documentation Project (http://www.tldp.org/). Finally, remember that Google and Wikipedia are your friends

When I'm explaining something, I often have to use an analogy, or re-state the concept in another manner, or with a different approach. Also, people may not need another understanding, but more time to think about it - again, patience.

Good luck!
 
Old 07-31-2008, 06:04 PM   #15
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,

I would also point you too 'SlackwareŽ Basics' and 'SlackWiki Project'.

These links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
 
  


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 server eddygrinder Slackware 6 07-12-2008 02:17 PM
Slackware 12 server TL_CLD Slackware 3 01-17-2008 12:30 AM
Server with slackware Goggen Slackware 8 02-17-2003 02:19 PM
slackware x server nakkaya Slackware 1 01-29-2003 06:32 PM
X Server under Slackware 8.1 bestiuta Linux - Hardware 1 12-12-2002 07:56 AM

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

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