All Stories

Solution: Unknown ruby interpreter version (do not know how to handle): RUBY_VERSION

As a part of the solutions to common issues in Ruby dev environment series, here’s the link to the previous ones: Solution: cannot load such file – webrick (LoadError) Solution: gem...

In Ruby, Nov 07, 2021

How to install Terraform on Debian 11

Today I’ll be writing about terraform installation on Debian 11. The steps are pretty easy, so you just have to follow them and accomplish the installation process. Let’s hop in.

In Terraform, Nov 06, 2021

Solution: gem eventmachine fatal error: 'openssl/ssl.h' file not found

I’ll be doing a solution to common issues in Ruby dev environment series, so here’s the link to the first post: Solution: cannot load such file – webrick (LoadError) Solution: Unkno...

In Ruby, Nov 05, 2021

Install Visual Studio Code on macOS

VSCode is considered as one of the most used code editors nowadays. In this brief tutorial, I will show you how to install it on macOS using Homebrew.

In VSCode, macOS, Nov 04, 2021

Solution: cannot load such file -- webrick (LoadError)

As a DevOps engineer myself and three years of using a MacBook Pro, I’ve noticed that updating a major release of macOS always comes with unwelcomed ruby dependencies and version errors.

In Ruby, Nov 03, 2021

How to resolve AWS Aurora ERROR 3024 (HY000)

If you hold some heavy-load AWS Aurora database tables, and you are trying to export some tables or import data, there is a big chance to face the following error ERROR 3024 (HY000): ...

In AWS, Nov 02, 2021

Ways to provision infrastructure on Azure

Last week I wrote about the different Ways to Provision Infrastructure on AWS, and as you might expect I’m doing another one, but this time it’s all Azure.

In Azure, Nov 01, 2021

Install Skype on macOS

Skype as a world-known VoIP based software can be installed in multiple ways on macOS. Today I’m going to pick up one of the preferable ways of doing it, which is the easiest and the ...

In macOS, Oct 31, 2021

Install Ruby on macOS

There are four ways to install Ruby on all computing platforms, including package management systems, installers, managers, and of course building from source. RVM as a Ruby version m...

In Ruby, macOS, Oct 30, 2021

How to drain an ECS instance

While troubleshooting the ECS cluster you may notice some EC2 instances might be unhealthy due to some processes being in a stuck state. Here I’m going to show how to drain an ECS ins...

In AWS, Oct 29, 2021