In this article we will explore some methods of table/database compression and defragmentation in MySQL/MariaDB, that will help you to save space on a disk a database is located on.…
Questions and Answers
- CentOSLinuxQuestions and AnswersRHEL
Configuring High Performance NGINX and PHP-FPM Web Server
May 10, 2023PHP-FPM (Fast Process Manager) is a separate implementation of FastCGI to run PHP scripts. You can use a combination of NGINX web server (processing static) and PHP-FPM to build a…
- CentOSLinuxQuestions and Answers
CentOS: How to Set Date, Time, TimeZone and NTP Synchronization
May 10, 2023In this article, we’ll show you how to set time, date, timezone, synchronize time with an NTP server and fix typical issues in CentOS Linux.
In this article we’ll consider how to connect free cloud storages like Google Drive or OneDrive in Linux CentOS. You can use them to backup data or just to exchange…
In this article we’ll show how to configure a tagged VLAN interface using native Linux tools on CentOS/Fedora/RedHat. We’ll study the configuration using subinterface, a separate vlanX file and tools…
- CentOSLinuxQuestions and AnswersRHEL
How to Manage Services & Scripts Startup on CentOS/RHEL?
April 19, 2023In this article, we’ll learn the basics of how to configure services and scripts to start automatically in Linux CentOS/RHEL 7/8. In particular, we’ll get acquainted with systemd daemon, learn how to…
- CentOSLinuxQuestions and Answers
How to Install & Configure Repositories in CentOS/RHEL?
May 10, 2023The standard (official) RHEL/CentOS repositories offer a small number of basic packages that do not always contain the latest versions of programs. However, you can use third-party public or private…
- CentOSLinuxQuestions and Answers
How to Configure MariaDB Master-Master/Slave Replication?
April 19, 2023Replication in SQL databases is the process of copying data from the source database to another one (or multiple ones) and vice versa. Data from one database server are constantly…
- Questions and AnswersWindows 10Windows 7Windows Server 2012 R2
Fix: RDP Authentication Error Has Occurred – The Function Requested Is Not Supported
February 16, 2021After installing the latest security updates on my Windows 10 desktop, I can’t remotely connect to my new VDS server (running Windows Server 2012 R2) using the Remote Desktop. When…