Operating System
Trash-cli is a command line interface that trashes files and records the original absolute path, deletion date, and associated permissions. It uses the same trashcan used by popular Linux desktop... Read more
Ntfy is a simple yet serviceable cross-platform Python utility that enables you to automatically get desktop notifications on demand or when long running commands complete. It can as well send... Read more
A port is a logical entity which acts as a endpoint of communication associated with an application or process on an Linux operating system. It is useful to know which... Read more
In Linux and other Unix-like operating systems, only the root user can run all commands and perform certain critical operations on the system such as install and update, remove packages,... Read more
In this article, we will explain two, simple command line tips that enable you to only list all today’s files. One of the common problems Linux users encounter on the... Read more
In this article, we will look at how to find a process name by its process identification number (PID). Before we dive into the actual solution, let us briefly talk... Read more
bc (Basic Calculator) is a command line utility that offers everything you expect from a simple scientific or financial calculator. It is a language that supports arbitrary precision numbers with... Read more
A checksum is a digit which serves as a sum of correct digits in data, which can be used later to detect errors in the data during storage or transmission.... Read more
When you have important sensitive data, then its crucial to have an extra layer of security to your files and directories, specially when you need to transmit the data with... Read more
In Linux, you can change the maximum amount of open files. You may modify this number by using the ulimit command. It grants you the ability to control the resources... Read more