N:B Setup necessary VPC configurations, public and private subnet, provide necessary permission of...
SSH into your AWS cli System update and install Postgres, Nginx, python3 pip, and...
Vs Code plugins dependencies: 1. Install python plugin from Microsoft 2. Install...
Initializing a Repository: git init: Initializes a new Git repository in your current...
First backup your docker-related storage data like MySQL and Postgres and other storage...
sudo apt install ubuntu-restricted-extras
Ref Link: Installation Docs sudo apt install curl ca-certificates sudo install -d...
Run the below command: curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o...
Find Duplicate In table Not functional fully in some cases SELECT full_name,...
Check for available drivers in Ubuntu: sudo ubuntu-drivers list Enter fullscreen mode ...
Install Ubuntu basic dependency: sudo apt install curl software-properties-common ca-certificates...
To check the total os disk info: df -h Enter fullscreen mode Exit fullscreen...
To Install python 3.10 or latest: sudo apt update sudo apt upgrade Enter...
Download and install the below package: wget...
LEMP Stack Setup - Ubuntu *SSH into the server first: * *======Install Nginx ====== :...
*Create the Dockerfile like below : * FROM node:lts-alpine WORKDIR /usr/src/app COPY...
sudo apt-get install network-manager-l2tp network-manager-l2tp-gnome Enter fullscreen mode ...
Create docker-compose file like the following: version: '3.7' services: mongodb: image:...
Using docker-compose: Create a directory postgresql_data. mkdir postgresql_data Enter...
Git squash alternatives using reset: If your target pull request branch is master, then follow the...
BEGIN; -- Start a transaction \COPY (SELECT * FROM addresses) TO...
If you put a file in public folder it will be accessible to everyone who knows the file name, because...
Download postman and extract it in your home folder. Create a postman.desktop file in local share...
// Install NFS server on other machine sudo apt-get update sudo apt-get install...
In order to show all available disk and mount point linux/Ubuntu: Step 1: lsblk -o...
Please follow step by step command sudo apt update sudo apt install mysql-server Enter...
First install the below library to make compatible with pecl sudo apt install php-dev php-pear...