After three years on Ubuntu-based distributions, I’ve decided to migrate to Fedora 41, for no reason besides pure curiosity. And so far, I have no plans of coming back.
Creating a Multiboot USB Drive with Ventoy
Creating a multiboot USB can be as easy as dragging and dropping your ISO files from one directory to another. All that with only one tool, and the best part – it’s open source!
Automating tasks with Github Actions
GitHub Actions are a powerful, yet straightforward tool for automating tasks in your codebase, from running tests to building your project. Here, we’ll approach its basic concepts and use cases.
Installing software in Linux, the “hard” way
When package managers aren’t enough for your needs, you might need to take matters into your own hands. And this is how you do it.