WordPress is an easy-to-use platform that you can utilize without touching a single line of code. But, knowing how to edit HTML in WordPress is a good skill to have under your belt. With the knowledge of editing code, you can troubleshoot issues or perform advanced customization to improve your WordPress site. This article will talk about why editing HTML Read More
Category: Linux Family
Red Hat, Centos, Debian, Ubuntu, Fedora and the likes
Also including MySQL, Apache, Wordpress etc…
How to Setup Tax overrides and exemptions in Shopify
Tax overrides and exemptions Taxes are calculated automatically within Shopify, but you can override these tax rates for greater control over the taxes you charge. Use overrides if you need to do any of the following: control how much tax you charge for a particular product handle tax exceptions and exemptions specify unique tax rates Read More
How to Send Mails From Command Line in Linux (Postfix)
In this tutorial, we shall be using an enhanced version of the mail command. It’s called mailx (or just mail when installed), and it can do many more things than what the older mail command from gnu mailutils package can do. How does it work The mail/mailx command needs a local smtp server (MTA) running Read More
Linux / UNIX: Bash Script Sleep or Delay a Specified Amount of Time
Author: Vivek Gite How do I pause for 5 seconds or 2 minutes in my bash shell script on a Linux or Unix-like systems? You need to use the sleep command to add delay for a specified amount of time. The syntax is as follows for gnu/bash sleep command:sleep NUMBER[SUFFIX] Where SUFFIX may be: s for seconds Read More
How to Fix “AllowZoneDrifting is enabled. This is considered an insecure configuration option…”
Full Message: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Action Performed: Fix/Solution:Edit /etc/firewalld/firewalld.conf ChangeAllowZoneDrifting=yes to AllowZoneDrifting=no Reload the service.
How to Fix “Composter detected issues in your platform” – Need PHP Extensions
Some times, your website went down due to a PHP error like below. Most likely, a certain plugin has been updated automatically. For my particular case, the problem came from the “Profile Builder”. The solution for this is easy. Getting the “bcmath” installed. That is it. In addition, I would like to set this plugin Read More