Recently I was notified that It’s FOSS was included among the top 50 Raspberry Pi blogs. Wow! That was pleasantly unexpected. Does that mean you’ll be seeing more Raspberry Pi resources? Maybe 🙂 💬 Let’s see what you have this week: Get
Read More
In this post, we will cover how to install minikube on RHEL 8, Rocky Linux 8 or AlmaLinux 8 step by step. Minikube is a cross-platform and open-source tool that makes it possible for you to deploy a single-node Kubernetes cluster on
Read More
So far, in this Terminal Basics series, you have learned to: Change directories Make new directories List directory contents Let’s now learn about creating files in the Linux command line. I’ll briefly discuss adding content to the file. However, details on editing
Read More
The packaging system in NixOS is its strongest point. The Nix package manager uses a vastly different syntax than apt, dnf and other package managers. In this guide, I will share two ways to install and remove packages on NixOS: Using the
Read More
DOSBox is free and open-source software that allows you to emulate the MS-DOS operating systems from the previous century. Why would you want that? For nostalgia as it allows you to play the 8-bit games that were popular in the 80s and
Read More
Workspaces are virtual desktops that allow you to juggle and organize a collection of application windows. Instead of cluttering all the windows in one screen, you can have multiple windows in different workspaces. This way, your desktop workspace stays organized, and you
Read More
Lots of interesting development from Ubuntu, Pop OS and Fedora this week. GNOME 44 and KDE Plasma are also gearing up for their next major version release. 💬 Let’s see what you have this week: Sneak peek into the features of Fedora
Read More
Pgadmin4 is a free and opensource web-based administration and development platform for PostgreSQL. It interacts with PostgreSQL database server on both local and remote servers and displays server statistics using intuitive and interactive dashboards. Pgadmin4 is a rewrite of Pgadmin 3 and
Read More
The ls command in Linux is used for listing the contents of directories. You can think of ls as a short form for list. There is more to just listing what a directory consists of. You can see the file size, the
Read More
If you can use the Nix package manager on any Linux distro, why should you install the NixOS? I often wondered about the same before using NixOS for a few days. Once I realized the benefits, I wrote about it to help
Read More