Skip to content

Instantly share code, notes, and snippets.

View junaidulqayyumqureshi's full-sized avatar

Junaid junaidulqayyumqureshi

View GitHub Profile
@junaidulqayyumqureshi
junaidulqayyumqureshi / Deployment Notes & Server Configurations
Last active July 12, 2023 12:36
Research & Findings on CLOUD based website deployments, Development snippets & more
We couldn’t find that file to show.
Docker
To link github account:
git config --global user.email "junaidulqayyumqureshi@gmail.com"
git config --global user.password ""
git config credential.helper store
To start git at root folder:
git init
Then to add all the files:
Code snippets which I use more often in projects
Source: https://www.a2hosting.com/kb/cpanel/cpanel-security-features/configuring-ssh-keys-with-cpanel
Step 1:
Generate SSH key from cpanel > ssh access > generate new key (id_rsa)
Postgrsql Commands
@junaidulqayyumqureshi
junaidulqayyumqureshi / Service Management
Created May 22, 2024 09:40
Server management commands
Server management commands