Configuring SPF on Virtualmin
What is SPF? Sender Policy Framework (SPF) is an anti spamming technique that detects email spoofing and verify the sender’s IP address, thus allowing only specific server(s) to send on READ MORE
Fix Yum Update Duplicate Packages Issue
First install yum utils if it’s not installed yum install yum-utils 1- Second, start with yum-complete-transaction yum update 2- If that doesn’t work, try yum clean all yum update 3- READ MORE
Bash Script to Benchmark A Linux Server
Whether you’re using Linux on a VPS, dedicated server, laptop or desktop pc, this script will benchmark the hardware. It is written in BASH and will benchmark the CPU, READ MORE
Fix Magento Access Denied After Patch SUPEE-6285
Magento has released a critical patch (SUPEE-6285) that fixes many XSS and CSRF vulnerabilities (Official Release). However, it seems many 3rd party extensions were affected by this due to READ MORE
How To Fix: InnoDB Enabled But Not Starting
This is for CentOS, but it should work on Debian/Ubuntu as well. There are two reasons why InnoDB would not start: It’s not enabled in my.cnf The log files are READ MORE
How To Cache Files to Leverage Browser Caching in htaccess
One of the most essential factors in improving page loading speed is by caching static files such as javascripts, css, fonts and images in the user’s browser. This READ MORE