- All
- ColdFusion
- General
- Laravel
- Magento2
Setup Virtual Hosts with Apache on Node.js CentOS Server
Setup Virtual Hosts with Apache on Node.js CentOS Server Do you want to host multiple Node.js Websit...
OpenVZ useful commands
OpenVZ useful commands Here is the list of some useful OpenVZ commands which should be run from the ...
Disk Extend EXT2/3/4 and XFS root partition without LVM
Disk Extend EXT2/3/4 and XFS root partition without LVM Looking for steps to grow your KVM VM/Contai...
How to fix and Prevent SQL Injection in WordPress
Introduction SQLi is the manipulation of a security flaw in database systems. WordPress, as a platfo...
How to adjust your spam settings via Plesk
How to adjust your spam settings via Plesk Introduction This is a quick step-by-step walkthro...
How To Create a Linux Swap File
In this article, we will explain swap space, and learn how to create swap space using a swap file in...
How to automatically clean up /tmp directory contents in Linux?
How to automatically clean up /tmp directory contents in Linux? Every Linux system has a dire...
Enable root Access for Linux Instances
AWS doesn’t grant root access by default to EC2 instances. This is an important security best ...
Safely Removing virtfs on a cPanel Server
If you’re on a cPanel server, you’ve probably noticed a sizable folder called ‘virtfs’ sitti...
Hide / remove WordPress word from title bar
Add below in your child theme functions.php add_filter('admin_title', custom_login_title, 99); add_f...
Defined shipping ZIP Code validation during checkout in WooCommerce
Runtime check pincode // Validate function action_woocommerce_after_checkout_validation( $data, $err...
Add content to the checkout page
Another way to edit the WooCommerce checkout page is by adding some content. With a solid knowledge ...