- All
- ColdFusion
- General
- Laravel
- Magento2
How to Fix the XAMPP Error “Apache Shutdown Unexpectedly”
XAMPP is a helpful development tool. However, you may run into problems at some point, such as rece...
Install Magento 2.4 on Windows 10 (2021)
Installing Magento 2.4 on Windows 10 can be really frustrating because of all the errors related to ...
Magento2 – How to install the extension
How to install the extension Backup your store’s database and web directory. Login to your ser...
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...