| Home |
| The Podcast |
| Lifestream |
| Pictures |
| Contact Us |
| About us |
| Search |
|
| Feisty for the Family PART ONE. |
|
What is this article about.
Choosing your hardware. The hardware you choose for your family server could be any old clunker you have lying around. The amount of memory and the processor you need depends on the number of users and the things you want to do. So don't go cheap and cough up a Pentium 1 pc, go for last years "hand me down pc" from your sister or something. You can put a big hard disk in it for using it as a file server. But don't worry, you can also hook up an external USB drive for extra storage. For this example i'm using a PIII 500 with 256 megabyte ram. (for about 5 users that will do) You can use a keyboard and a monitor if you want to work on the system localy but you don't need to. Its gonna be a headless box stuck in the basement, hooked up to your network. You'll be in control of the system from the cosy comforts of your own office and the family can reap the benefits of your work. Installing your Feisty fawn server.
The Basic install of Feisty Fawn is pretty simple. Download the server version of Feisty here. http://www.ubuntu.com/getubuntu/download Burn it to a cd and pop it into your server. In order to install it i've found a great how to in installing your server. Don't freak out cause we are only going to need step one and two of "mr. perfects" ultimate install. So don't worry. Take the first two steps of this PERFECT install but when asked to configure the network choose MANUAL . Give your IP / Subnet and Default Gateway. Before its all done be sure to select LAMP when the option presents itself. Click here for "mr perfects" manual on installing your server. http://www.howtoforge.com/perfect_setup_ubuntu704 Installing SSH. SSH is a secured connection between one computer and the other one. And with secure we mean no one can snoop into whats going back and forth. We'll be using SSH to remotely administrate the server AND give you a secure and easy way get full access to the files on the server. So before we begin download FILEZILLA and PUTTY . Putty will give us remote shell access, Filezilla will be our “file explorer” over SSH. On your server, Login using the user name and password. Be sure the server is hooked up to your network (and of course the internet) and punch in the following line. apt-get install ssh openssh-server When this is done you can pack up your server and park it in the basement for all I care. Just be sure you have it hooked up to your network.Next : Feel the power of remote domination as you fire up putty on your local (windows) machine (Mac and Linux machines have SSH shells of there own) and connect to your server : ssh YOURUSERNAME@IPOFYOURSERVER you'll be asked for your password and thats that .. you are now in full control of your system.In the next step we will tinker with the sources list of your Ubuntu server. This just means that it wont nag you for the cd anymore and open up access to some more software repositories. In order to do this type
Sudo nano /etc/apt/sources.list
A whiff of webmin. Because we entered the webmin repository in our sources.list file you can just type sudo apt-get install webmin With webmin installed lets bring the baby up to speed.Login to your Ubuntu server using your browser. https://IPOFYOURSERVER:10000 Enter your password and user name (the same one you use for the SSH connection).
After logging in you will get a nice overview of the “status” of your server. It shows you the drivespace that is available, the free memory and all that. Kind of a dashboard that lets you see how healthy your system is.
The first thing we do is make sure we UPDATE all of the webmin-components to their latest versions.
To do this click on WEBMIN / WEBMIN CONFIGURATION in the left column.Then click on the UPGRADE WEBMIN icon.
Groundwork Completed. With that the groundwork of your little "server for the family" has been made. In the next chapter of this manual we are going to setup the server as a file and print server using SAMBA in order for you to use the Feisty Family server as a Feisty Family Fileserver.
|
| Last Updated ( Tuesday, 11 March 2008 ) |
| < Prev | Next > |
|---|