Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-29-2004, 08:30 AM
|
#1
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Rep:
|
Setting up a FTP server and Game server
Hi all,
I need a real expert to tell me how to setup a FTP and a Game server on Slackware Linux. I heard Slackware is the best distro to setup a server.
Can someone tell me what programs I need to download and manuals or step-by-step instructions? I've searched everywhere and still get nothing.
I hope to hear from you ASAP.
Thanks,
Spyiish
|
|
|
10-29-2004, 08:32 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
step by step instructions for a "game server" ?? any network based game that can run sa linux server, will have it's own operational procedures... you're question is extremely vague...
as for an ftp server, just install proftpd or such like and read their documentation.
|
|
|
10-29-2004, 08:55 AM
|
#3
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
For the FTP server, where do I download this program? Is there a site I can download it? Will it be secure enough?
Cheers,
Spyiish
|
|
|
10-29-2004, 08:59 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
|
|
|
10-29-2004, 09:10 AM
|
#5
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
Is that the only program that offers good ftp reliability and security?
|
|
|
10-29-2004, 12:27 PM
|
#6
|
Member
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230
Rep:
|
There is also vsftp, which Pat will be using as the default ftp server in future Slackware releases.
FWIW I have a Call of Duty and Medal of Honor server running on a Slackware machine, so I may be able to help if you have any questions.
|
|
|
10-30-2004, 02:00 AM
|
#7
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
Quote:
Originally posted by blk96gt
There is also vsftp, which Pat will be using as the default ftp server in future Slackware releases.
FWIW I have a Call of Duty and Medal of Honor server running on a Slackware machine, so I may be able to help if you have any questions.
|
Hi,
I have alot of questions to ask you. But first, how do you set up a FTP server? Which FTP program is good and secure and reliable? I tried many times to work proftpd, but I dont know how to.
Cheers
|
|
|
10-30-2004, 02:51 AM
|
#8
|
Member
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230
Rep:
|
Did you do a full Slackware install? If so, open up the /etc/inetd.conf file(as root), and then uncomment the line to start proftpd. Then restart inetd using the following command:
Code:
/etc/rc.d/rc.inetd restart
If there is something not working like you would want it to, you can probably change it in the configuration file, which is located at /etc/proftpd.conf. Then restart inetd again by using the command above.
If you did not do a full install of Slackware, go to www.linuxpackages.net and do a search for proftp and download and install it.
|
|
|
10-30-2004, 02:59 AM
|
#9
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
I've done a full install of slackware linux on my system. I have a total of 4 cds. I've got everything working... but when u told me to open up /etc/inetd.conf, which line do I uncomment out? Sorry, you didnt tell me which one. Im a newbie to slackware, so.... I will try to understand everything you tell me.
By the way, how do u uninstall a package that u have installed?
Cheers,
Spyiish
|
|
|
10-30-2004, 03:07 AM
|
#10
|
Member
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230
Rep:
|
There should be a line like this around line 28(that is what line it's on in mine):
Code:
#ftp stream tcp nowait root /usr/sbin/tcpd proftpd
Delete the # and then restart inetd.
To remove the package if the package was a Slackware package(a .tgz extension), just use this command:
Code:
removepkg packagename.tgz
Also, what program are you using to edit the files? Are you using a command line or graphical editor?
|
|
|
10-30-2004, 03:17 AM
|
#11
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
I use pico, I dont use other ones. You have a graphical one that I could use? Its my first time using Slackware, dont know which one is better.
I'll try those now.
|
|
|
10-30-2004, 03:22 AM
|
#12
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
I've downloaded proftpd from the site. Do u think I shud remove the package since I've got one preinstalled?
|
|
|
10-30-2004, 03:30 AM
|
#13
|
Member
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230
Rep:
|
~
I was going to suggest using vim actually. I've never used pico, so I can't really comment on it. If you want to give vi(m) a try, here's what I would do to get it the most user-friendly.
Use the following command to delete the vi symlink that's there by default(it points to the editor joe if I remember right):
Then use this command to make vi a symlink to vim(this is not necessary, but I'm lazy and don't like typing the 'm'):
Code:
ln -s /usr/bin/vim /usr/bin/vi
Now what I always do to get a good working config file for vim is copy the default one that came with it to your home directory(and any other users home directory that you want to use vi in):
Code:
cp /usr/share/vim/vim63/vimrc_example.vim ~/.vimrc
Now you can try vi out and see how you like it. To get into insert mode, hit the 'i' key. To exit out of insert mode and back to command mode, hit escape. If you want to save without exiting, type in a colon and then a 'w'(ie :w), and then hit enter. To save and exit, type in a colon and then 'wq'(ie :wq). To exit without changing, type in a colon and then 'q!'(ie :q!).
vi is much more powerful then this, and these are just a very minimal set of commands for basic editing. If you find you like vi, or just want to see more of what it can do, I would suggest going through the tutorial. Just copy the /usr/share/vim/vim63/tutor/tutor file to your home directory and then have at it.
Last edited by blk96gt; 10-30-2004 at 03:33 AM.
|
|
|
10-30-2004, 03:35 AM
|
#14
|
Member
Registered: Jun 2004
Location: Nacogdoches, TX
Distribution: Ubuntu 7.04
Posts: 230
Rep:
|
Did you compile it from source or use a Slackware package?
|
|
|
10-30-2004, 03:41 AM
|
#15
|
Member
Registered: Aug 2004
Location: Australia, Melbourne
Distribution: Slackware 10
Posts: 105
Original Poster
Rep:
|
Quote:
Originally posted by blk96gt
Did you compile it from source or use a Slackware package?
|
I've cmpiled it from the source. I didnt know ftp was installed, so I DL from www.proftpd.org and installed it. SO wat do I do? Remove it?
|
|
|
All times are GMT -5. The time now is 06:52 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|