Transitioning to Video in the Time of Covid

During the pandemic a lot about our lives have changed, especially in how we work and communicate with our peers. I’ve especially noticed a rise in the use of video. It is more a part of our work than ever before. Customers too, have asked for more communication via video. This could be due to the fact that we’re all doing zoom / teams or similar such apps. But I’ve also noticed this impacting documentation. There seems to be an appetite for documentation to either be in the form of video or incorporate video in some way. Because of the desire to see more video documentation, I’ve had to expand my skillset beyond MS office apps like Word, Excel, and PowerPoint. I’m trying to improve my proficiency in iMovie, SnagIt, and OBS.

Read More

Troubleshooting - AWS EC2 - "Load key '/documents/awskey.pem' : bad permissions

Problem:

This error is encountered when attempting to connect to an EC2 instance via SSH with a .pem file that doesn’t have the appropriate linux filesystem permissions in place.

Recommended Fix:

  • CD to the directory where the file exists

  • Type : sudo chmod 400 <filename>

The next time you run ssh it should work.

Background:

I ran into this issue on a Macbook Pro running OS X. My file permissions were “too open” for use. The file permissions before I made the change were set to 0644 which threw the error.