Table of Contents0.1 #Introduction1 Prerequisite2 Install LetsEncrypt on Centos 62.1 Generate a SSL certificate3 Setup a cron job for Let’s…
DevOps Blog – Latest DevOps Articles and Tutorials
Build a repository use Nexus Repository
Table of Contents0.1 #Introduction1 Maven build a repository with Nexus Repository1.1 Hosted repository1.2 proxy repository1.3 group repository2 How to get…
Install Nexus Repository OSS on CentOS 7
Table of Contents0.1 #Introduction1 Prerequisites2 Install Nexus Repository OSS on Centos 73 Configure environment for Nexus repository OSS on CentOS…
Install Vagrant and VirtualBox on Fedora
Table of Contents1 Introduction2 How to Install Vagrant and VirtualBox3 Install VirtualBox3.1 Configure VirtualBox Drivers4 Install Vagrant on Fedora5 Test…
Vagrant use KVM provider
Table of Contents1 Introduction2 Installing and running Vagrant use KVM provider3 Install qemu-kvm4 Install Vagrant and vagrant libvirtd plugin5 Using…
How to commit and push an empty git folder
Table of Contents1 Introduction2 What is .gitkeep?3 What are the differences between .gitignore and .gitkeep?4 How to commit and push…
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…