Fix slow PHP mac localhost

It’s probably not slow PHP, just slow routing. Open terminal and type in hostname to…

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…

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…
git