How to create Logical Volume
To create a LVM, run lvcreate -L 3T -n backup vg1 This command will create a logical volume with 3 TB size…
To create a LVM, run lvcreate -L 3T -n backup vg1 This command will create a logical volume with 3 TB size…
On a web site, customer need to redirect all pages to HTTPS, but want to keep files in one of the folder…
When running yum update on a CentOS server, i get following error. [root@ip-172-30-0-39 ~]# yum update error: rpmdb: BDB0113 Thread/process 12797/46913889995840 failed:…
On a Cpanel server running CloudLinux, PHP Selector did not show all PHP versions. I reinstalled EasyApache profile “CloudLinux + All PHP…
To renew SSL for site hosted in EasyEngine, run ee site ssl-renew –all You can set a cronjob to run every month…
AlibabaCloud DirectMail is transactional email service from AlibabaCloud. It is like Amazon SES, MailGun, SendGrid etc… They have 3 differnt mail server…
To verify a package installed on system, you can use Example Here bind package have /etc/named.conf file modified. To verify all packages…
You can download latest version of OpenLiteSpeed web server from https://openlitespeed.org/downloads/ There are 2 download links for each version of OpenLiteSpeed, here…
Paypal Instant Payment Notification (IPN) history https://www.paypal.com/cgi-bin/webscr?cmd=_display-ipns-history For Paypal Australia https://www.paypal.com/au/cgi-bin/webscr?cmd=_display-ipns-history Settings > My Selling Tools > Instant Payment Notifications click “Update”.…
MySQL 8 use caching_sha2_password as the default authentication method. Many MySQL clients still do not support this method. If you need to…
if you have cloud sevrer with less disk space, it is better disable MySQL bin log as it take approx 3 GB…