This blog is maintained and written by Aditya Krishnakumar, an engineer from India. He is a DevOps Engineer by profession and is enthusiastic about DevOps, Security & Software Development.
How to have a DNS-based sinkhole for the ads (and other kinds of websites) without having to install any additional software in your laptop/computer. ·...
Fix your root file system issues for your failed EC2 instance, in case it is not booting after a maintenance window reboot. · TLDR; If you face the...
TLDR; To generate the certs, create a CSR file with the following: openssl genrsa -out domain.com.key 2048 openssl req -new -sha256 -key...
How to write effective Linux service files such that you can get rid of hacky ways to run your application in a Linux server · TLDR; If you would like to...
Perform keyless authentication and authorisation to AWS services, without having to manage separate access keys. · Motivation Whenever we're configuring...