Table of Contents1 Introduction2 Prerequisite3 Automatically mount a SMB/CIFS Share on CentOS3.1 Install the Automounter4 Conclusion Introduction In this tutorial,…
DevOps Blog – Latest DevOps Articles and Tutorials
How to install letβs Encrypt SSL on CentOS 7
Table of Contents0.1 #Introduction1 Prerequisite2 How to install Letβs Encrypt SSL on CentOS 72.1 Generate a SSL certificate2.2 Start and…
How to install Let’s Encrypt SSL on CentOS 6
Table of Contents0.1 #Introduction1 Prerequisite2 Install LetsEncrypt on Centos 62.1 Generate a SSL certificate3 Setup a cron job for Let’s…
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…