Edit the sudoers file with: sudo visudo visudo is a command created with the sole purpose of locking the configuration file for sudo command located at /etc/sudoers Add to the end of the file: <username> ALL=NOPASSWD: ALL Syntax is...
There are a lot of commands available in the Linux terminal. The usual way to learn Linux terminal commands is through experience. The fastest method we have to do know a command is the man command itself, through the following syntax: man...
PostgreSQL UUID (Universal Unique Identifier) is specified by RFC 4122 and has a 128-bit length. Here We will cover two methods for enabling uuid-ossp extension to PostgreSQL: via CMD and PostgreSQL pgAdmin 4 GUI. Option 1. Enable uuid-ossp...
25.11.2021 -exactly a year ago since the release of PHP 8.0 the version 8.1 is rolled out, and with it, new features and a significant speed increase. From the point of a Webmaster that uses Laravel or WordPress, it’s important to note that 8...
Step 1. Navigate to zerossl website and create a free account: Start the process of generating an SSL by filling in the domain name: For Validity select 90 days and for CSR & Contact select the Free option There are multiple verification methods...
In Roundcube Webmail on cPanel, single email could not be opened and the following error message was displayed: INTERNAL ERROR Could not load message from server. First check the /var/log/messages for any errors: the error: Dec 1 11:40:17 s6...
Recently on a VPS running Cyberpanel, MariaDB service failed with the error: Failed at step NAMESPACE spawning / bin / sh: Invalid argument For VPS based on the openvz that are using old kernel you need to edit the service file to fix the problem:...
After upgrading to Cyberpanel 2.1 some issues started appearing such as the self-signed SSL’s, disk usage not showing up on the manage website page, or even the manage website page loading infinitely. I noticed that when I open the manage...