All Stories

Resolve GCP googleapi Error 400: `Unparseable iamMember` in Terraform

Managing GCP infrastructure with Terraform is an uphill battle, especially if you are not familiar with any other cloud, and how they work. So, here’s my error of the week that I got ...

In GCP, Terraform, Mar 20, 2023

Install PHP mbstring on Alpine Linux

Mbstring as a multibyte string functions provider helps you to handle multibyte encodings in PHP. Let’s see how to install PHP mbstring on Alpine Linux.

In PHP, Mar 19, 2023

Replicate directory structure in a GCP bucket

gsutil is a Python app developed by Google that lets you handle the GCP Cloud Storage service, anything from uploading, downloading, sync, mostly doing backup and migration operation....

In GCP, Mar 18, 2023

How to Install PHP GMP on Amazon Linux 2

The need for complex mathematical operations playing with big numbers can be handled by the GMP PHP library. It contains a big collection of functions that can be invoked into your co...

In AWS, Amazon Linux 2, Mar 17, 2023

GCP: gsutil and parallel_composite_upload_threshold

The first I tried to upload some TBs of data to a GCP bucket, I’ve received the following message:NOTE: You are uploading one or more large file(s), which would run significantly fast...

In GCP, Mar 16, 2023

How to fix 'GPG keys listed for the MySQL Server repository are already installed'

Seemingly the MySQL installation might look like an easy task, but you might also face the following error The GPG keys listed for the "MySQL Community Server" repository are already ...

In MySQL, Amazon Linux, Mar 15, 2023

GCP: revoking gcloud auth

In this tutorial, I’m going to show you how easy is to revoke any gcloud authentication, whatever you are dealing with multiple GCP personal or even service accounts.

In GCP, Mar 14, 2023

How to check if Redis Remote Server is running

If your Redis cluster is hosted somewhere on the cloud and you are wondering whether you can connect to your Redis cluster or not, here I will show you how you can quickly check if yo...

In Redis, Mar 13, 2023

Dynamically list posts and tags in Jekyll

As a follow-up post to Jekyll, dynamic links and JSON data, this time we are going to learn how to dynamically list posts and tags.

In Jekyll, Mar 12, 2023

Install Kubectl on Alpine Linux

Unfortunately there is no kubectl package under apk alpine package manager but still, there is a way to install it. Let’s install kubectl on Alpine Linux.

In Kubernetes, Alpine Linux, Mar 11, 2023