LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-29-2006, 10:51 PM   #1
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
Please give ideas on what to use my spare linux server for...


Hey guys I have a spare serer in my room with FC6 on it.
Can you guys give me ideas on what to use it for?

Thanks,

nomb
 
Old 10-29-2006, 11:27 PM   #2
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
you could use it for one of the many distributed computing projects like Folding@Home. A good list of them can be found at:

http://www.distributedcomputing.info/projects.html

or if you have some spare bandwidth you can donate you might consider setting up a Tor node (tor.eff.org)

or you could cram it full of old hardrives and turn it into a nice NAS server.
 
Old 10-29-2006, 11:44 PM   #3
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
those are some cool things I'll probably do a few of them. I also have been running a tor server. I also wanted to make some sort of server that my friends can use for some purpose. Any ideas on that?
 
Old 10-30-2006, 12:24 AM   #4
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
sure you could set up a jabber or irc server and have a medium for private chats. On the same line but a little more advanced would be setting up a mud/moo/muck. If you wanted to really give them options you could create user accounts for them and then set up an SSH server (taking the apprioriate precautions to safe guard your server of course). SSH especially with X forwarding is extremely useful, and if set up correctly it can be quite safe. As a bonus once SSH is step up SFTP is pretty much ready to go too.

Have Fun
Freemor
 
Old 10-30-2006, 12:33 AM   #5
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
Very cool idea. Any suggestion on what I should use software wise?
 
Old 10-30-2006, 12:55 AM   #6
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
For which of the suggestions?

If you meant SSH, I'd suggest OpenSSH. It is a very popular and secure choice for an ssh server and thus I would not be surprised if there were RPM's readily available for it for your distro. Quite possibly either in your distro's repository or on the CD/DVD media.

for the Jabber server I'd just go with the latest jabberd for your distro www.jabber.org

on the IRC front the choices are numerous and I'd not have any opinion on what would best fit your needs.

for moo/muck/mush etc.. again lots of choices but I have found that pennmush is quite nice.

if you do set up an SSH server I'd suggest going with public key access as there is a lot of people on the net trying to brute force SSH servers. restricting your server to public key access only (although a little harder to initally set up) renders such attacks impotent. (basically the server will just tell them "I don't take passwords.. go away"). Also your friends would have to leak both their public key and the password to said key for a breach to occur. Of course if they leak either of the two the key should be changed as a safety precaution.

Have Fun
Freemor
 
Old 10-30-2006, 08:51 AM   #7
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
I tried looking for the moo/muck/mush and didnt find much on that. Do you happen to know a better way to find it then google moo/muck/mush? Also I had trouble with the Linux IRC client. I'm gonna try again on that one tho cause there has got to be one.

nomb
 
Old 10-30-2006, 09:19 AM   #8
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
for the Mud's (moo's muck's mush's) you might want to start here:

http://en.wikipedia.org/wiki/MUD

http://en.wikipedia.org/wiki/Category:MU%2A_servers

http://pennmush.org/

for irc servers you might want to google:

+linux +"irc servers"

or there is a list here that should get you started:

http://www.linux.com/howtos/IRC/servers.shtml


Enjoy
Freemor
 
Old 10-30-2006, 10:21 AM   #9
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
Is this a MUD?

http://en.wikipedia.org/wiki/Daimonin

If so I'd host one of these servers.
 
Old 10-30-2006, 12:21 PM   #10
Freemor
Member
 
Registered: Aug 2005
Location: New Brunswick
Distribution: Trisquel
Posts: 70
Blog Entries: 8

Rep: Reputation: 15
well that is more of a MMORPG (which is what muds grew into)

if you want to run one like that you'd need the "crossfire-server" for your distro and your friends would (of course) need the crossfire client.
 
Old 10-31-2006, 07:33 AM   #11
JimDog
Member
 
Registered: Aug 2003
Location: Colorado, USA
Distribution: Fedora Core
Posts: 100

Rep: Reputation: 15
I know it's probably the most boring of all choices, but I had a spare box and I put backuppc on it. Every night it goes through every computer on the network and does incremental (and once a week full) backups.

If you're in a dorm of some sort it could be used by your friends as well.
 
Old 10-31-2006, 06:41 PM   #12
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
Thats a cool idea. I could set up a vpn maybe to my friends computers and backup theirs too.

I have 500 gigs so I have to do something other than let it collect dust.
 
Old 01-15-2007, 07:14 PM   #13
Fizban_
LQ Newbie
 
Registered: Jan 2007
Posts: 1

Rep: Reputation: 0
Nomb, yeah that's what MUDs evolved into, a MUD Multi-User-Dungeon is a text based RPG. Despite the lack of graphics their still rather popular (I'm addicted to them, have hosted them in the past, and have been playing them since I was 9 years old.) They were originally created by Dr. Richard Bartle who has pretty much retired but does do occasional interviews today.
 
Old 01-16-2007, 06:52 AM   #14
CaptainInsane
Member
 
Registered: Nov 2003
Location: Peoria
Distribution: Fedora 8
Posts: 92

Rep: Reputation: 15
Everybody knows the best use of any linux server, is to host an Unreal
Tournament server. (UT99 GOTY).
 
  


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
Anyone, give me some ideas (PHP) Alexander.s Programming 2 05-22-2005 03:55 AM
Spare PC as server? st00 General 12 07-15-2004 04:05 AM
Give Me Your Ideas!!!! gsibble Linux - General 9 08-11-2003 12:29 PM
Please, give me some ideas for a new pc. aizkorri General 19 10-31-2002 03:25 PM
Spare parts.. setting up another server Beelzebub Linux - Hardware 6 06-02-2002 05:11 AM

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

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