All Stories

How not to get prompt for GitHub username and token everytime

Getting prompt for GitHub username and token everytime you try to pull is so annoying task. Keep in mind that PATs (Personal Access Tokens) aren’t the default solution anymore, as of ...

In GitHub, Feb 10, 2023

How to Install PHP XML on Amazon Linux 2

If you want to parse XML documents with PHP, then you need to install php-xml library. Let’s see how to install PHP XML on Amazon Linux 2.

In AWS, Amazon Linux 2, Feb 09, 2023

Resolving WordPress, PHP's "Fatal error: Allowed memory size of X bytes exhausted"

If I got a dollar for every temporary, quick fix found on the Internet for any type of error, I’ll be so rich. Before else, WordPress and LAMP stacks makes the majority of websites ou...

In WordPress, PHP, Feb 08, 2023

How to Install PHP Imap on Amazon Linux 2

Using the Imap functions in PHP you can fetch emails from an email account, also Imap functions can allow you to work with POP3 protocol. Working with the Imap PHP library you can cre...

In AWS, Amazon Linux 2, Feb 07, 2023

Adding Swap space on CentOS 7 Linux Cloud VMs

It feels like there is no more need of adding a swap practice, especially today, deploying VMs in the cloud, considering the abundance of memory, disk and vCPUs resources that are ava...

In CentOS, Linux, Feb 06, 2023

How to Install PHP GD on Amazon Linux 2

If you need to create or do some stuff with images in PHP, it can be done through the GD library. Here I will show you how to install PHP GD on Amazon Linux 2.

In AWS, Amazon Linux 2, Feb 05, 2023

Go(lang) and http's empty "unsupported protocol scheme" error

A bit controversial opinion, but every DevOps, Cloud engineer needs to know at least how to read application code. As I started my app development journey with Go, also known as Golan...

In Go, Feb 04, 2023

How to Install PHP Json on Amazon Linux 2

To be able to convert your PHP objects into JSON using the PHP functions, you need to have php-json extension installed. Let’s install PHP Json on Amazon Linux 2.

In AWS, Amazon Linux 2, Feb 03, 2023

Terraform output GCP Service Account private key as plain JSON

Right of the bat, using GCP Service Accounts (SA) is greatly not recommended. This comes from GCP though. Service account keys are not managed properly, and present a security risk. I...

In Terraform, GCP, Feb 02, 2023

How to Install PHP Zip on Amazon Linux 2

Older PHP versions had support to enable the zip extension by using --enable-zip option. With PHP 7.4.0 and all the upper versions, the bundled libzip extension has been removed. Here...

In AWS, Amazon Linux 2, Feb 01, 2023