How to quickly remove a configuration from a whole bunch of files using the Linux utility SED
Every now and again, dread, you have a number of configuration files that have an incorrect value. Recently we encountered this problem on an Apache
Every now and again, dread, you have a number of configuration files that have an incorrect value. Recently we encountered this problem on an Apache
Cheats Close all running supervisor jobs supervisorctl stop all Errors on Forge Below is an error after deleting a site. This is related to this
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