Tutorials
Installing and using the locate command in GNU/Linux
Tags: Linux, Linux Commands, Linux Utilities
In GNU/Linux env, the locate command is a very good tool for locating folders/directories and files. It uses an updated system database, unlike the find command, which searches without indexes, making the locate command much faster and more efficient, especially if we have a system with few resources and/or high demand. The only drawback of the locate command is if […]
Categories: MySQL – MariaDB (en)
How to fix the error Too Many Connections
Tags: Data Servers, Linux, MariaDB, MySQL
When you have a web application (site, blog, forum, etc.) that has high demand, meaning a large number of users visit it, this translates into increased server consumption. If the web app uses a MySQL – MariaDB database and the queries are extremely high (due to poor web programming or a large number of users using the site), there’s a […]