a collection of my code snippets, handy commands, and quick tips i use or want to remember.

eza alias

alias ls="eza --color=always --long --git --icons=always --no-time --no-user"

remove input focus

focus-visible:outline-none

generates 16 character random hash

openssl rand -hex 16

generates rsa key

ssh-keygen -t rsa

find the process

lsof -i tcp:3000