Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pb-seo-friendly-images domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the johannes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
PCx3 - Linux System Administrator Blog
whm prevent xmlrpc attack 540x304 - How to stop xmlrpc.php attacks on Cpanel / WHM

How to stop xmlrpc.php attacks on Cpanel / WHM

xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To block access to xmlrpc.php on a single WordPress installation add...

roundcube html 540x304 - Add a custom message ✉️ to every email footer in Roundcube

Add a custom message ✉️ to every email footer in Roundcube

Here is how to add a custom message to every outgoing email in Roundcube: Edit the config/default.php file: nano /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php and add the following to it: $config['generic_message_footer'] =...

what is cpanel 540x304 - Bulk delete ✉️ email forwarders in cPanel

Bulk delete ✉️ email forwarders in cPanel

Email forwarders in cPanel are stored in file /etc/valiases/domain *Where domain is the domain name under which email forwarders are created. To bulk delete email forwarders in cPanel you can edit this file with your favorite text...

what is cpanel 540x304 - Bulk change cPanel mailbox quota for all email ✉️ accounts

Bulk change cPanel mailbox quota for all email ✉️ accounts

in cPanel mailbox quota for all email accounts under a single domain name is stored in a file named quota. To bulk change mailbox quota for all email accounts under one domain you can modify the quota file located in the following path:...

9 540x304 - How to 🔄 re-install WordPress

How to 🔄 re-install WordPress

Here is how to re-install WordPress in under 5 minutes! From the current WordPress installation delete everything except the wp-content folder and the wp-config.php file. Download the latest WordPress version from WordPress.org Go to your...

what is cpanel 540x304 - Change default Mail Address ✉️ for all cPanel accounts

Change default Mail Address ✉️ for all cPanel accounts

Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).

sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*

what is cpanel 540x304 - How to Change the cPanel FTP port 🔢

How to Change the cPanel FTP port 🔢

If you are looking to change the Ftp port on your server from 21 to a non-standard port say 2121, you need tweak the ‘bind’ option in the Ftp configuration file.  On a cPanel server with pure-ftp as a Ftp server, you need to edit...