A small tool that provides examples of common uses of command line tools Sometimes we just want to quickly use some practical examples of commands on the terminal and don't want to go through the complicated instructions. ➡️ https://github.com/srsudar/eg will give you u... Date: 2023-04-01 Author: 60wdb Category: Mac, Linux, Github
Using Supervisor to daemonize golang programs Sometimes we need to write some go applets to run on the VPS, but there is no daemon to listen to the management, so we may crash for a long time without knowing. It's easy and convenient to use Su... Date: 2023-03-04 Author: 60wdb Category: Tips, Linux, Golang