Ranger on Linux - A Complete Terminal File Manager For Linux - LinuxForDevices
In this article, we're going to learn about an exciting new file manager called Ranger. For many of us, who switch to Linux from Windows, using the terminal
SSH stands for Secure Shell and it is used widely as a means of accessing remote servers. The usage of SSH is recommended because it is considered a highly secure way of authenticating users remotely.
How to Install Universal Media Server in Ubuntu Linux
Universal Media Server (UMS) is a free DLNA-compliant, HTTP(s) PnP Media server, which provides a number of capabilities such as sharing multimedia files
Retrieving Emails From Remote Servers With fetchmail on Debian
Retrieving Emails From Remote Servers With fetchmail on Debian Linux. Fetchmail is a program for retrieving emails from remote servers. Imagine you ha...
Wireguard is an open-source cross-platform Virtual Private Network (VPN) implementation that uses state-of-the-art cryptography. This tutorial will co...
How to Install Malcolm Network Traffic Analysis Tool on Ubuntu 22.04
Malcolm is a simple, easy-to-use, and powerful network traffic analysis tool. It is capable of capturing artifacts (PCAP files) and Zeek logs. In this...
fd - A Simple and Fast Alternative to Find Command
fd is a fast, and user-friendly tool meant to simply perform faster compared to the find command, but it is not meant to completely replace the find command.
Deploy a Kubernetes Cluster on Ubuntu Server Using Containerd
To get Kubernetes successfully deployed on Ubuntu, you have to go with the containerd runtime engine (where you once would have depended on Docker. And that's what I'm going to show you today.
Is there any tool for headless CLI usage to edit mp4 metadata, preferably without remuxing?
I need to edit metadata like, audio/subtitle language tags.
I am trying to get a list of all packages that are installed on my system. For this I call 'rpm -qai' from within a Python-script where further transformations on the output take place.
I kind of ...