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

mongodb replica set using docker compose – part ii

0
In my previous post here I showed how to setup a mongodb replica set using docker-compose. While this worked fine for testing the database...

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

Start multiple python processes using supervisor

0
In this post I am going to show how to start up multiple instances of a python app using supervisor on Ubuntu.  This will...

Queue up multiple instances of a shell script

0
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

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