With the recent advent of large language models, the open source community has done what they tend to do quite often, and they created their own. There are all sorts of tools out there for…
Tag: Linux
Creating A Default DEV Container File For GitHub Codespaces
GitHub Codespaces is an incredible offering that lets you run Visual Studio Code within a Docker container in the cloud, from your browser. What makes this offering a real game changer is when you couple…
Finding The Largest Directories on Linux
Managing disk space on a Linux machine is a critical aspect of system administration. As data accumulates over time, it’s essential to identify which directories are consuming the most space. One powerful command that can…