Renewing my SSL Certificate
Its that time of year again! Time to update my SSL Certificate using Let’s Encrypt!
…Its that time of year again! Time to update my SSL Certificate using Let’s Encrypt!
…Pre-pandemic, I would start my morning commute by stopping at a starbucks and grabbing an iced coffee, or cold brew. But since we’ve been stuck at home all this time, my SO and I gave adjusted our routine to making cold brew at home. Here’s my morning recipe.
…To show a list of branches which have the most-recent changes:
When working on small scripts, or writing a document that I want converted to a different format, Ill sometimes use a program that will watch for file changes, and run a command for me automatically. Ill usually use this command to run the script to check its output, or have it convert the document so…
One of the features the Albert Launcher provides is the ability for it to search through bookmarks. Unfortunately though, it doesn’t have native support for Vivaldi just quite yet. Thankfully, Vivaldi is based off of Chrome which is supported by Chrome so there’s a bit of a hacky workaround.
…Sources: Fix Docker Permission Denied Issue. ArchWiki – Docker.
There is no excerpt because this is a protected post.
How to setup vim with plugins using Vim-Plug
watch in linux is used to run a reocurring command and display the output. I find it super useful when you need to follow a truncating log file. Example: To follow a log file, you can run the following command: watch “tail -n 50 output.log” Your immediate thought might be to just run tail -f…