Dark Web Websites

Dark Web Websites

Dark Web Websites are sites that can only be accessed using tor. Tor websites using domains name with .onion extension

Install Nginx ModSecurity on CentOS 7

ModSecurity is a Web Application Firewall that protects your website from hacking attacks. It is Open Source and free to

whitelist IP in csf

Whitelisting an IP Address in CSF Firewall

There are 3 ways to whitelist an IP address in ConfigServer Security & Firewall (csf). Whitelisting an IP address will

Caddy Webserver

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

CloudLinux

Connect to backend failed: connect to lsphp failed: 110

On a CloudLinux Server, websites stopped working with the error message “Service Unavailable”. On checking error_log in /usr/local/apache/logs, found following

MySQL

bash: mysql_safe: command not found

On CentOS 7 server running MySQL 5.7, when trying to reset MySQL root password, I get an error [root@SAU-8E161-OR ~]#

MySQL

CentOS 7 MySQL 5.7 root password reset

To reset MySQL 5.7 root password on CentOS 7 server, do the following Stop MySQL Server systemctl stop mysqld Set

ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded

ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded

When I try to connect to a MySQL 8 server, I get the following error root@ok:~# mysql -u serverok -p’PW_HERE’

Linux

Linux tr command (translate)

The tr command is used to translate text. Example root@ok:~# echo “serverok” | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ SERVEROK root@ok:~# You can

wordpress

WordPress HyperDB

HyperDB is a WordPress plugin that allows you to use multiple MySQL database servers with large MySQL installations. It is

Redirect Subdomain to Subdirectory

Redirect Subdomain to Subdirectory

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]

Magento catalog_product_relation MySQL Error

Magento catalog_product_relation MySQL Error

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]#