fbpx

Ubuntu: the better nginx instructions


by Danila Vershinin, September 2, 2018

How to install more recent nginx in Ubuntu Xenial

Read More...

How to use apt or apt-get for CentOS/RHEL


by Danila Vershinin, August 31, 2018

Are you tired of using Ubuntu and its apt package manager? Do you want to switch to CentOS, but the thought of learning yum seems daunting? Don’t worry! With our easy guide, you can use the familiar apt-get interface on CentOS to manage packages. Plus, our reference table shows how similar apt, apt-get, yum, and dnf are in their basic functions. Make the switch to CentOS with confidence and ease.

Read More...

How to install and use MTProxy in CentOS/RHEL 6, 7, 8


by Danila Vershinin, August 29, 2018

Circumvent Internet censorship in your country and connect to Telegram Messenger using your VPS and MTProxy

Read More...

Hosting RPM repositories with nginx and CDN with blazing speed


by Danila Vershinin, August 27, 2018

How to host RPM repository with efficient caching for proxies and Cloudflare. Build a fast YUM repository using NGINX and CDN.

Read More...

NGINX: easily debug PHP applications


by Danila Vershinin, August 7, 2018

It is essential to run PHP applications with production settings. But if there’s an issue that cannot be reproduced in a staging environment, you will want a quick way to enable debug settings at live. NGINX is very flexible in a way that it allows to make your PHP configuration “dynamic”. Let’s configure PHP debug […]

Read More...

Dissecting HTTPS redirect requirements of HSTS


by Danila Vershinin, August 5, 2018

Understanding the implications of HSTS header on the HTTP canonical redirects.

Read More...

NGINX Amplify – MySQL Monitoring in CentOS 6


by Danila Vershinin, August 4, 2018

MySQL monitoring in CentOS 6 using NGINX Amplify agent

Read More...

Modern approaches to secure websites in 2018


by Danila Vershinin, August 3, 2018

Some of the things you really want to take care about to secure your website.

Read More...

Deciphering the slow web tech behind Philippines’ largest mobile networks


by Danila Vershinin, July 19, 2018

Find out how Philippines’ largest Internet companies, Globe and Smart, neglect performance and security with nothing but HTTP/1.1 and Gzip compression and custom DNS nameservers.

Read More...

RPM Building Gotchas


by Danila Vershinin, July 14, 2018

Here’s my small guide on some issues, solutions, and best practices for building CentOS/RHEL RPMs. Versioning module of a program NGINX modules have to be rebuilt for specific versions of NGINX. This means that an NGINX module package essentially versions based on two components: The version of NGINX itself The version of the module (unless […]

Read More...