#python
Read more stories on Hashnode
Articles with this tag
Copy object within a bucket import boto3 # Set your AWS credentials and region aws_access_key_id = 'YOUR_ACCESS_KEY' aws_secret_access_key =...
Create a symlink to the actual CSV file location ln -s /tmp/edx-s3/grades /edx/var/edxapp/media Update location blocks in the Nginx file of lms...
Change access permission of pem file sudo chmod 400 my_private_key.pem SSH into your server ssh -i my_private_key.pem ubuntu@<ip_of_your_server> Set...
I am writing this post 'cause nowadays many of the devs are changing their settings in json / common.py / yml but the settings are not getting...