Blue Bottle Espresso Parameters
Blue Bottle seems to have removed the parameters for some of their popular espressos. Luckily, I took screenshots years ago!
Read Moreby Jay Luong | Nov 4, 2020 | Networking | 0 |
Blue Bottle seems to have removed the parameters for some of their popular espressos. Luckily, I took screenshots years ago!
Read Moreby Jay Luong | Nov 4, 2020 | Networking | 0 |
find . -mindepth 1 -maxdepth 3 -type d -not -exec sh -c ‘ls -1 “{}” | egrep -iq “mkv|iso$”‘ \; -exec rm -rv {} +
Read Moreby Jay Luong | May 13, 2020 | Networking | 0 |
For those who are stuck with running cron jobs with Ruby scripts. The non-interactive shell “bash -lc” might not work. The sure shot way is to just export your path in the job itself. You might be getting errors like...
Read Moreby Jay Luong | May 8, 2020 | Networking | 0 |
Sometimes Docker’s networking acts funky. I had the following error while using docker-compose with a ruby:2.7.1-alpine3.11 image. RUN apk add –update –no-cache curl fetch...
Read Moreby Jay Luong | Apr 9, 2020 | Networking | 0 |
If you’re running MySQL 5.7.5 or higher, you might’ve seen this error while trying...
Read Moreby Jay Luong | Apr 3, 2020 | Networking | 0 |
There are headaches and heavy costs associated with hypervisor virtualization. There was a time I...
Read Moreby Jay Luong | Sep 17, 2019 | Networking | 0 |
The Contenders Toshiba HDTB420XK3AA Canvio Basics 2TB Portable External Hard Drive USB 3.0WD 4TB...
Read Moreby Jay Luong | Jul 25, 2019 | Networking | 0 |
Sometimes we run blogs that are updated frequently and at predetermined intervals. It’s useful to warm up the cache after content has changed. I’ve used plugins but they don’t seem to work well. I’ve...
Read Moreby Jay Luong | Feb 25, 2018 | Networking | 0 |
Just spent the day digging through a box of old gear to relegate for network extension duties. These tests were done in bridge mode from about 20 ft from the main router through 2 walls.
Read Moreby Jay Luong | Jan 5, 2017 | Networking | 0 |
Introduction There was a time when you could determine the size of a file by counting the number of characters it had. One character equates to one byte. Simple. In fact, it was how I found the office perpetrator who printed out...
Read Moreby Jay Luong | Jul 2, 2016 | Networking | 0 |
After years of having to manually renew certificates (I’ve used StartSSL in the past), Let’s Encrypt is finally live and will allow you to automate this process by installing an agent and a cron job. Here I’m...
Read Moreby Jay Luong | Sep 8, 2015 | Networking | 0 |
Generally there are three ways of reverting changes: checkout revert reset Checkout If you just need to revert specific files, you could run git checkout to retrieve an exact version. In the below example, I wanted to revert the...
Read More
Recent Comments