In the previous article in this series, you looked at Functions. In this article, let’s look at managing the control flow of our Rust program using conditional statements. What are conditional statements? When writing some code, one of the most common tasks
Read More
Slowly, users are moving to privacy-focused solutions instead of convenient options. Why? Simply because many have realized the worth of their personal data. Of course, protecting your privacy does not mean staying anonymous. But, taking control of privacy means that you do
Read More
If you need to run Linux virtual machines, Qemu is one of the fastest hypervisors out there, if not the fastest. Along with the speed, you also get excellent configuration options. Even if you are not an advanced user, it gives you
Read More
The variety of Linux distributions available is not a disadvantage but a helpful trait. There is something for everyone. And here, we want to address the options tailored for users who wish to run Linux on dated hardware and systems with shallow
Read More
Last week you saw a slew of Ubuntu 23.04-based releases; this week, we get the Linux kernel 6.3. This week also sees the continuation of our Rust Basics series! 💬 Let’s see what else you have in this edition of FOSS Weekly:
Read More
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
