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,...

Set ulimits for a script started using systemd

0
Updated and migrated to Hugo Site. In my previous post I demonstrated how easy it was to start a script on boot using systemd in...

mongodb replica set using docker compose

8
In this post I am going to show how to setup a mongodb replica set using docker-compose for a development environment. This will allow...

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...

Linux find examples

0
The Linux find command is a very helpful and frequently used command. It is used to locate files and directories. It allows you to...