Skip to content

Instantly share code, notes, and snippets.

View tomaspemora's full-sized avatar

Thomas Peet tomaspemora

  • Santiago, Chile
View GitHub Profile
@tomaspemora
tomaspemora / commands.md
Created March 12, 2024 21:04 — 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@