A token that performs a control function. It is a newline or one of the following: ‘||’, ‘&&’, ‘&’, ‘;’, ‘;;’, ‘|’, ‘|&’, ‘(’, or ‘)’. We can put more than one commands on the command line using Control Operators.…
How to add/enable SPF record for an account – cPanel server command line option
The SPF stands for – Sender Policy Framework. This’s a commonly using email validation method by verifying the sender IP address. By verifying sender IP address, we can identify the origin of emails. Enabling SPF for your domain means validating…
How to install/enable SPF records for all accounts on cPanel server – command line option
Let’s start with SPF, what does it stand for? Sender Policy Framework is abbreviated as SPF. This’s an email authentication measure. It’s designed to protect email spoofing by validating emails from a domain with its host’s reputed IP addresses. The…
How to change a WordPress site’s SiteURL and HomeURL via command line?
Yeah, MySQL commands are ready to help you with SiteURL and HomeURL! It’s not a big task to change SiteURL and Home of a WordPress website via command line. If you love black always prefer commandline than web-interface :p Most of…
[Solved] Why my cronjob not emailing me after it’s done?
It’s an important thing that every cPanel owner must read before setting up Cronjobs. This is simple to setup a cronjob via cPanel. You can also set an email address there to get alerts every time that the cron runs.…
Resource allocation and monitoring using LVE – CloudLinux
What is LVE? It’s a module that works with CloudLinux kernel. This concept has a lot of advantages in web hosting technology. It’s something similar to the virtualization technique that we use traditionally. The most important GOAL of LVE is to make…
How do I enable/disable Xcache via cPanel – CloudLinux
It’s very simple to mange PHP directives on a CloudLinux server as we’ve PHP selector on it. We already summarized this on the topic >> Introduction to CageFS and PHP Selector << We can simply manage this through cPanel >>…