Hardening your WordPress installation
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x find…
Searching Git Commit History
To search your git commit history for a specific comment made, it’s quite straightforward: …
MacOS Mojave Update – Google Backup and Sync (a.k.a Drive) requests control of System Events.
““Backup and Sync from Google“ wants access to control “System Events“. Allowing control will provide…
Sign into Gmail without Signing into Chrome [Updated Dec 1, 2018]
UPDATE: To disable signing in to chrome, go to Settings (scroll down to advanced) >…
Bulk Delete Nodes by Type in Drupal 8
For this to work you’ll need to execute it in PHP. A quick way to…
Outlook 2016 crashing when using Options or More Commands…
Error Message: The file Mso98Win32Client.dll is incompatible with Microsoft Outook. Install Outlook again. Issue: Office…
Finding and activate C2R-P Volume License MAK key for Visio & Project 2016 installed with Office Deployment Tool
This assumes you already know how to use Office Deployment Tool (ODT) for Office 365…
View and Sort Files in Linux; Arrange by Size on Mac
Mac: brew install coreutils du -sh ./* | gsort -h
Change Git Commit Date and Git Commit Author Date
To see the author and commit date, do the following in terminal: git log --pretty=fuller…
Force SSL/HTTPS on Apache2 within VirtualHosts
At the end of this brief tutorial, you should be able to redirect all non-https…