Archivo de la categoría: CentOS

How to Install XRDP on CentOS and RedHat Linux 8/7

Introduction Xrdp is an open-source and freely available Remote Desktop Protocol application which allows remote sessions of Linux Server from Windows machines. It will accept remote connections from rdesktop, freerdp and other remote desktop clients. This article guides, installation and configuration steps of xrdp on CentOS/RedHat Linux 8/7. Step 1 : Update Server Node #… Read More: How to Install XRDP on CentOS and RedHat Linux 8/7 »

Constant emails notifications from Munin cpanel

First disable MySQL InnoDB free tablespace» critical alert Munin service monitor can show a critical alert, «MySQL InnoDB free tablespace».This warning should be disregarded. The way to resolve this is to disable the InnoDB monitoring plugin. Remove the /etc/munin/plugins/mysql_innodbsymlink with the following: rm -i /etc/munin/plugins/mysql_innodb It will prompt you to remove the symlink, ensure that it… Read More: Constant emails notifications from Munin cpanel »

[SOLVED] Issues with PureFTPD with TLS/SSL on Cpanel (passive open ports)

So, you are reading this if you: a. Are running Cpanel Server (WHM)b. Using external Firewall c. Using PureFTPDd. Passive Mode Enablede. Want to get TLS/SSL Working (either forced or optional) Open your firewall and Add a port range, for example, Protocol: TCP Port Rage: 49200-49600 2. Open WHM and define TLSIn cpanel go to Service… Read More: [SOLVED] Issues with PureFTPD with TLS/SSL on Cpanel (passive open… »

How to Install ImageMagick for EA-PHP and ALT-PHP

What is ImageMagick? ImageMagick is software designed to display, convert, and edit raster and vector images. It can be leveraged with PHP by installing the ImageMagick PHP extension on cPanel servers. Step 1: Install ImageMagick For both EA-PHP and ALT-PHP, ensure that the ImageMagick software is installed. CentOS 7 / CloudLinux 7 yum install ImageMagick… Read More: How to Install ImageMagick for EA-PHP and ALT-PHP »