Table of Contents1 Introduction2 What is .gitkeep?3 What are the differences between .gitignore and .gitkeep?4 How to commit and push…
DevOps Blog – Latest DevOps Articles and Tutorials
Mastering mysqldump: Essential Techniques for Backing Up and Restoring MySQL Databases
In this guide, I will show you how to back up and restore MySQL or MariaDB databases using the mysqldump…
Change WordPress URLs in MySQL Database
Table of Contents0.1 Introduction1 Determining the Name of WordPress MySQL Database2 Change WordPress URLs2.1 Command-line change WordPress URLs in MySQL…
How to reset admin password WordPress
Table of Contents0.1 Introduction1 How to reset admin password WordPress1.1 Find the user table1.2 Find users1.3 The administrator is usually…
How to install new python package using PIP
Table of Contents0.1 Introduction1 Activate Your Virtual Environment2 Install new python package using PIP3 Install Packages4 Conclusion Introduction In this…
Install PIP on Centos 8
Table of Contents0.1 Introduction1 How to Install PIP on Centos 82 Install pip3 for Python 32.1 Check version pip3 Installing…
Initial Server Setup Centos 8
Table of Contents1 Introduction2 Update Your System3 Create a Sudo User and Granting Administrative Privileges3.1 Open a new terminal window4…
RabbitMQ tutorial for beginners
Table of Contents1 Introduction2 How to install and Run use RabbitMQ3 RabbitMQ tutorial for beginners3.1 Rabbitmq-plugins3.2 HTTP API3.3 WEB UI3.3.1…
Centos 8 LEMP WordPress
In this tutorial, How to Install and configure LEMP WordPress running a Centos 8. LEMP is an acronym for Linux,…
SonarQube from a Jenkins Pipeline job in Docker
Table of Contents1 Introduction2 Integrating SonarQube from a Jenkins Pipeline job in Docker: A Step-by-Step Guide.2.1 Docker Compose for SonarQube2.2…