Wednesday, March 22, 2023

Queue up multiple instances of a shell script

In this post, I am going to show you how to queue up multiple instances of a shell script so that only one instance...

Start a script on boot using systemd

In this post I am going to show how easy it is to setup a service or script to start when a Linux server...

ss command to monitor network connections on Linux

netstat was one of the first commands I used on a Linux server to monitor network connections between servers. However, on a busy server...

Find AWS Resources with missing tags

Everyone who works with AWS resources at some point of time is asked how much is the spend for a project and in a...

Add Expires Headers to your Nginx Configuration

In an earlier post, I explained how to add Expires Headers in Apache web server configuration. But what if you were running Nginx to...

My 2019 January Update

I started this blog in November 2018 as an experiment for a project I was working on which needed an Amazon LightSail instance.  At that...

Secure your WordPress login with Cloudflare Firewall

If you are running a WordPress website with no guest login and are using Cloudflare to protect and serve your website, you should make...

Cache website on Cloudflare

In this post I am going to show you how you can configure Cloudflare 'Page Rules' to cache your site on their edge servers....

Must read

Start a script on boot using systemd

In this post I am going to show how...

AWS Lambda Layer example in python

Lambda Layers was one of the most exciting news...

mongodb replica set using docker compose

In this post I am going to show how...

Set ulimits for a script started using systemd

In my previous post I demonstrated how easy it...