Supervisor Cheat Sheet
Close all running supervisor jobs supervisorctl stop all Reference https://stackoverflow.com/questions/17069373/stopping-supervisor-doesnt-stop-celery-workers
Close all running supervisor jobs supervisorctl stop all Reference https://stackoverflow.com/questions/17069373/stopping-supervisor-doesnt-stop-celery-workers
One of the most useful utilities that hosts and ISPs and internet engineers use, is WHOIS. This utility has a golden feature – it will
Introduction & Explanation Why LVM? The reason why we love LVM is because when you need to increase the space it’s really easy. If you
Count lines in file wc -l laravel.log 169613 laravel.log Word count lines in Laravel.log Truncate lines from the beginning of a file tail -n +169000
Here’s me on a weekend thinking I can upgrade a core server from Ubuntu 18.04 to 20.04. This is normally quite a risky undertaking depending
Background On a seemingly fresh and perfect server you might see the following events logged in the /var/log/auth.log file: May 14 06:29:52 SERVER gdm-password]: pam_unix(gdm-password:auth):
During an online upgrade of an Ubuntu 18.04 server to Ubuntu 20.04, the system became unresponsive for over an hour. One idea was to reset
When facing the decision to upgrade an Ubuntu 18.04 server, you basically have two choices: Lower Risk Scenario 1. Upgrade just PHP. The hero in
Crontab Cheat Sheet Under Ubuntu or debian, you can view crontab by /var/spool/cron/crontabs/ and then a file for each user is in there. But hell
Use this command to see if a package is already installed: apt list –installed | grep -i xyz Reference https://askubuntu.com/questions/17823/how-to-list-all-installed-packages