Let’s Encrypt Free A+ Grade SSL On Nginx & Ubuntu 16.04
Prerequisites: LEMP on Ubuntu 16.04 Start by updating apt indexes sudo apt-get update Install Let’s Encrypt Package (Known as certbot on Github (https://github.com/certbot/certbot)) sudo apt-get install letsencrypt I’ll assume READ MORE
Blocking All Internet Access Except Specific Programs in Windows
Blocking All Connections and access to Internet Go to “Windows Firewall with Advanced Security“ Action => Properties In Domain Profile, Private Profile and Public Profile, Select “Block” next to READ MORE
Hardening PHPMyAdmin Installation
PHPMyAdmin is written in PHP and provides a user friendly interface that facilitates the database management, database optimization and query executions. However, the default settings of PHPMyAdmin are not READ MORE
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 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 Secure Roundcube Installation Of Virtualmin
Roundcube is a PHP open source webmail that allow users to read and send emails through a user-friendly interface. Installing Roundcube in Virtualmin In Virtualmin, choose the virtual host you READ MORE