Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

4th set of taks

Linux Servers

Ricardo Cabete

1. Install apache web-server program to your system $ apt-get install apache2 2. Create a web page with the following information: Group number and name Name of all group member using the system Example page: This is Group A5 server Server administrators are Teppo Kokko, John Watt and Jack Donalds $ nano /var/www/index.html [File was modified to look like this] <html><body><h1>Welcome!</h1> <p>This is group A12 server.</p> <p>Server administrators are Ricardo Cabete, Sebastian Banzas and Carlos Rodriguez</p> </body></html>

You might also like