FFmpeg is a powerful multimedia framework used for decoding, encoding, transcoding, muxing, demuxing, streaming, filtering, and playing multimedia files. This tutorial provides step-by-step instructions to install the latest version of FFmpeg on CentOS servers.
Linux
How to Install HestiaCP on Ubuntu 20.04/18.04 and Debian 10/9
In this tutorial, we’ll guide you through the process of installing HestiaCP, a powerful control panel for web server management. HestiaCP is similar to VestaCP but offers more features and active support.
Installing php-ext-brotli on CWP PHP Switcher, CGI Selector, and PHP-FPM Selector
This guide will walk you through installing the php-ext-brotli extension on a CWP (Control Web Panel) server. The Brotli extension enhances performance by compressing data, which is beneficial for serving cached resources in various applications.
Assigning User Account IP for Outgoing Mail Sending in Postfix (CWP/CentOS/Ubuntu)
In this tutorial, we will walk through the process of assigning unique IP addresses for outgoing mail in a Postfix mail server. This configuration is particularly useful if you are running a mail service and need to manage different users who send emails from your server.
How to Increase Apache Timeout in CWP (Control WebPanel)
If you are encountering frequent “504 Gateway Timeout” errors or experiencing PHP script timeouts during file uploads or long-running processes, even after increasing the max_execution_time in PHP, this guide will show you how to increase the Apache timeout setting in the CWP (Control WebPanel). There are two common setups for PHP on CWP: PHP-CGI and PHP-FPM. Depending on which PHP handler you
How to Install Composer in CWP, Vesta, cPanel, and Plesk on CentOS/Ubuntu
In this tutorial, we will cover the steps to install Composer, update it, and configure it to work with different PHP versions on various control panels like CWP, Vesta, cPanel, and Plesk.
How to Install Maldet and Scan for Malware on CWP, VestaCP, RHEL/CentOS, and Ubuntu Linux Servers
Linux Malware Detect (LMD), commonly known as Maldet, is an effective tool for scanning and mitigating malware threats in Linux-based hosting environments. This guide provides a step-by-step process for installing Maldet and using it to scan for infected files on your server.
How to Reset the Root Password in MariaDB 10.5/10.4 and MySQL 8.0
In this tutorial, we will guide you through resetting the root password for MySQL 8.0 and MariaDB 10.4. If you are having issues with the root user or are unable to access database due to an authentication error, it’s probably time to reset the password.
How to Install the Latest Version of curl (7.77.0) on Ubuntu 18.04/20.04 with HestiaCP or VestaCP
The default version of curl on Ubuntu servers is often outdated, and no updated package may be readily available in the repositories. This guide provides step-by-step instructions to install the latest version of curl (7.77.0) on Ubuntu 18.04/20.04, including systems running HestiaCP or VestaCP.
How to Enable the WDDX Extension in PHP 7.4: Installation Guide
WDDX provides a neutral data interchange mechanism that allows the transfer of data between different programming languages, platforms, and systems. Despite its removal, it is still possible to install the WDDX extension manually in PHP 7.4. This guide will walk you through the process.