CheatSheets SSH generate ssh keysssh-keygen -t rsa -b 4096 -C "[email protected]" ssh-keygen -t ed25519 -C "[email protected]"
Ubuntu VPS update and upgrade packages apt-get update apt-get upgrade -y apt-get dist-upgrade -y apt-get autoremove -y install some packages apt-get install htop mc screen tmux mtr git vim build-essential zsh net-tools fail2ban mlocate -y fzf git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install nginx apt-get install
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:
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