Table of Contents0.1 #Introduction1 How to Check Package Dependencies in Ubuntu1.1 APT Package Manager1.2 Alternatively, You can use apt-cache command2…
DevOps Blog – Latest DevOps Articles and Tutorials
Beginner’s Terraform aws get started
Table of Contents1 Introduction2 Step-by-Step Guide: Terraform aws get started3 Create a new AWS free tier4 Setup MFA for the…
Run a Local Shell Script on a Remote SSH Server
Table of Contents1 Introduction2 Pass The Script Over to Standard Input3 Running Remote Commands Inside a Script4 Conclusion Introduction In…
Linux Commands Cheat Sheet: A Handy Reference Guide
Table of Contents1 Introduction2 System Information3 File Permissions4 Hardware Information5 Networking6 Archives and File Compression7 Installing Packages8 Search Commands9 SSH…
Record Linux Terminal Commands
Table of Contents1 Introduction2 Record Linux Terminal Commands2.1 Appending to an Existing File3 Conclusion Introduction This tutorial covers how to…
Pass environment variables to Docker containers
Table of Contents0.1 #Introduction1 Set environment variables to Docker containers2 Pass the variable to a container3 Pass variables with an…
Docker pull issues TLS handshake timeout
Table of Contents0.1 #Introduction1 My Lab2 How do fixed it2.1 Open Network Connections on Windows 102.1.1 The result, Docker pull…
Managing and monitoring swap on Linux
Table of Contents1 Introduction2 How much swap on Linux do you need?3 Creating a swap file4 Conclusion Introduction This tutorial…
Get a Docker Containers IP Address from the Host
Table of Contents1 Introduction2 My example3 Get a Docker Containers IP Address from the Host4 Conclusion Introduction Docker containers are…
Gitlab CI/CD deploy the website to VPS
Table of Contents1 Introduction1.1 Prerequisites2 On VPS2.1 Install Gitlab Runner on VPS3 Conclusion Introduction In this tutorial, How to deploy…