Skip to Content

Commands

Development (ssh: botsh)

Git

Git Push

Push using mars ssh key

GIT_SSH_COMMAND="ssh -i /root/.ssh/id_ed25519.mars" git push

Misc

Kill whatever is running on port

sudo kill -9 $(sudo lsof -t -i:7000)
Last updated on