Uncategorized
-
This Month’s Reading Roundup
Every month, I like to look back on the books I’ve read—and March was no exception. Books I Read Fiction Unnamed File by Yū ShinadaThis month I became a huge fan of Yū Shinada (also known as Da Vinci Osorezan). He’s a remarkably versatile creator—many of you may already know him as a writer for… Continue reading
-
What is $PATH and how to use it?
In this article, we will learn about what PATH is and why we need it.We’ll cover PATH first, and then dive into .zshrc/bash_profile to deepen our understanding. What is PATH? In short, PATH is a list of directories that your shell searches for executable files.The variable PATH can look like this: /usr/local/bin:/usr/bin:/bin, which represents a… Continue reading