Skip to content

Instantly share code, notes, and snippets.

View codespearhead's full-sized avatar

Pedro Aguiar codespearhead

View GitHub Profile
@devmahmud
devmahmud / generate-pem.md
Last active May 24, 2024 13:40
Generate pem file to login into remote server

We can use pem file to login into remote server from our local machines. Infact if you use AWS, the only way to SSH into the server is using pem file.

1. On your local Machine from where you require access, Home directory of the user is preferable

cd ~
ssh-keygen -t rsa -b 2048
Generating public/private rsa key pair.
Enter file in which to save the key (/home/user/.ssh/id_rsa):
@parmentf
parmentf / GitCommitEmoji.md
Last active July 19, 2024 04:00
Git Commit message Emoji