How to Build a Chrome Extension to Save Gmail Emails Using the Gmail API
In this post, I’ll walk you through how to build a Chrome Extension that connects to your Gmail account, reads emails, and sends the email content (subject, body, and attachments) to an external API—like a CRM, file management tool, or …
Resolve the Access Denied Error in Amazon S3 when viewing uploaded file
Before you can access a file that is uploaded to a bucket, you need to apply public permissions using either “ACL settings” or the “bucket policy” tool. To apply the bucket policy, perform the following steps: 1) Open S3 management …
Change MySql root password on centos
To change the root password, we need to still start mySQL with –skip-grant-tables options and update the user table
Redirecting to HTTPS from HTTP
If we have added an SSL certificate to your domain, we can force all visits to your site to use HTTPS to ensure your traffic is secure. This post shows examples on how to do this. The following forces any …
