Thursday 31 December 2009

Ubuntu, Apache

1. Install Ubuntu Server

2. Enable SSH Login (if using putty to connect)
https://help.ubuntu.com/6.06/ubuntu/serverguide/C/openssh-server.html

sudo apt-get install openssh-client openssh-server

3. Install Apache Web Server
sudo apt-get install apache2 php5 libapache2-mod-php5

sudo /etc/init.d/apache2 restart

Setup
http://www.unixmen.com/linux-tutorials/285-add-linux-host-to-nagios-server

create new file - "sudo nano filename"

http://www.unixmen.com/linux-tutorials/285-add-linux-host-to-nagios-server

No comments:

Post a Comment