This one is how to generate ssh keys from Windows, and set everything up to conveniently access the Linux boxes…
Here are some helpful commands that will aid in debugging and investigating any issues. Monitoring I/O via iostat The iostat…
cat doms.txt | while read i; do plesk bin domain -u $i -php_handler_id plesk-php70-fastcgi; done
First install the dependencies, you’ll likely have some of them, but this is the full list needed to install mono.…
This is because you forgot to back up your httpd.conf… – easily fixed: First, back up the current httpd.conf: (you’ll…
First, install dovecot from the plesk panel. it will likely fail to start, and that’s due to the ssl cert…
Added a simple extension to the Date object as to output an ordinal suffix. using System; using System.Collections.Generic; using System.Linq;…
find . -maxdepth 1 -type d -print0 | xargs -0 -I {} sh -c ‘echo $(find “{}” | wc -l)…
After using wget to fetch multiple files, you end up with any query strings as part of the filename, remove…