Category: Linux

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

Top New Features in GNOME 46, the Desktop for Ubuntu 24.04

GNOME 46 reached UI, ABI/API, and feature freeze stage today. Let’s see the top new features in this popular desktop environment. GNOME 46 will be the default desktop environment for Fedora 40 Workstation, Ubuntu 24.04, and optional in Arch, Manjaro, etc Linux. It continues polish the …

Ubuntu 24.04 Aims to use Thunderbird Snap as Default

Like Firefox, Thunderbird email client in Ubuntu is going to be replaced as a Snap app runs in sandbox. Canonical, the company behind Ubuntu, is working on porting core apps to Snap package format in recent years. Firefox, Chromium (in system repository), and Ubuntu Software (App …

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 …