LAMP Server With Debian Lenny

From My Big Bad Wiki

Jump to: navigation, search

Contents

Introduction

My guide for installing and configuring a LAMP(Linux, Apache, MySQL, PHP) and mail server system with Debian Lenny. This will guide you through installing all the essential components onto a Lenny base install. The final product will be a strictly command line driven server install capable of serving up numerous websites and multiple domain email.

Prerequisites

My System Specs

  • Dell PowerEdge 400SC
  • P4 2.8Ghz w/HT
  • 1gig Crucial ECC Ram
  • Maxtor 300GB SATA Drive w/16MB Cache
su
apt-get install sudo ssh
visudo

add

# Uncomment to allow people in group wheel to run all commands
%wheel  ALL=(ALL) ALL
groupadd wheel
gpasswd -a username wheel

Log all the way off, and then log back in, you should should now be able to use the sudo command

sudo apt-get update && sudo apt-get upgrade

TODO

Credits

Did this help you?

Please send me a comment letting me know if this helped you at all. I've had folks actually want to donate a few bucks for helping, and I want make it known that this information is provided for free.

Personal tools