Table of Contents1 Introduction2 An Introduction Ansible3 Ansible practice: how to create a user and grant them sudo permissions in…
DevOps Blog – Latest DevOps Articles and Tutorials
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…
Manage Docker Containers with Yacht
Table of Contents0.1 #Introduction1 Manage Docker Containers with Yacht1.1 Pull the Yacht docker image2 Logging into Yacht3 Conclusion #Introduction In…
How to install Gitea repository in Ubuntu
Table of Contents1 Introduction2 Understanding Gitea2.1 Why Choose Gitea?3 Prerequisites4 Install Gitea repository in Ubuntu4.1 Install the necessary dependencies4.2 Create…