Here are some helpful commands that will aid in debugging and investigating any issues. Monitoring I/O via iostat The iostat…
First install the dependencies, you’ll likely have some of them, but this is the full list needed to install mono.…
First, install dovecot from the plesk panel. it will likely fail to start, and that’s due to the ssl cert…
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…
Simply do: wget -r -e robots=off –wait 0.25 http://thesite.com
Using rsync to migrate websites to new servers. How to copy files to a remote server and keep symlinks in…
seems an update in plesk overnight (twice in the last few weeks) has cocked up the php session_save_path: no websites…
Unable to send email using PHP mail()? Learn how to configure sendmail on mac os x… Open up /etc/php.ini and…