Rust in Linux kernel is not news. You already know about that. But Rust in GNU is a big move. It seems that a Rust rewrite of GNU’s coreutils (meta package that gives us commands like cp, ls, dd, mv etc) will
Read More
Ollama has been a game-changer for running large language models (LLMs) locally, and I’ve covered quite a few tutorials on setting it up on different devices, including my Raspberry Pi. But as I kept experimenting, I realized there was still another fantastic
Read More
How do you update Arch Linux? You run sudo pacman -Syu command. How do you install a package on Arch Linux? You run sudo pacman -Syu package_name. Which might make you wonder why do you need a system update while installing a
Read More
We reached the 30,000 followers mark on Mastodon. This is an unexpected feat. We have 140,000 people on our Twitter profile but that’s because Twitter/X is a bigger platform. I am pleasantly surprised to see so many people on an alternative, decentralized
Read More
Imagine you found a cool text editor like Pulsar and downloaded it in the AppImage format. You enjoy using it and now want to make it the default application for markdown files. You right-click on the file and click ‘open with’ option,
Read More
Ollama is one of the easiest ways for running large language models (LLMs) locally on your own machine. It’s like Docker. You download publicly available models from Hugging Face using its command line interface. Connect Ollama with a graphical interface and you
Read More
Keeping your laptop always plugged-in speeds up the deterioration of its battery life. But if you are using a docking station, you don’t have the option to unplug the power cord. Thankfully, you can employ a few tricks to limit battery charging
Read More
In case you didn’t know it already, regularly charging the battery to 100% or fully discharging it puts your battery at stress and may lead to poor battery life in long run. I am not making claims on my own. This is
Read More
If you are someone interested in self-hosting, home automation, or just want to tinker with your Raspberry Pi, you have various options to get started. But, if you are new, and want something easy to get you up to speed, CasaOS is
Read More
Imagine a scenario, you downloaded a new binary called ls from the internet. The application could be malicious by intention. Binary files are difficult to trust and run over the system. It could lead to a system hijacking attack, sending your sensitive
Read More