Cyberithub

3 Ways to Start/Stop/Restart Services in Windows

3 Ways to Start/Stop/Restart Services in Windows 4

In this tutorial, we will see 3 ways to start/stop/restart services in Windows. Services are mostly required when you need to have some long running functionality in your Server. As you might be aware Microsoft Windows has number of services running at any point of time. A service is basically a long running executable applications ... Read more

A Complete Guide to Supervisor in Linux with Examples

A Complete Guide to Supervisor in Linux with Examples 11

Supervisor is a process manager open source tool which monitors and control the lightweight, long running processes. More on Official website. In this tutorial we will create a simple application and see how to manage supervisor configurations for multiple applications. supervisord -> server piece of supervisor is named as supervisord supervisorctl -> client piece of ... Read more