
Bash Scripting Basics
Bash is fundamental to Linux, and every Linux user uses it at some point or another. This post will help you understand bash scripting basics and provide some pro-tips! Bash …
Read MoreThe blog about anything Cloud! Get some great content about AWS, Linux, WordPress, PHP and more…
Bash is fundamental to Linux, and every Linux user uses it at some point or another. This post will help you understand bash scripting basics and provide some pro-tips! Bash …
Read MoreIs your PHP saying that it cannot find the ZipArchive class? If so, then this post will show you how the enable the ZipArchive module. Let fix the “Class ‘ZipArchive’ …
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! Feel free to suggest example …
Read MoreThe Setup Swap Bash script will create a swap file on your Linux instance. The intention is that you can remove and then re-create an existing swap file. This script …
Read MoreRead this post if you want some excellent PHP CLI tips and trick. Why will this post help you? Well identifying PHP CLI script problems can be difficult because the …
Read MoreThis post will show some of the common issues experienced when running the AWS CLI via Bash using CRON on Linux. The issues are typically related to either a Bash …
Read MoreThis post will show you how to code a basic AWS EC2 instance dashboard using PHP. The purpose of this dashboard is to show the status of your AWS EC2 …
Read MoreThe “Call to Undefined Function idn_to_ascii()” error in PHP can be confusing. Many people assume this function is part of PHP, and it is, but not always! It turns out …
Read MoreThis post will show how you can define a custom PHP configuration for your website.ย A Custom PHP configuration will allow you to change server default configurations. This post mentions two …
Read More