How to install Nginx on AWS EC2 Amazon Linux 2 instance

Installing Nginx from the Amazon Linux repo will provide you with an exceedingly old Nginx version. Therefore, I will show you how to...

In AWS, Nginx, Oct 05, 2021

All Stories

How to install Nginx on AWS EC2 Amazon Linux 2 instance

Installing Nginx from the Amazon Linux repo will provide you with an exceedingly old Nginx version. Therefore, I will show you how to install it through the EPEL repo which is my pref...

In AWS, Nginx, Oct 05, 2021

Send Drone CI build notifications with Slack

The following post will be about sending Drone CI build notification to Slack. In case you didn’t know already, since there are dozen of CI/CD tools out there, Drone CI is an open sou...

In drone, Oct 04, 2021

How to create an S3 bucket through AWS CloudFormation

Deploying your infrastructure through CloudFormation as an infrastructure as code tool can cause some murky situations as a begginer because AWS is facing a lack of CloudFormation doc...

In CloudFormation, AWS, Oct 03, 2021

7 Ways to Save Money in the Cloud

Cost optimization is just one of the five pillars of Well-Architected Framework, which is identical across the top 3 public cloud provider players. Although, deploying a billing alarm...

In cloud, Oct 02, 2021

Remmina can't remote into AWS EC2 Windows Machine due to libfreerdp

If you need to access your Windows-based server through your local Linux machine you should consider using some of the RDPs software. A few days ago I needed to access a Microsoft SQL...

In RDP, Oct 01, 2021

Prevent Accidental rm -rf /*

We’ve all heard the infamous rm -rf /* command. Now, let’s see how can we prevent from happening many times again.

In Linux, Sep 30, 2021

How to install Redis on Debian 11

Improving your site performance and caching your content can be achieved with Redis which stands as one of the most popular caching tools nowadays. How the complexity of the applicati...

In Redis, Sep 29, 2021

Count Files within Directory in Linux

Sometimes, for some reason we need to pull up the number of files in a certain directory. As always, this could be done in a couple of ways. Let’s go through each of them.

In Linux, Sep 28, 2021

How to install Ruby on Debian 11

Ruby as a programming language belongs to the group with a high demand along with the other popular programming languages. Nowadays his framework ruby on rails is highly used by devel...

In Ruby, Sep 27, 2021

Run Linux Bash Commands in Background

If one thing can be annoying while working on remote terminals on daily basis, that would be waiting for a command to finish. Wasting time on waiting commands to finish is resolvable ...

In Linux, Sep 26, 2021