Problem When trying to log into a WordPress website, using the wp-login / wp-admin page - the page redirects back to the login page after entering in the username and…
Problem wget is a server side application use to run remote requests. It's commonly used in a 'cron job' - to schedule running a webpage - for example, triggering a…
How to BULK remove Twitter followers If you have a large number of Twitter followers to remove you can speed up this process using Google Chrome addon and some JavaScript.…
I'm not interested in getting into the technical aspects of setting up a VPS as a web server - instead I choose to use DigitalOcean and ServerPilot to get me…
When WordPress is installing updates - whether that be plugin updates or WordPress updates - the site is temporarily put in maintenance mode, stopping users from loading the website. Instead…
By default when saving a CSV file in Excel, each column will be separated using a comma as the delimiter - hence the name Comma Separated Values (CSV). This can…
By default WordPress uses the /wp-content/uploads/ directory for uploaded files, for example images added to the media library are saved to this directory. This can be changed by configuring the…
The following cron command line can be used to delete a folder including all sub-folders and files. In this example we'll be deleting a temporary upload folder - it is VERY…