How to Use crontab Like a Pro
Apr 27, 2025
→
5 minutes
If you ever needed to run a command automatically at a certain time on Linux, crontab is what you’re looking for. It’s simple once you get the pattern down. Here’s everything you need to know to start — and actually understand what you’re doing. What is crontab? In its simplest form,...
DeepSeek 🐳 on ur local host right now!
Jan 30, 2025
→
4 minutes
Hello, folks! 🙋🏻♂️ Today, I want to show you how to run Blue Whale on your local computer and make its web UI accessible over the internet. I’ll guide you through the setup step by step, so stay tuned! What will be need: MacBook Air 13 M3 16GB RAM 512GB...
Process vs Thread in Python
Dec 15, 2024
→
2 minutes
Hi there, I posted some time ago, and now I’m continuing because it helps keep important things organized and makes it easier to review and remember information. I want to dive into the topic of processes and threads in Python because an HR representative asked me about it, and I...
Have your own GitHub-like service!
May 29, 2023
→
5 minutes
Today I’ll show how to deploy your own Cloud Git Repository Service. This article is from Self-Hosted Services series which perfect fits for your home lab :) When you’re working on software development, it’s important to manage your source code efficiently and keep track of changes. Source code management (SCM)...