Will using `nice -20` on nginx and php-fpm make my WordPress site go faster?
The nice command in Unix and Linux systems is used to alter the scheduling priority of processes. A lower nice…
The nice command in Unix and Linux systems is used to alter the scheduling priority of processes. A lower nice…
Problem If you are now using docker on a Mac M1 (arm64 platform), you don’t want to use amd64 as…
How to enable source highlighting when doing less mycodefile.ext Install source-highlight sudo apt install source-highlight Configure it on your .bash_profile…
Sometimes you have a bunch of useless errors creating unnecessary disk I/O on your server, disk I/O that should be…
You want to serve a wordpress instance on a website’s domain url but not at the path’s root, you want…