
CI&CD in AWS
AWS DevOps & Automation in Action: My Journey to Lightning-Fast Deployments The Beginning of the Journey I was working on a rapidly evolving SaaS project a few years ago when I found myself a...
AWS DevOps & Automation in Action: My Journey to Lightning-Fast Deployments The Beginning of the Journey I was working on a rapidly evolving SaaS project a few years ago when I found myself a...
1. docker –version This command is used to get the currently installed version of docker 2. docker pull docker pull <image name> This command is used to pull images from the docker repo...
Import Data use WSL Export .sql file in Database Create an folder for store .sql file Login to the Database find out the database SHOW DATABASES; backup command mysqldu...
PARTITION SETTING The setup below is about how to create new partitions and create partitions of btrfs file system Go to root user sudo su List Block Devices: This command is used to list bloc...
Openvpn is used to create secure ssl/tls vpn tunnels which provides secure access to remote servers and other programs running on those servers It largely reduces ssh brute broke attacks by drop...
OpenVPN client setup: If you going to use OpenVPN inside LXC conatiner add these lines at the end of the lxc-container-id.conf file which can be located in the /etc/pve/lxc/100.conf # allo...
Ubuntu 20.04 MySQL 8.0 (not MariaDB!) Ubuntu 20.04 MySQL 8.0 master/slave replication setup instructions. master: `172.16.0.211 slave: `172.16.0.212 Master /etc/mysql/mysql.conf.d/mysqld...
To configure a static IP address on your Ubuntu server you need to modify a relevant netplan network configuration file within /etc/netplan/ directory. [!note] Carefully check the renderer stan...
MASTER : 172.16.0.211 SLAVE : 172.16.0.212 Step 1: Install MYSql server and client on both the Master and Slave Systems sudo apt-get install mysql-server mysql-client -y Step 2 : Configure Secu...
Hello World Hi guys this is my personal blog