Posts by Category

Mac

Too many open files error on macOS

less than 1 minute read

We’re going to increase an ulimit setting on macOS, but first let’s obtain the current limit of file descriptors via ulimit -n.

Back to top ↑

DevOps

How to reload Nginx on Alpine Linux

less than 1 minute read

When you run the following command, Nginx will reload its configuration from a specified file without stopping the server

Back to top ↑

MySQL

Extra Ukrainian letters are not sorted well

less than 1 minute read

The problem is that Ukrainian letters are not sorted correctly by the alphabet, ie “і” and “є” are preceded by “а”, “б”, while using the ORDER BY operator in...

Back to top ↑

PHP

Back to top ↑

JavaScript

Back to top ↑

WordPress

Back to top ↑

Testing

Back to top ↑