You might have come across dope screenshots (especially via r/unixporn Subreddit), where users customize their desktops to their heart’s desire and share it with the world. Linux lets you customize every aspect of your desktop experience, which is why it is possible.
Read More
DHCP, an acronym for Dynamic Host Configuration Protocol, is a network protocol that auto-assigns IP addresses to client systems in a computer network. It assigns clients from a DHCP pool or range of IP addresses specified in its configuration. While you can
Read More
Like any modern programming language, Rust too has functions. The function that you are already familiar with is the main function. This function gets called when the program is launched. But what about other functions? In this article, you’ll learn to use
Read More
In this guide, you will learn how to set proxy settings for the APT command in Ubuntu/Debian Linux distributions. A proxy server is an intermediary server that sits between a client system or end user requesting the resource and the resource itself.
Read More
A day late? I deliberately delayed the newsletter so that you get all big releases in the form of Ubuntu 23.04 and Fedora 38. All official flavors of Ubuntu 23.04 are available as well. The interesting news is that the educational distro
Read More
NixOS is an advanced Linux distro that has been built from scratch. With the focus on immutability, it differs significantly from the average general-purpose Linux distribution. I have no hesitation in calling it an advanced Linux distro because things are very different
Read More
These days, you can search the internet for the usage and examples of any command. But it was not like this when the internet didn’t exist, or it was not as widely available to everyone. For this reason, commands in Linux (and
Read More
In this post, we will cover how to install VirtualBox on Fedora Linux step by step. At time of writing this post, virtualbox package is available only for Fedora 36, but this post will also be applicable for Fedora 38/37 when itโs
Read More
In the previous post, you learned about the Scalar data types in Rust. They are integers, floating points, characters and booleans. In this article, we shall look at the Compound data types in the Rust programming language. What is compound data type
Read More
FreeIPA is a powerful open-source identity management system that provides centralized authentication, authorization, and accounting services. In this post, we will walk through the steps to configure FreeIPA client on Ubuntu 22.04 / 20.04. After configuring the freeipa client then we will
Read More
