Entries from July 2020

How To Fix DNS Lookup Issues on Macos Mojave 10.14.6

Author: , July 22nd, 2020

dscacheutil -flushcache System Preferences -> Network -> Advanced -> DNS -> Add 1.1.1.1, 8.8.4.4 and 8.8.8.8 at the top. If they are already there, CHANGE THE ORDER!

How To Solve npm Error UNABLE_TO_GET_ISSUER_CERT_LOCALLY

Author: , July 16th, 2020

Problem: Running npm i gave me an UNABLE_TO_GET_ISSUER_CERT_LOCALLY error Solution:

Full Error text:

How To Enable HTTPS For Grafana Using Existing LetsEncrypt Certificates

Author: , July 15th, 2020

How To Enable Anonymous Access For Grafana

Author: , July 15th, 2020

How To Support Panel Image Rendering in Grafana Server

Author: , July 15th, 2020

To render a panel image, you must install the Grafana Image Renderer plugin.

How To Set WordPress Permissions

Author: , July 11th, 2020

How To Revert the Last git Commit

Author: , July 9th, 2020

shell$ git log | head -1 commit a203e1bd04718bff10a3df4a3389c493c97c0432 Use the commit string as the last argument to the git revert command: shell$ git revert -m 1 a203e1bd04718bff10a3df4a3389c493c97c0432

How To Find All git Commits Containing a Specific Log Message

Author: , July 9th, 2020

Show commits and messages that match

Include code diffs

Include file names

How To Modify Files Inline Using PERL Edit In Place

Author: , July 8th, 2020

How To Get a Formatted Date in Perl

Author: , July 8th, 2020