Linux
mod_fcgid: HTTP request exceeds MaxRequestLen
On a ISPConfig server with PHP running in FCGI Mode, i get following error in error_log when upload images from WordPress admin…
Plesk
Plesk is a powerful web hosting control panel that allows you to easily manage your websites, domains, and email accounts. It is…
veeam
veeam is a backup software https://www.veeam.com On a CentOS server, it install following packages [root@67 ~]# rpm -qa | grep veeam kmod-veeamsnap-2.0.0.400-1.el6.x86_64…
chkconfig
chkconfig is a command available in CentOS 6 to set a service start on boot. To start lighttpd on boot run. chkconfig…
ffmpeg
FFmpeg is a command-line program available for Linux, windows, and mac. It is used to convert videos from one format to another.…
Install FFmpeg on CentOS using yum
Install epel repository using Method 1 Install rpmfusion for your distro https://rpmfusion.org/Configuration For CentOS 8 For CentOS 7 Install ffmpeg with 2023-02-20…
VMware Horizon
VMware Horizon is a Virtual desktop infrastructure (VDI) allow you to virtualize desktops. https://www.vmware.com/in/products/horizon.html Horizon allow you to virtualize applications on the…
ispconfig
ISPConfig ISPConfig reset admin password ISPConfig 3 configuration files Add SSL for ISPConfig Control Panel Enable LetsEncrypt SSL for web site in…
Install PHP 7.2 in CentOS ISPConfig Server
First you need to install EPEL repo and REMI repo. To install EPEL, run yum install epel-release To Install REMI repo, download…
Ubuntu
do-release-upgrade – upgrade Ubuntu to the next release. If you are using Ubuntu 20.04 LTS, it will upgrade to 22.04 LTS. Ubuntu…
Install PHP 7.2 on Ubuntu
To install PHP 7.2, first add repository with command add-apt-repository ppa:ondrej/php Now run apt update apt update Install PHP 7.2 with command…