- All
- ColdFusion
- General
- Laravel
- Magento2
8 WP-CLI Commands to Clean Up and Optimize your Site – WordPress Imp CLI
DELETE FROM wp_posts WHERE post_status = ‘trash’; # delete all posts in trash, draft p...
How to Install and Configure CSF on AlmaLinux 9

ConfigServer Security & Firewall (CSF) is an iptables-based firewall that provides high-level se...
How to use sed to find and replace text in files in Linux / Unix shell
Find and replace text within a file using sed command The procedure to change the text in files unde...
Adding NodeJS to your $PATH cPanel
Introduction When testing your Node.js application, it is useful to be able to start the application...
Protected: Bash scripts to backup all databases in a MySQL server with the option to exclude some databases.
There is no excerpt because this is a protected post....
Deleting many files – the easy way – [Argument list too long]
If you’ve ever gone in to a directory, for example a mail or log directory, and wanted to clea...
How to run backup via command line in WHM
In this article, we will explain how to run backup via the command line. While experienced users can...
Protected: RC – Branded Control Panel URLs
There is no excerpt because this is a protected post....
How To Open WPRESS Files Quick And Easily
Wpress-Extractor Windows/Mac Download link Windows – Download now Mac – Download now *IM...
Set default php-version for command line Plesk
$ which php /usr/bin/php $ mv /usr/bin/php /usr/bin/php-backup $ ln -s /opt/plesk/php/7.3/bin/php /u...
Add a WordPress Admin User to the Database via PHP
As a developer, you will occasionally need to create a new administrative user in the database to ga...
Contact Form – add an arrow to submit button
Just simple add below shortcode in the contact form in wp-admin [submit “SUBMIT FORM →”...