How to Install Docker on AlmaLinux 9
To install Docker on AlmaLinux 9, enable Docker repository To install docker, run To start docker on boot, run To start docker…
To install Docker on AlmaLinux 9, enable Docker repository To install docker, run To start docker on boot, run To start docker…
Nano is a simple and user-friendly command line text editor for Unix-like operating systems. It’s designed to be easy to use for…
Caddy is a powerful and user-friendly web server. One of its features is its ability to act as a reverse proxy, seamlessly…
To block all emails from a specific domain in Zimbra, run the following commands as user zimbra (su – zimbra). To block…
WordPress shows a 404 page when visitor navigate to a non existent page. To redirect visitor to a specific page, say home…
Yarn is a package manager for JavaScript like npm. It is commonly used for managing dependencies for Node.js applications, but it can…
To recover MySQL table structure from .frm file, you can use dbsake. You can find dbsake documentation at http://dbsake.readthedocs.org/en/latest/. To install dbsake,…
On running “apt upgrade” command on Ubuntu 20.04 and newer, Ubuntu shows an advertisement about Ubuntu Pro subscription. To disable the Ubuntu…
To bakcup a site using SSH, login to server as user root, run the command plesk bin pleskbackup –domains-name example.com –output-file=”/root/example.com.zip” -v
To display the effect of rule set changes, use Flush rules To Open a port range (49152-65534) To save rule set to…
To set unlimited resources for a user in cloudlinux, run the following command: Back to cloudlinux
Login to ubuntu server using SSH and run the following command to install MATE desktop environment apt install ubuntu-mate-desktop Create a normal…