© 2023 Hashnode
#pbl
We want to implement a tooling website solution that makes access to DevOps tools within the corporate infrastructure easily accessible. The tools we want our team to be able to use are well-known and…
You might have noticed the implications of having multiple web servers from the previous project - each web server has 3 different IP addresses or DNS names. This issue will be further exacerbated if …
In this project, we want to onboard 20 new Linux users onto a server. Create a shell script that reads a CSV file of a list of users to be onboarded. Each user requires the following: Must have a def…
Client-Server refers to an architecture in which multiple computers are connected over a network to send and receive requests from one another. In their communication, each machine has its role: the m…
MEAN Stack is a combination of the following components: MongoDB (Document database) – Storage and retrieval of data Express (Back-end application framework) – Makes requests to Database for Reads a…
LEMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LEMP is an acronym that represents the configuration of a Linux operating system …
LAMP (Linux Apache MySQL PHP, Perl, or Python) is a web stack with the following open-source technology: Linux - Operating System Apache - Web Server MariaDB, MySQL - Relational Database Management Sy…
In my efforts to learn Cloud & DevOps this year and transition into a Cloud/DevOps Engineer, I have steeled myself to follow a program to implement 25-30 projects with ever-increasing difficulty to ga…