Linux
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...
S Bali -
Linux
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...
S Bali -
Linux
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...
S Bali -
AWS
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...
S Bali -
Linux
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...
S Bali -
Personal
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...
S Bali -
WordPress
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...
S Bali -
WordPress
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....
S Bali -