Author: bartez64

Run LLMs Locally on Raspberry Pi Using Ollama AI

Last week, I shared a tutorial on using PrivateGPT. It’s an AI tool to interact with documents. Now, that’s fine for the limited use, but if you want something more than just interacting with a document, you need to explore other projects. That’s when I came …

Microsoft document confirms Windows 11 24H2 update

Microsoft is already preparing the next big update for Windows 11 for the end of 2024, codenamed “Hudson Valley”, with a bigger focus on AI. In a new support document first spotted by Windows Latest, Microsoft has confirmed “Windows 11 24H2” is real and coming later …

Paste Command Examples

No, it does not paste the copied text or items 😲 Surprised? I, too, was shocked when I got to know that the paste command in Linux is used to merge lines from multiple files parallelly. In simple terms, if you have two files each containing …

Monitor CPU and GPU Temperature in Raspberry Pi

Heating is one of the most common issues in all the single board computers like Raspberry Pi. Keeping an eye on the CPU temperature could be one way to determine why your Pi is lagging or acting slow. 📋This tutorial has been performed on a Raspberry …

Shut Down WSL Running Linux Distributions

So you are running Linux inside Windows using WSL. And you are wondering how you can shut down the Linux distribution running in WSL. You can surely try the shutdown command from within the Linux system running in WSL: sudo shutdown now You can also shut …