How to enable ZipArchive for PHP
Is your PHP saying that it cannot find the ZipArchive class? Then, this post will show you how to enable the ZipArchive module. You should see the following error: Also, …
How to enable ZipArchive for PHP Read MoreLinux, Code, Cloud Computing, DevOps
Is your PHP saying that it cannot find the ZipArchive class? Then, this post will show you how to enable the ZipArchive module. You should see the following error: Also, …
How to enable ZipArchive for PHP Read MoreHere are some useful PHP code examples to help you along with Amazon Web Services (AWS). This post is updated frequently, so bookmark this page! Also, feel free to suggest …
PHP code examples for AWS Read MoreThis guide will help you set up a virtual MFA device for your AWS account in less than 5 minutes! What is MFA? MFA stands for multi-factor authentication. It is a …
How to set up MFA for your AWS account Read MoreThe AWS Management Console does not allow you to bulk delete multiple AWS CloudWatch Log Groups. Instead, use this bash script to bulk delete AWS CloudWatch log groups. The bash …
Bash Script to Bulk Delete AWS CloudWatch Log Groups Read MorePrevent CRON from running your PHP code more than once by using this simple Bash hack! CRON will execute your PHP code regardless of its success or failure. Slow running …
Prevent CRON from running PHP code more than once Read MoreInnovation never ends, and it is genuinely always Day 1. What was good yesterday is no longer good going forward. This post will highlight a few tips that will help …
Tips to help any AWS Innovator Read More