All Stories
Add Drone CI build status to your project
In some of the previous posts, I wrote about how to Send Drone CI build notifications with Slack.
In Drone, Oct 08, 2021How to install Ansible on Amazon Linux 2
When it comes to AWS hosted infrastructure, if there is a need for managing the instances or the deployments of the application/services you can use the approach of having one EC2 ded...
In Ansible, AWS, Amazon Linux 2, Oct 07, 2021Get AWS region name in Terraform
The following tutorial will be a step-by-step guide on how to get the current AWS region name in Terraform.
In Terraform, AWS, Oct 06, 2021How to install Nginx on Amazon Linux 2
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 Nginx, AWS, Amazon Linux 2, Oct 05, 2021Send 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 a dozen of CI/CD tools out there, Drone CI is an open s...
In Drone, Slack, Webhooks, Oct 04, 2021How 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 beginner because AWS is facing a lack of CloudFormation doc...
In AWS, Oct 03, 20217 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, 2021Remmina 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 RDP software. A few days ago I needed to access a Microsoft SQL server ...
In RDP, AWS, Oct 01, 2021Prevent 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, 2021How 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, Debian, Sep 29, 2021