Home Tags Linux

Tag: Linux

Linux Commands a to z

0
I went for a technical interview yesterday, 1st Oct 2019 and I was asked a question, to name a Linux command for each of...

Set ulimits for a script started using systemd

0
In my previous post I demonstrated how easy it was to start a script on boot usig systemd in Linux. In this post I...

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

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