DUC (Disk Usage Collector) is a collection of tools for inspecting and visualizing disk usage on a Linux system. It allows users to easily analyze and understand the disk usage of their file systems, as well as identify any areas where disk space is being wasted or used inefficiently. DUC is written in C and […]
Archives for January 2023
dstat: command not found
The dstat application is not commonly installed. It will need to be installed with your package manager. It requires Python 2.2 and above, which is installed by default on modern Linux systems: # apt-get install dstat # yum install dstat The dstat application displays disk, network, memory usage, and running task information at regular intervals. […]
dpkg-query: command not found
dpkg-query is a command-line tool in Linux used to query information about installed packages on a Debian-based system. It is part of the dpkg package management system, which is the default package management system for Debian and its derivatives, such as Ubuntu. The dpkg-query command can be used to perform a variety of tasks related […]
dpkg-query Command Examples in Linux
dpkg-query is a command-line tool in Linux used to query information about installed packages on a Debian-based system. It is part of the dpkg package management system, which is the default package management system for Debian and its derivatives, such as Ubuntu. The dpkg-query command can be used to perform a variety of tasks related […]
dpkg-deb Command Examples in Linux
dpkg-deb is a command line tool in Linux used to manipulate Debian package files (which have a .deb file extension). It is part of the dpkg package management system, which is the default package management system for Debian and its derivatives, such as Ubuntu. The dpkg-deb command can be used to perform a variety of […]
dphys-swapfile Command Examples in Linux
dphys-swapfile is a script in Debian-based distribution that is used to manage the system’s swap space. This script is responsible for creating, configuring, and removing the swap file on the system. The dphys-swapfile command can be used to configure the amount of swap space on the system, and to enable or disable the swap file. […]
dphys-swapfile: command not found
dphys-swapfile is a script in Debian-based distribution that is used to manage the system’s swap space. This script is responsible for creating, configuring, and removing the swap file on the system. The dphys-swapfile command can be used to configure the amount of swap space on the system, and to enable or disable the swap file. […]
dolphin Command Examples in Linux
Dolphin is a file manager for the KDE desktop environment in Linux. It allows users to manage and organize their files and folders using a graphical interface. It includes features such as the ability to preview files, access remote file systems, and perform basic file management tasks such as copying, moving, and deleting files. The […]
dolphin: command not found
Dolphin is a file manager for the KDE desktop environment in Linux. It allows users to manage and organize their files and folders using a graphical interface. It includes features such as the ability to preview files, access remote file systems, and perform basic file management tasks such as copying, moving, and deleting files. The […]
dockerd: command not found
dockerd is the command used to start the Docker daemon on Linux systems. The Docker daemon is a background process that manages the Docker environment and is responsible for creating, starting, stopping, and managing Docker containers. The dockerd command is typically used to start the Docker daemon as a service during system boot, but can […]