Development
Permission denied (publickey)
https://aws.amazon.com/premiumsupport/knowledge-center/ec2-linux-fix-permission-denied-errors/
/root/.ssh/config permissions
After executing this command, it told me that one of the keys still had permissions set at 0777, so I had to change it directly even though I recursively set all files to 600. Not sure why.
Query.php cheat sheet
Creating Join with “AND”
Mysql – Joins
Create a temporary table “yjiyymuy” is the name of the temp table How “FROM” and joins are connected When writing “FROM”, joins pertaining to a table need to be written immediately after the table is writen this is correct this is’nt LEFT OUTER JOIN if you have a situation where[…]
Action does not apply to any resource(s) in statement
https://stackoverflow.com/questions/44228422/s3-bucket-action-doesnt-apply-to-any-resources
fatal error: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied
https://aws.amazon.com/premiumsupport/knowledge-center/s3-access-denied-listobjects-sync/
node: command not found
I ran into a issue where “npm i” was never working. I continued to get this error. So i started moving this npm folder to different areas. I moved it to /tmp/hey and executed npm i and it worked. then i put the folder in /var/www/html/npm and it worked. Then[…]