Skip to main content

Add LAMP Apache MySQL and PHP Server to ubuntu

Add LAMP Apache MySQL and PHP Server to ubuntu.

 

We're doing this on kubuntu 9.10

 

We do almost everything from a cli..  command line..

First.  su

 

prompt$ sudo su

 

Install apache 2.2

 

Buy and Sell Cisco Network Gear.

prompt# aptitude install apache2

 

Building a FreeBSD 7.3-RELEASE Server Notes

No votes yet

Just getting started.

On install I just did the base + KDE 4.2

1. Issue so far is that the mouse and keyboard did not work after kde4 started.

I added the following to rc.conf

 

hald_enable="YES"
dbus_enable="YES"

rebooted and then ran:

 

prompt# /usr/local/kde4/bin/kdm -nodaemon &

That worked

Then I added the following to rc.conf to start KDE 4.2 on boot.

 

Install postfix on FreeBSD 7.1-REL

Prerequisites:   Get FreeBSD   FreeBSD 7.1-REL

Author: Ren Blevins

This is a real basic setup to get things up and working. Once they are then we'll add spam and AV to it. One thing at a time.

Postfix is an MTA used everywhere. It’s easy to use, configure, and stable. You can read more about it by visiting http://www.postfix.org/.

Syndicate content