Category: Linux

Linux FAQ resource and tutorials.Basic Linux tutorials. Contains usual commands,scripts, installations instructions and configuration examples.

How to upgrade to Zorin OS 17

Zorin OS 17 is a beautiful Linux distribution on top of Ubuntu 22.04 LTS. One of the best-looking Ubuntu-based distro, and provides an excellent user experience for all kinds of users. If you are already a Zorin OS user, how can you access and upgrade your …

How to Install GO (golang 1.22) in Ubuntu 22.04

Go programming language announced the new 1.22 release this Tuesday! Here’s the new features and how to install guide for Ubuntu & other Linux. What’s New in Go 1.22: The variables declared by a “for” loop were created once and updated by each iteration. In new …

Less Command Examples

Most Linux users will use the cat command to print the file contents, and that’s pretty cool until you are dealing with a file worth hundreds of lines. It will fill the entire window with text, which is frustrating, as you may not be able to …

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 …