- All
- ColdFusion
- General
- Laravel
- Magento2
How to run a PHP script using a custom PHP executable in Plesk Scheduled Tasks?
https://support.plesk.com/hc/en-us/articles/12377377419287-How-to-run-a-PHP-script-using-a-custom-PH...
How to reset ColdFusion Administrator Password
ColdFusion: here’s how to reset the administrator password. To update a lost ColdFusion passwo...
WooCommerce – Automatically Complete Orders
/** * Auto Complete all WooCommerce orders. */ add_action( ‘woocommerce_thankyou’, ̵...
How to remove non empty Directory in Linux
I am getting an error message that read as follows: rmdir: failed to remove 'trip-pictures': Directo...
Install Linux Centos 7, Nginx, MySQL, Postgres, PHP 8.0
Update LANG Edit environtment vi /etc/environment add these lines… LANG=en_US.utf-8 LC_ALL=en_...
How do I set up an FTP server and an FTP user on my Lightsail instance?
I want to set up an FTP server and FTP user on my Lightsail instance running Amazon Linux 2, CentOS,...
Protected: How to Configure Cpanel/WHM to Backup to Amazon S3 (Step by Step of Enabling Permissions in AWS)
There is no excerpt because this is a protected post....
Display the default discounted price and percentage on Woocommerce products
woocommerce version 3 as Product object properties ca’t be accessed directly. Instead you shou...
How to disable or customize cPanel’s Update Preferences from the Command Line
The default update settings for a cPanel installation are usually controlled from the WHM interface:...
How do convert a dedicated IP to a shared IP on cPanel/WHM
In root SSH, copy the /etc/domainips file and then remove the IP from it: Code: cp /etc/domainips /e...
How to configure the passive ports range for ProFTPd on a Plesk server behind a firewall
Question How to configure the passive ports range for ProFTPd on a server behind a firewall? Answer ...
AutoSSL issue with cpnginx
cat /usr/local/nginx/conf/vhost.ssl.d/domainname.com.conf Add below lines before – location ...