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...
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...
Add Expires Headers to your Apache WordPress Configuration
Website need to render fast these days. No one likes to wait for a website to load. Users get frustrated and navigate away if...
How To Install Redis on Ubuntu 16.04
Updated on Nov 15th 2020
Redis is an open source in-memory key-value store known for its performance and flexibility. Redis has built-in replication and can...
ssh to host with frequently changing ip
In my previous post here I shared how to start an EC2 server and then set DNS for it. So the DNS record for the...
htpasswd using openssl
If you search online, how to add Basic Authentication to a Nginx site, you will find most articles refer to using htpasswd, which you...