- All
- ColdFusion
- General
- Laravel
- Magento2
Magento2 – “sw_menu_block_top_content” attributeCode doesn’t exist
“(MagentoFrameworkExceptionNoSuchEntityException): The attribute with a “sw_menu_bloc...
Magento 2 – Disabling the Extension
Disabling the Extension Temporarily Disable To temporarily disable the extension please follow these...
Magento2 – How to upgrade extension
To upgrade the extension, follow these steps: Backup your store’s database and web directory. ...
sar output for Yesterday statistics
To check the load: sar -q -f /var/log/sa/sa$(date +%d -d yesterday) To check the CPU status: sar -p ...
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...