Linux Home Server HOWTO
Previous
Home Next

Chapter 1 - Introduction

About This HOWTO
Reader Assumptions
Providing Feedback
Document Conventions
Acknowledgments and Thanks
Copyright Notice
Registered Trademarks

About This HOWTO

Building your own fully operational networked server can be greatly satisfying. More important, it can provide you with much freedom to do as you please without depending on someone else's systems. Manage your own email, run your own web server, host multiple websites, even operate your own database applications. Next time your ISPs email server crashes, you won't be affected.

This HOWTO will explore some of the standard types of applications and services available to configure a dedicated Linux network server. This type of server configuration is perfectly suited to the home user, or can also provide the basis for a small to medium office system.

The HOWTO is considered a high level document, which should provide a reason level of detail to guide your installations to a stable and secure state. Further documentation should be sought by the reader in key areas to provide detailed technical explanations.

This document is developed around the Fedora Core versions of Linux, so some configuration aspects will favour Fedora Core more than other Linux distributions. However, the configuration files, scripts and concepts are kept as generic as possible for the wider audience.

Reader Assumptions

I have tried to keep this HOWTO as simple as possible for all users to better understand the concepts and explanations herein. To fully utilise all configuration aspects like email and web server, I've made the following assumptions:
If users find the "vim" editor too difficult in manipulating the configuration files, then other text editors can be used instead like "gedit". Alternativley the "vim" GUI can be started by typing "gvim".

Providing Feedback

This document covers a wide range of topics, while I have attempted to provide the best possible coverage on all these areas, some errors may occur or application settings change over time with updated releases. There are also numerous hyperlinks to external resources and sites which may break over time as these sites update or move.

If you find any errors or omissions throughout the documentation, or perhaps have a better solution to possible problems, then please contact me so these changes may be incorporated into the document.

Send all feedback and comments to:      howto (at) brennan . id . au

Document Conventions

This document uses the following textual conventions throughout the document as assistance to readers.

Description
Appearance
 - Warning: Things that may affect stability
Warning !!! This is a warning.
 - Caution: Things that are important
Caution !! This is a caution.
 - Hint: Things that may assist
Hint !! This is a hint.
 - Note: Things that may need remembering
Note !! This is a note.
 - File Name
/etc/resolv.conf
 - Directory Name
/var/log
 - Typed Command
rpm -ivh package.rpm
 - Application Name
ntpd
 - Command Prompt - generic user
[bash]$
 - Command Prompt - root user
[bash]#
 - Command Prompt - generic user with tcsh shell
[tcsh]$
 - Environment Variable
VARIABLE
 - Emphasized Word
emphasized
 - Quoted Text
"quote"
 - Configuration Example
workgroup = WORKGROUP
server string = Samba Server


The following server and networking details are used throughout the configuration and script examples.

Description
Value
 - Hostname:
galaxy
 - Domain Name:
example.com
 - Fully Qualified Hostname:
galaxy.example.com
 - USB Modem Interface
ppp0      (as applicable)
 - External Network Device:
eth0      (as applicable)
 - Internal Network Device:
eth1
 - Internal IP Address:
192.168.1.1
 - Subnet Mask
255.255.255.0
 - Private Network Address (Internal):       
192.168.1.0/24

Caution !! The above settings should be adjusted to suit the requirements of the individual and their networks. Where adjustments are changed, they should then be continued throughout the entire document for consistency.

Acknowledgments and Thanks

I first and foremost need to thank my wife Susan and our two children Caitlin and Lachlan for their support and understanding while I took time off to prepare this document. The majority of this HOWTO (the initial version for FC3) was written in a relatively short time, there was much to test and document to ensure that I presented you, the members of the Linux community, with what I hope is a quality resource. To my wife and family, I love you.

I would also like to acknowledge the following people who helped me in certain areas of the document:

1.   Anyone ?

Copyright Notice

© 2004, 2005 and 2006 - Miles Brennan

This documentation is licensed under the Creative Commons deed version 2.5
Attribution-NonCommercial-ShareAlike 2.5

You are free: Under the following conditions:
by
Attribution. You must attribute the work in the manner specified by the author or licensor.
nc
Noncommercial. You may not use this work for commercial purposes.
sa
Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one.
Your fair use and other rights are in no way affected by the above.
This is a human-readable summary of the Legal Code (the full license).

Registered Trademarks

Linux is a registered trademark of Linus Torvalds.
The Fedora trademark is a trademark of Red Hat, Inc.
Motif and UNIX are registered trademarks of The Open Group.
Windows is a registered trademark of Microsoft Corporation.
SSH and Secure Shell are trademarks of SSH Communications Security, Inc.
All other trademarks and copyrights referred to are the property of their respective owners.



Previous
Home Next