What is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool used for automating the management and configuration of cloud services and infrastructure. It…
Hacking Linux
Pre-Check I will guide you to build a CICD pipeline on your private Gitlab environment. We will deploy the index.html on node1 /var/www/html. In this…
Preparation OS & Network settings ## OS version root@gitlab:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04…
Pre-Check I will guide you use Github self-hosted runner to build a CICD pipeline on your private environment. We will deploy the index.html on node1…
Pre-Check ## check OS/kernel version root@baseline:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble root@baseline:~#…
Pre-Check ## check OS/kernel version root@baseline:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename: noble root@baseline:~#…
Pre-Check OS Version ## check OS/kernel version root@baseline:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04 LTS Release: 24.04 Codename:…
Some background GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You…
Golang Basic 8 - Pointer Pointer A pointer holds the memory address of a value. Declear Pointers in Golang are very similar to pointers in…