Viewing articles tagged 'linux server'

 How to Connect to a Linux Server Using PuTTY: Step-by-Step Guide

Step 1: Download and Install PuTTY: Visit the PuTTY Website: Go to the...

 How to Take MongoDB and MySQL Backups on Linux: Step-by-Step Scripts Explained

MySQL Backup Script on Linux:   #! /bin/bash BACKUP_DIR="/root/mysql-dumps/"...