| An old computer these days is no longer a | | | | relatively trivial for someone to create a web |
| completely useless system. In fact, even though I | | | | server. This will give you the ability to create your |
| might upgrade my main computer every couple | | | | own websites in house before you distribute them |
| of years, I usually take ten to fifteen years | | | | to the world or you can simply use it as an |
| before I completely remove it from my home | | | | intranet site to keep your busy family in touch. |
| network and send it to that great LAN in the sky! | | | | Here are a few tutorials on setting up a web |
| Here are ten twelve uses that I have discovered | | | | server: |
| for that more "experienced" computer system! | | | | * Setting up a local web server in Debian Linux |
| And once you have read through the article and | | | | * The Apache Web Server |
| decided which exciting project you want to do, | | | | * Ubuntu 7.04 (Feisty Fawn) LAMP Server Setup |
| make sure you let us know by voting in the poll! | | | | * Quick Linux Server |
| Firewall/Router | | | | SSH/SCP Server |
| This was the very first use I had for an older | | | | SSH and SCP provide you with a lot of very |
| computer. I grabbed an old 286, installed a couple | | | | powerful abilities so that you can remotely access |
| of network cards, and the latest version of | | | | your network and copy files securely. One of the |
| FREESCO and suddenly every computer in my | | | | best ways is to set up a FreeNAS box, enable |
| house had Internet access without having to keep | | | | SSH and then connect to it using an SCP client |
| my main system running or without having to buy | | | | such as WinSCP to transfer files or PuTTY for |
| an expensive (at the time) dedicated router | | | | accessing your network. |
| firewall device. | | | | Anti-Spam Server |
| Not to mention that I learned a ton about Linux | | | | We all hate spam. So, use your old computer to |
| through this process! | | | | get rid of it! By using SpamAssassin on a Linux |
| Here is a list of some Linux distributions and tools | | | | box, you can quickly stem the flood of incoming |
| that you could use to create a firewall/router for | | | | spam. I have also found a really good tutorial on |
| your home: | | | | the subject (Sorry, I had to use the Google |
| * FREESCO | | | | cache.). |
| * IPCOP | | | | Proxy Server |
| * Smoothwall | | | | Most users have the same webpages that they |
| * Firestarter | | | | visit on a regular basis. Each time that they go to |
| * Coyote Linux Personal Firewall | | | | these websites, they need to go and download all |
| * Shorewall/Shoreline | | | | of the files again. While this is not a terribly big |
| * Mason | | | | issue if you have lots of bandwidth and it is not |
| * Vyatta | | | | being used very much, it can become an issue if |
| * floppyfw | | | | your are a high bandwidth user. |
| * FireHOL | | | | You can also use it to filter out undesirable |
| * Guarddog | | | | content. |
| * Turtle | | | | Here are a few tutorials on setting up a proxy |
| * m0n0wall | | | | server: |
| * Endian | | | | * Setup a transparent proxy with Squid in three |
| * pfSense | | | | easy steps |
| * LutelWall | | | | * Minimal Linux Proxy |
| * Zorp | | | | * 3Proxy |
| * ClarkConnect | | | | Thin Client |
| * Devil Linux | | | | I've always thought that the next time I decide |
| * Sinux | | | | to upgrade all of the computers for my entire |
| * Kaladix | | | | family at home, rather than upgrading each |
| * SafeSquid | | | | system, buy a rather beefy server with lots of |
| File Server | | | | RAM and then create virtual computers for |
| If you've been on Daily Cup of Tech before, you | | | | everyone. Then, I could use their original hardware |
| will know my love for FreeNAS. With an old | | | | and ThinStation to give them access to their new |
| computer and a couple of hours effort, you can | | | | virtual computer! |
| have a nifty little file server available on your | | | | You may also want to check out AnywhereTS to |
| network. | | | | help with the setup. |
| There are other ways that you can create a file | | | | Voice Mail Server |
| server other than FreeNAS. Here are some that I | | | | For me, voice mail has always been so passive. It |
| found: | | | | just kinda waits in one place until I remember to |
| * FreeNAS | | | | check it (which could be days later). A voice mail |
| * Samba | | | | server would be a great tool! |
| * iFolder | | | | One great advantage would be the ability to have |
| * NASLite | | | | my voice mail e-mailed to me. Another would be |
| * Openfiler | | | | the ability to check it from my computer. The |
| * CryptoBox | | | | VOCP System provides me with all of those |
| Print Server | | | | abilities and more! |
| My wife and I share a printer that used to be | | | | Media Server |
| hosted on her computer. It was a real pain when | | | | More people are going away from their CD and |
| her computer would go into sleep mode or she | | | | DVD players and heading for MP3 and AVI files. A |
| would shut it off and I would lose my ability to | | | | media server is a great way to use that old box. |
| print. I was able to turn an old computer into a | | | | Here are some resources to get you rockin'! |
| print server that is always running and I can now | | | | * Jinzora |
| print regardless of the status of my wife's | | | | * Firefly |
| computer. | | | | * TVersity |
| Nicholas Fong has a great tutorial on setting this | | | | * MediaTomb |
| up. | | | | * LIVE555 |
| Fax Gateway | | | | * MythTV |
| Yes, I know. Faxing is so 1985. But, a lot of | | | | * Icecast |
| people and companies still rely on this technology | | | | * Helix |
| to keep their business running. With a bit of effort | | | | * LinuxMCE |
| and some old computer hardware, you can set up | | | | * Darwin Streaming Server |
| a HylaFAX server to manage and control all of | | | | * GNUMP3D |
| your incoming and outgoing faxes. Plus, you could | | | | Bittorrent Box |
| save a few trees because you are using less | | | | I put all of my bittorrent stuff on a separate box |
| paper. | | | | a long time ago. It just seemed much neater and |
| Web/FTP Server | | | | cleaner. For a good tutorial on how to do this, |
| With the advent of LAMP server installations, it is | | | | check out Nerdica. |