Problem: when you try to install or update packages on AlmaLinux, you may face an error similar to this: This error means that you’ve installed GetPageSpeed Linux Repository and the […]
How to fix SSL certificate problem: certificate is not yet valid on Almalinux server
If you face an errors similar to these when trying to do things on your AlmaLinux server: Curl error (60): SSL peer certificate or SSH remote key was not OK […]
Visitor IPs are not logged for websites behind CloudFlare on Plesk
A common problem for websites hosted on a Plesk server and proxied via CloudFlare is that visitor IPs do not get logged in the site access log – instead you […]
Test SSD random read / write speeds on AlmaLinux using FIO
To test disk random write speed use the following command: Which will run a test with the following parameters: Block Size 16KiB IO Depth / Queue Depth 64 Number of […]
How to hide WPML icon in the WordPress admin bar
Some WordPress users who use WPML on their sites may find this WPML admin bar icon annoying. As there is no clear way how to remove it programmatically, a CSS […]
Remove WooCommerce “LIVE” admin bar button
With the release of WooCommerce version 9.3.3 a new useless element has appeared in the WordPress admin bar – “Live” button which symbolizes that the WooCommerce built-in “Coming Soon” mode […]
How to remove default WordPress dashboard widgets
When you create a Websites with WordPress, in general you do not need dashboard filled with useless junk like “WordPress Events and News”, “Quick Draft”, “Welcome” widgets. This short article […]
What to include in .gitignore file for WordPress websites
When you want to add the GIT source control for your WordPress based website this is always the first question that comes into the mind – what to include in […]
How to do a redirect from one domain to another straight from CloudFlare
Often it is needed to place a redirect from all pages in one domain to all pages (or a home page) in other domain and while the standard .htaccess file […]
Domain validation for e-mail in WooCommerce checkout form
Providing an invalid e-mail address is one of the most common mistakes people do when shopping online and WooCommerce is not an exception. It is a mistake so common, that […]