Skip to content

Instantly share code, notes, and snippets.

View spurgeonbj's full-sized avatar
🏠
Working from home

Spurgeon spurgeonbj

🏠
Working from home
  • India
View GitHub Profile
@spurgeonbj
spurgeonbj / commands.md
Created August 7, 2023 05:44 — forked from jramnai/commands.md
Useful commands in Open edX

Useful commands in Open edX

Change access permission of pem file

sudo chmod 400 my_private_key.pem  

SSH into your server

ssh -i my_private_key.pem ubuntu@