Linux & Unix
How to Restart a Docker Container
To restart a Docker container, you can use the `docker restart` command. This command stops and then starts the specified…
How to restart a CentOS Server or Desktop
To restart a CentOS system, you can use both the command line (shell) and the desktop environment (GUI). Using the…
How to access the /stats folder with custom docroot set in ISPConfig 3
When using a custom docroot in the custom Apache directives field in ISPConfig, the /stats folder becomes inaccessible. An easy…
How to set PassivePortRange and PassiveIP in pure-ftpd on Debian and Ubuntu Linux
If you run a firewall on your Linux server and want to use passive FTP connections, you have to define…
Yarn Installation on Debian Linux
YARN package manager is a tool for managing yarn. The acronym stands for “Yet Another Resource Negotiator”, and that is…