Install Caddy Webserver on CentOS 7
To install Caddy Webserver on CentOS 7, run yum install yum-plugin-copr yum copr enable @caddy/caddy yum install caddy Enable caddy start on…
To install Caddy Webserver on CentOS 7, run yum install yum-plugin-copr yum copr enable @caddy/caddy yum install caddy Enable caddy start on…
On a CloudLinux Server, websites stopped working with the error message “Service Unavailable”. On checking error_log in /usr/local/apache/logs, found following error message…
On CentOS 7 server running MySQL 5.7, when trying to reset MySQL root password, I get an error [root@SAU-8E161-OR ~]# mysqld_safe –skip-grant-tables…
To reset MySQL 5.7 root password on CentOS 7 server, do the following Stop MySQL Server systemctl stop mysqld Set the MySQL…
When I try to connect to a MySQL 8 server, I get the following error root@ok:~# mysql -u serverok -p’PW_HERE’ -h db-mysqlserverok.in…
The tr command is used to translate text. Example root@ok:~# echo “serverok” | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ SERVEROK root@ok:~# You can also use…
HyperDB is a WordPress plugin that allows you to use multiple MySQL database servers with large MySQL installations. It is used to…
To redirect a subdomain to a subdirectory, use following .htaccess code. RewriteEngine on RewriteCond %{HTTP_HOST} ^(.*)\.domain\.com RewriteRule ^(.*)$ subdomains/%1/$1 [L,NC,QSA] Redirect Subdirectory…
On transferring a Magento website Database running on MySQL 5.7.34 to MariaDB 10.2.39, I get the following error [root@server52 etc]# mysql buildingplans_m1…
To find the Zimbra version, log in to the server using SSH, then run the following commands. Switch to the user “zimbra”…
MariaDB Replication MariaDB galera cluster https://www.percona.com/software/mysql-database/percona-xtradb-cluster Disable MySQL Replication on Slave
I have Ubuntu 20.04 computer with skype installed. When I update software using apt update, I get an error W: An error…