DevNotes - Linux, Docker, Self-hosted Services, Programming, Privacy, etc
  • Ansible
  • CheatSheets
  • Docker
  • MishMash
  • Raspberry Pi
  • Ruby on Rails
  • Ubuntu
CheatSheets

SSH

jommy

Mar 15, 2023

generate ssh keys

ssh-keygen -t rsa -b 4096 -C "[email protected]"
ssh-keygen -t ed25519 -C "[email protected]"

Read next

How to change the directory for screenshots on macOS

How to change the directory for screenshots on macOS

Open Terminal mkdir ~/Screenshots This will create a folder named "Screenshots" in your home directory. Change the Default Location for Screenshots defaults write com.apple.screencapture location ~/Screenshots Apply the Changes killall SystemUIServer If you want to reset it back to the default location defaults write com.apple.
jommy Jan 12, 2025
GrapheneOS

GrapheneOS

GrapheneOS: the private and secure mobile OSGrapheneOS is a security and privacy focused mobile OS with Android app compatibility.GrapheneOS Stores F-Droid https://f-droid.org/en/ Aurora Store https://auroraoss.com/ Obtainium https://github.com/ImranR98/Obtainium https://github.com/ImranR98/Obtainium/releases Aptoide https://en.aptoide.com/ APKMirror https:
jommy Oct 30, 2023
Git Useful Commands

Git Useful Commands

Remove last commit git reset --hard HEAD~1 Remove last commit but keep files git reset --soft HEAD~1 Delete a local branch git branch --delete <branch> git branch -d <branch> # Short version git branch -D <branch> # Force delete un-merged branch Delete a remote
jommy Oct 13, 2023
  • About
  • Terms and Conditions
  • Straight Out Of Camera
DevNotes - Linux, Docker, Self-hosted Services, Programming, Privacy, etc © 2025. Powered by Ghost