Changes between Version 13 and Version 14 of Csle2022/Agenda/databaseandweb


Ignore:
Timestamp:
Nov 29, 2022, 8:13:32 AM (2 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/databaseandweb

    v13 v14  
    11= Apache Web Server Installation =
    22
    3 First update the Ubuntu package repository.
     3== Download the Pre-installed Linux Virtual Machine ==
     4
     5First for this lab you need a linux server machine. For this please download the pre-installed ubuntu 22.04 server image file from the below URL.
     6
     7http://192.248.4.120/VMs/ubuntu-22.04-server.ova
     8
     9Now open the Virtual Box and import this.
     10
     11Once imported start the VM and login to the system using below credentials.
     12
     13user: user
     14password: Csle@2022
     15
     16Once logged in you need to update the Ubuntu package repository.
    417
    518{{{
     
    821
    922Then install the web server.
     23
    1024{{{
    1125sudo apt install apache2
     
    7185}}}
    7286
    73 [[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2.png)]]
     87[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2a.png)]]
     88[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/databaseandweb/web2b.png)]]
    7489
    7590To login MariaDB enter below command and use the password entered above.