Aaron Medina·Oct 29, 2024How to fix code command for opening VSCode in Terminal for OSXIf the code . command is not working in your terminal, it’s likely that Visual Studio Code’s command-line tool isn’t properly installed or…
Aaron Medina·Oct 29, 2024How to Batch Remove Docker Images Created Today with One (Chained) CommandThis command finds and removes Docker images created today in a single step by chaining multiple commands together. Let’s look at each part…
Aaron Medina·Aug 3, 2023Revolutionising Flowcharts: Creating Interactive Diagrams with Draw.IO!Flowcharts are indispensable tools for visualising complex processes, but why settle for static diagrams when you can create dynamic…A response icon2A response icon2
Aaron Medina·Oct 30, 2022Troubleshooting (Python 2.7) pipenv errorI just installed pipenv and I’m being blocked by this issue when creating a virtual environment for my coding practice.
Aaron Medina·Oct 29, 2022How to prepare your Python (2.7) sandbox in your MacWe will likely encounter version conflicts if we’re working on multiple projects and just using the system Python. It’s a common and best…
Aaron Medina·Jan 18, 2021How to delete InstallESD.dmg (or any undeletable file) in macOS TrashThere are times that we encounter stubborn files that can’t be deleted in Trash for some reason.A response icon2A response icon2
Aaron Medina·Jan 12, 2021How to download MacOS OSX Full InstallersA few years back, I created a guide on how to create a macOS OSX USB installer. The steps are basically the same even after a few OSX…
Aaron Medina·Jan 16, 2020How to enable and use picture-in-picture in Safari on OSXWith the recent macOS Catalina update, we can now finally use the picture-in-picture mode while watching videos in Safari in just a few…