https://12ft.io/
Read more
Showing posts from September, 2023Show all
**Title: Initial Server Setup and Installing Nginx on Ubuntu 18.04** --- **Step 1: Initial Server Setup** 1. **Log in as Root User:** ``` ssh root@y…
Read more#!/bin/sh # Created by Kanhu git pull origin development WORKING_DIR = $( pwd ) DUMP_PATH = "${ WORKING_DIR }/sql_dump" # Restore the datab…
Read more#!/bin/sh # Created by Kanhu CWD = ` CPWD = $( pwd ); cd $( dirname \$ 0); pwd ; cd \$ CPWD` REPO_DIR = ` dirname $CWD ` source $REPO_DIR /.env docke…
Read more#!/bin/bash # Created by Kahnu 06-09-23 # MySQL database details DB_USER = "root" DB_PASSWORD = "root@123" DB_NAME = "education…
Read more