Blog Or IT News

We present and write attractive Tech blog posts

missing-image
Bonding two or more LAN card or NIC (Network Interface Card)

First up your both networks that you want to bond:
ifup eth1
ifup eth2

Create the bond file ( ifcfg-bond0 ) a...

Read More
missing-image
High Availability Keepalive Setup

apt install keepalived -y
apt install libipset13 -y

nano /etc/keepalived/keepalived.conf

vrrp_instance ...

Read More
missing-image
MYSQL Installation and Grant Privilege

apt update -y
apt install mysql-server
systemctl start mysql.service
systemctl enable mysql.ser...

Read More
missing-image
Setup Local Repo for Docker

apt update -y
apt install docker.io -y

docker run -it --rm --name certbot -p 80:80 -v "/etc/letsencrypt:/etc/...

Read More
missing-image
Git CheetCode

Here are some commonly used Git commands and their brief explanations ...

Read More