Fix WP Local Docker nginx Error
I love using WP Local Docker for my local web development environment but recently I ran into an issue where I was getting an error when trying to start up my global services.
Step by step guides to help with technical issues that I have worked on over the years.
I love using WP Local Docker for my local web development environment but recently I ran into an issue where I was getting an error when trying to start up my global services.
The Issue: I recently ran into an issue where I saw a number of posts showing up in WordPress called “Unititled_1”, “Unititled_2” and so on.
If you are like me and use Docker as a part of your developer environment – you will likely needed to restore a container at some point and here is how you do it.
Want to change the location of the Edit/Copy/Delete action icons in phpMyAdmin but do not know how?
Here is all you need to add in accents when writing words with special characters. Documentation taken from: https://support.apple.com/guide/mac-help/enter-characters-with-accent-marks-on-mac-mh27474/mac
Ever struggle to hear someone on Zoom but they think they sound fine? Here is the fix.
As I was getting ready to do my first svn check in today – I got an error that I had not seen yesterday: “svn: error: The subversion command line tools are no longer provided by Xcode” My operating system: macOS Catalina 10.15.3 Apple’s documentation on how to fix this: https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes The solution: Open: The […]
While doing some spring cleaning (mentioned yesterday) – I decided I needed to go through my files on my Google Drive™.
I recently ran into an issue where my iPhone would seem to always try and connect to the one network I did not want to use anytime I left the house/came back.
With Safari 11 – we lost the “Disable Cache” in the Safari Developer menu. If you are a developer – you know this comes in handy when debugging any CSS/JS changes.
If you noticed your fonts in Chrome looking more bold in Chrome than Safari – there is an easy fix. Add this in to your stylesheet (body or specific CSS class/ID): Example: h1 {-webkit-font-smoothing: antialiased;} You can see the difference: Before: After:
If you are like me and a few days ago – noticed that you were getting prompted for your passphrase when using your SSH keys (instead of using the keychain) – here is how you can make a small change to no longer enter your password each time: http://apple.stackexchange.com/questions/254468/macos-sierra-doesn-t-seem-to-remember-ssh-keys-between-reboots/264974#264974