ss command to monitor network connections on Linux

0
Migrated to new Hugo Site. netstat was one of the first commands I used on a Linux server to monitor network connections between servers. However,...

Add Expires Headers to your Nginx Configuration

0
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

0
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

2
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

0
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

0
If you search online, how to add Basic Authentication to a Nginx site, you will find most articles refer to using htpasswd, which you...