fbpx

CentOS 7, 8: ban bad IPs and networks with FirewallD


by Danila Vershinin, April 7, 2018

Now this is how you ban the bad guys from your server with the convenient Firewalld drop zone.

Read More...

How to install nginx on RHEL 7 / CentOS 7 properly


by Danila Vershinin,

Here’s how you properly install stable or mainline NGINX on CentOS/RHEL 7 servers.

Read More...

Add $_SERVER[‘REDIRECT_URL’] to nginx.


by Danila Vershinin, March 28, 2018

Here’s how to turn your nginx into a little bit of Apache by having nginx set and make use of $_SERVER[‘REDIRECT_URL’].

Read More...

[Fix] ImportError: ‘pyOpenSSL’ module missing required functionality. Try upgrading to v0.14 or newer.


by Danila Vershinin, March 23, 2018

Fix for running Certbot error: ‘pyOpenSSL’ module missing required functionality. Try upgrading to v0.14 or newer.

Read More...

Minimalistic Cache Warmer


by Danila Vershinin, March 12, 2018

Warm up your website cache using nothing but wget.

Read More...

Fix Magento 1.9.x timezone after migration


by Danila Vershinin, March 6, 2018

Here’s how to fix that wrong time in Magento 1.x post migration to another server.

Read More...

How to upgrade from Magento 2.x to the latest Magento 2.x


by Danila Vershinin, February 28, 2018

How to upgrade from Magento 2.x to the latest Magento 2.x

Read More...

Auto-upgrade specific packages while keeping the system secure. Nginx Amplify


by Danila Vershinin, February 19, 2018

The sleek way to automatically upgrade Nginx Amplify agent to latest versions while having the rest of the system automatically upgrade on critical security updates only.

Read More...

The evil increment_id? Or why MySQL is not using an index


by Danila Vershinin, February 17, 2018

Debugging guide to help you with your MySQL index optimization in Magento 1.x

Read More...

Implementing grace mode in Varnish 5.2


by Danila Vershinin, February 6, 2018

Here’s how you can implement Varnish grace mode with Varnish 5.2 and have it work for purged objects too.

Read More...