Posts
All the articles I've posted.
Introduction to Ansible
Posted on:December 8, 2022 at 02:30 PMAnsible is an open source automation platform used for configuration management, application deployment and task automation. It allows users to easily manage complex infrastructure and applications in an efficient and secure manner.
Guide to IPv4 and IPv6 Subnetting
Posted on:December 8, 2022 at 02:30 PMSubnetting is a process of dividing a network into multiple smaller networks known as subnetworks. This is done by taking the original network address and dividing it into multiple subnets based on a user-defined size. Subnetting is used to improve network performance, increase security, and reduce complexity."
Setup GitLab CI/CD for building maven projects
Posted on:December 8, 2022 at 02:30 PMGitLab CI/CD is a popular continuous integration/continuous delivery (CI/CD) tool that can automate the building, testing, and deployment of maven projects. It is a powerful tool that can help developers streamline their development workflow and make their projects faster and better. In this guide, we will go over how to set up a GitLab CI/CD pipeline for building maven projects.
Setup Guide for Icinga2 Agents
Posted on:December 8, 2022 at 02:30 PMIn this guide we cover how to install icinga2 agents
Setup VSCode for Laravel
Posted on:December 8, 2022 at 02:30 PMIn this guide, we will go over how to set up a VSCode for building laravel projects.