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 […]
Archives for January 2023
dm-tool Command Examples in Linux
The “dm-tool” command in Linux is used to manage the display manager on a system running the Display Manager Control Protocol (DMC). A display manager is a program that provides a graphical login prompt for users to log in to the system, such as LightDM, GDM, KDM, XDM etc. DMC is a protocol that allows […]
How to make transparent background in Paintbrush
Paintbrush is a simple paint program for Windows that is similar to Microsoft Paint and Apple’s own now-defunct MacPaint. It is a lightweight and easy-to-use tool that provides basic painting and drawing features for creating and editing images. Some features of Paintbrush include: Support for multiple image layers Basic painting and drawing tools Support for […]
How to Download Ext JS GPL
Ext JS is a JavaScript library for building web applications. It is developed by Sencha, a company that provides tools and frameworks for building web and mobile applications. Ext JS provides a rich set of UI components, such as grids, trees, forms, and charts, as well as a robust set of utilities for working with […]
How to enable/disable wayland on Ubuntu 20.04
Wayland is a display server protocol that is used as an alternative to the X Window System on some Linux distributions, including Ubuntu. If you want to enable or disable Wayland on Ubuntu, you can do so by modifying the /etc/gdm3/custom.conf file. Enable wayland To enable Wayland, open the /etc/gdm3/custom.conf file in a text editor […]
How to enable/disable wayland on Ubuntu 22.04
Wayland is a display server protocol that is used as an alternative to the X Window System on some Linux distributions, including Ubuntu. If you want to enable or disable Wayland on Ubuntu, you can do so by modifying the /etc/gdm3/custom.conf file. Enable wayland To enable Wayland, open the /etc/gdm3/custom.conf file in a text editor […]