Notice: Constant automattic\jetpack\extensions\social_previews\FEATURE_NAME already defined in /home/agorzen/public_html/kb/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php on line 14

Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in /home/agorzen/public_html/kb/wp-includes/functions.php on line 6114
admin – Page 5 – Zeusandhera Knowledgebase

Author: admin

Block Amazon AWS Traffic

I've had a few instances where there were compromised machines in the Amazon AWS environment that were connecting and trying to brute force some logins to [...]

How to SSH in to a CentOS/WHM/cPanel Server

Many of the pages on this site require you to ssh in to the server in order to make changes. Just a quick tutorial on how to do that for various operating [...]

Mysql Errors

I just wanted to make a list of some mysql related errors and hopefully some simple ways to solve them. Mysql usually will show an error on the page when [...]

Disable Mysql Strict Mode in CentOS/WHM/cPanel

To disable mysql strict mode in mysql (especially version 5.6) on a cPanel server, you would want to first ssh in to the server then before you do anything [...]

Find Command

Here is a basic find command in a linux terminal through ssh: find / -name 'filename.txt' So that would search for an exact filename of filename.txt in any [...]