This task is about creating a WebUI that can do automation regarding various commands.

Shivam Shivu
3 min readNov 22, 2020

A static web server, or stack, consists of a computer (hardware) with an HTTP server (software). We call it “static” because the server sends its hosted files as-is to your browser.

A dynamic web server consists of a static web server plus extra software, most commonly an application server and a database. We call it “dynamic” because the application server updates the hosted files before sending content to your browser via the HTTP server

A CGI-bin is a folder used to house scripts that will interact with a Web browser to provide functionality for a Web page or website. Common Gateway Interface (CGI) is a resource for accommodating the use of scripts in Web design.

Here is the folder of cgi-bin and HTML of apache httpd server

Now let's start the web server

Now Lets dive into automation:

This is for Linux commands.

This is for the Docker commands.

This is for the AWS commands.

This is for LVM commands

--

--