Boosting Windows 10/11 Updates with an Effective Update Script

Several writers have reported long delays in using the Windows 10/11 update GUI. After reading the comments on a recent Krebs on Security post, I decided to share a couple of PowerShell update scripts that I use for Windows 10 updating. The following two scripts were something I came across while working as system administrator… Continue reading Boosting Windows 10/11 Updates with an Effective Update Script

Bash scripts: WordPress Restore

1: Introduction2: Requirements3: Script4: The Devil 1: Introduction Bash script WordPress Restore is the conjugate tool for restoring from a backup created by the WordPress Backup script. WordPress restore is one of the most important tasks for a WordPress site administrator for obvious reasons. The script presented in this post guarantees a way to “reproducibly restore” a WordPress… Continue reading Bash scripts: WordPress Restore

Bash scripts: WordPress Backup

1: Introduction 2: Requirements 3: The Script 4: Caveats Introduction WordPress backup is one of the most important tasks for a WordPress site administrator for obvious reasons. After many years of struggling with a good concise backup method that was guaranteed to work every time, I decided to design my own method using a Bash script. The script… Continue reading Bash scripts: WordPress Backup