This course was written back in the good old days when Gitpod offered users 50 hours of free work per month. But that was a long time ago, and now this service has become paid. Fortunately, you can ...
This repo provides a step-by-step guide and a template for setting up a Python 🐍 development environment with VScode and Docker 🐳. Docker is an amazing tool, but it has some learning curve. This ...
Cron is one of the most useful utility that you can find in any Linux and Unix-like operating system. Cron is used to schedule commands at a specific time. These scheduled commands or tasks are known ...
Once you started programming, you’ll quickly realize that your operating system’s default text editor isn’t quite up to the task. That might be okay at first, but it’s like trying to make a portrait ...
In this tutorial, we are going to learn how to view the contents of an Archive and/or Compressed file without actually extracting it in Linux and Unix-like operating systems. Technically speaking - ...
The command line isn't just for wise Linux beards. It's actually an awesome tool with almost limitless functionality. Here's a primer on how it works, and how you can do almost anything with it. Note: ...