How to Install Proton Pass Desktop App on Linux (A Quick Guide)

Proton, the Swiss-based privacy company, has finally released the Proton Pass Desktop App for Linux and macOS. Following the release of the Proton Mail Desktop App in March, this was their next move to make their applications available across multiple platforms. For those unfamiliar with

What is Xargs and How to Use it (with 13 Examples)

Xargs is a fantastic command-line tool used to read data streams from the standard input of one command and pass them as arguments to another command when combined via piping. You can seamlessly pair it with various other commands, such as find, rm, cp, mkdir,

Create Desktop Shortcut for AppImage in Linux (3 Methods)

Today I’ll show you how easily and quickly you can create a desktop shortcut for an AppImage, file, script, or app on Linux. All methods mentioned here will work for all Linux distributions, whether it’s Debian, Ubuntu, Red Hat, Fedora, Arch, Manjaro, or others. I

How to Set Up UFW Firewall on Ubuntu 24.04 (for Beginners)

Uncomplicated Firewall (UFW) is a built-in command-line tool for Ubuntu and Ubuntu-based distributions that allows users to easily and quickly create and manage firewalls. If you are planning to allow or restrict incoming/outgoing traffic for HTTP, HTTPS, SSH, FTP, and various other protocols, you can

How to Install Symfony Framework in Linux (for Beginners)

Symfony Framework is a free and open-source PHP framework that includes a collection of reusable PHP components. It’s a vast library of PHP components that can help to speed up the development process, ease maintenance, eliminate repetitive coding, and ensure top-notch security. Despite being a

How to Install and Use Doas on Linux (with 9 Examples)

Doas is a privilege escalation program similar to sudo. It was originally designed for OpenBSD, which allows users to run commands as if they were another user (e.g., root), and later, due to its simplicity and unique functionality, it was ported to many other Linux

How to Disable Avahi-Daemon Without Uninstalling in Linux

To disable “avahi-daemon” without uninstalling, you need to first stop the “avahi-daemon” service and then disable it, which will prevent it from starting automatically at boot. 📝 If you come across the “Job for avahi-daemon.service canceled” or “triggering units are still active“, just ignore them

Show Progress of cp, mv, Tar, Rsync, or Scp Commands in Linux

Many Linux commands like cp, mv, rm, and others that perform progressive tasks lack a built-in mechanism or option to display a progress bar. However, a verbose mode is present that can show the detailed insight of each action, but a progress indicator would have

Monitor Network Sockets Using ss Command in Linux

The ‘ss’ command is a tool used to print network socket-related information such as PACKET sockets, TCP sockets, UDP sockets, DCCP sockets, RAW sockets, Unix domain sockets, etc. It is considered the best replacement for the old netstat command (now deprecated), offering new, powerful, and

Converting Documents to Other Formats Using Morphosis in Linux

There are several command-line tools available for Linux to quickly convert documents from one format to another using the appropriate flags. Yet, users often find it overwhelming, even for those who love command-line interfaces, to remember each flag. Hence, a simple GUI application could be

How to Install VirtualBox on Ubuntu 24.04 (with Extension Pack)

VirtualBox is a popular virtualization software and side hustle for Oracle, which likes to keep its fingers warm in various pies. It’s free, open-source, and cross-platform, allowing you to get the same experience on Linux, Windows, and macOS. Of course, you have more powerful and

What is Package Manager in Linux (Their Types with Examples)

A package manager is a command-line or graphical tool that allows you to easily search, install, update, and remove software packages on a Linux system. The software package is a collection of different files bundled together for simple distribution and installation. When installing any software