- All
- ColdFusion
- General
- Laravel
- Magento2
Listing Sizes in AWS S3 Buckets
Listing sizes in AWS S3 Buckets Getting the whole bucket size aws s3 ls s3://$BUCKETNAME/ --recursiv...
Send A Test Mail via Exim Command line
Send A Test Mail via Exim Command line Sending a test mail from a server with a configured exim is e...
Remove /tmp/ cronjob
5 0 * * * /bin/find /tmp/ -type f -print0 | xargs -0 rm...
How To resize an ext2/3/4 and XFS root partition without LVM
This guide will show you how to extend or resize an ext2/3/4 and XFS File System without LVM at runt...
How to Change OpenCart Timezone
Go to system/startup.php and find following lines of code: if (!ini_get('date.timezone')) { date_def...
How to move OpenCart website from one domain to another?
OpenCart is one of the simplest e-commerce platforms to build an online store. OpenCart offers you a...
OpenCart Admin Login Loop
Method-1: First Check the Timezone in Settings > Store. Make sure you set to UTC. If you need to ...
WP Contact Form 7 Split/Separate fields
Step-1: Add 2 hidden fields to the contact form [hidden your-first-name id:first-name-p] [hidden you...
Replace old text with new text Linux Command
[root@srv01 demo]# grep -rl ‘from test old’ . | xargs sed -i ‘s/from test old/from...
WHM / cPanel : 550 Please turn on SMTP Authentication in your mail client
ERROR:- The response from the remote server was: 550 Please turn on SMTP Authentication in your mail...
How to Remove WP Engine Plugins from WordPress
We recently redesigned a WordPress site for a client who was migrating away from WP Engine. When we ...
How to Install PHP ext-zip extension?
Symptoms Typical error message, meaning that PHP ext-zip extension is missing: laravel/installer v2...