Skip to content

Instantly share code, notes, and snippets.

View PunGrumpy's full-sized avatar
:shipit:
Sickkk

Noppakorn Kaewsalabnil PunGrumpy

:shipit:
Sickkk
View GitHub Profile
@PunGrumpy
PunGrumpy / make_release.sh
Created July 27, 2023 03:12
Update Ubuntu to release version
#!/usr/env bash
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
BLUE=$(tput setaf 4)
PURPLE=$(tput setaf 5)
BOLD=$(tput bold)
BEEP=$(tput blink)
RESET=$(tput sgr0)
@PunGrumpy
PunGrumpy / Get-Id-Users.md
Last active January 4, 2023 08:01
How to get GitHub user id for email no-reply

How to get the ID of GitHub users

What is the ID of a GitHub user?

The ID of a GitHub user is a unique number that identifies the user. It is used to identify the user in the GitHub API.

How to get the ID of a GitHub user?

curl -i https://api.github.com/users/{username}
@PunGrumpy
PunGrumpy / README.md
Last active July 20, 2023 13:11 — forked from developius/README.md
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

🔑 SSH Keypair Setup for GitHub (or GitLab/BitBucket, etc)

🏞️ Create the Repository

Make sure there is at least one file in it (e.g., README.md).

🗝️ Generate an SSH Key Pair (private/public)

Generate a new SSH key using RSA: