How to Create New Partitions in Linux

Partition editing or making new file systems on Linux usually means one thing: installing the Gnome Parted partition editor (GParted). For most Linux users, this is the only way to go about it. Still, what if you could edit these partitions and file systems right in the terminal? You can! Here’s how! Content Creating a … Read more

7 of the Best Web Browsers for Linux

Be it for personalization, security, or any other way, Linux web browsers come as good as Linux distros do. Here are 11 of these, ready to bring you every single page that the internet has to offer! Content 1. Vivaldi – Best for Personalization 2. Opera – Best AI Services Implementation 3. Google Chrome – … Read more

How to Install and Configure ownCloud Server

OwnCloud is a powerful, web-based personal storage solution for Linux. It works by converting a standard Linux-Apache-MySQL-PHP (LAMP) software stack into an interactive web application that you can access anywhere. This article shows you the process of installing an ownCloud server on Ubuntu 22.04. Not only that, we will also show you how you can … Read more

How to Make a Raspberry Pi Virtual Machine

The Raspberry Pi is one amazing little machine with a bit of a caveat: the RAM and SD card storage. And it’s not like you can do anything with that since everything is soldered directly on the board. That’s why upgrading both RAM and storage is impossible – unless you make a Raspberry Pi virtual … Read more

5 Simple and Easy Uses for Netcat in Linux

Netcat is a powerful command line network utility in Linux that can send and listen for TCP and UDP packets. Unlike other network tools, netcat is extremely basic. However, its simplicity also allows it to do almost any type of activity over a network. This article will show you 5 simple networking tasks that you … Read more

PowerShell vs. Bash: Key Differences to Know About

If you possess even the most passing familiarity with terminal emulators on computers, you’ve likely heard of Linux’s Bash and Microsoft’s PowerShell. Both of these are ubiquitous in the lives of professionals specializing in either operating system. However, if you aren’t living your day-to-day life in front of a shell prompt, you likely haven’t given … Read more

How to Customize the GDM Sessions List

Have you ever installed a new Linux window manager or desktop environment, only to find that it doesn’t show up on the Sessions list in GDM? Have you ever wanted to remove items from that list? How about create a new list item so that you can boot into a custom desktop environment? It sounds … Read more

How to Use GPG with GNU Kleopatra in Linux

The GNU Privacy Guard (GPG) is one of the most important programs available today, as it allows you to create your own digital identity and establish encrypted communications online. This article will show how you can get started with GPG in Linux using Kleopatra and send your first encrypted message over the internet. Content How … Read more

UNIX vs Linux: How Are They Different?

UNIX is a powerful multi-user operating system (OS) that defined how we do computing for more than 40 years. It provided a lot of features and abstractions that we take for granted today. This includes the idea of files being an uninterpreted sequence of bytes as well as the notion of a hierarchical file system. … Read more

What is Nostr and How to Use It in Linux

Nostr is a new and innovative internet protocol that aims to simplify how people use social media. Instead of a single website, Nostr uses relays and public key cryptography to decentralize the broadcast of messages over the internet. This article will show you how you can install a Nostr client in Linux. Further, it will … Read more