Skip to content

Instantly share code, notes, and snippets.

View thelazyprog's full-sized avatar
💭
Lazy

The Lazy Programmer thelazyprog

💭
Lazy
View GitHub Profile
@thelazyprog
thelazyprog / command_note.md
Last active April 20, 2023 01:52
Collection of commands to remember.

Commands

SSH

Generate keys for SSH:

$ ssh-keygen -t ed25519 -a 128 -C "email@example.com"

Network