Table of Contents1 What is DevOps?2 Some of the key practices and tools used in DevOps engineering2.1 DevOps Tools2.2 Some…
DevOps Blog – Latest DevOps Articles and Tutorials
10 Docker Commands You Need to Know
Table of Contents1 Introduction2 10 Docker Commands2.1 Docker run2.2 docker ps2.3 docker stop2.4 docker rm2.5 docker images2.6 docker rmi2.7 docker…
Ansible practice exercises: Step-by-Step Tutorials and Examples for Automation Mastery
Table of Contents1 Introduction2 An Introduction Ansible3 Ansible practice: how to create a user and grant them sudo permissions in…
How to run shell commands in Python
Table of Contents1 Introduction2 Run shell commands in Python2.1 Use subprocess module2.2 use os module2.3 use sh library3 Conclusion Introduction…
Encrypt Files in Linux with Tomb
Table of Contents1 Introduction2 Installing Tomb in Ubuntu3 How to encrypt Files in Linux with Tomb3.1 Create an image key…
Python Docker
Table of Contents0.1 Introduction0.2 The working directory python docker:1 How to build a Docker container running a simple Python application.1.1…
Install MariaDB via the Docker container
Table of Contents0.1 #Introduction1 Install MariaDB via Docker1.1 Creating a MariaDB Container1.2 Starting and Stopping MariaDB Container2 Conclusion #Introduction In…
python data type cheatsheet
Table of Contents0.1 #Introduction1 python data type cheatsheet1.1 Integers1.2 Tuples2 Conclusion #Introduction In this tutorial, we learn about Integers, Lists, Dictionaries,…
How to Deploy MongoDB as a Docker Container
Table of Contents1 Introduction2 Install Docker3 How to Deploy MongoDB as a Docker Container4 Conclusion Introduction In this tutorial, How…
Deploy Redmine Project Management using Docker
Table of Contents0.1 #Introduction1 Deploy Redmine Project Management1.1 Create the Dockerfile1.2 Create the docker-compose.yml file1.3 The deploy the container1.3.1 Access…