Apache Increase FD limit
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…
On CentOS 7 sevrer running apache, when try to install plugin in WordPress admin area, i get error Installazione fallita: Il download…
After MySQL upgrade from MraiaDB 10.1 to 10.3, MySQL failed to start. On checking log, found root@localhost:/var/log/mysql# cat error.log 2019-09-23 6:30:10 0…
To install ImageMagick on CentOS, run yum install ImageMagick To install on Ubuntu/Debian, run apt install -y imagemagick How to check if…
OpenSource Helpdesk FreeScout – Open Souce ZenDesk clone. PHP/Laravel. Very active project. https://www.uvdesk.com/en/ – Open Source Helpdesk software https://osticket.com/ – Free Open…
On Ubuntu 18.04 server, first i get Ubuntu to use /etc/network/interface, by default Ubuntu 18.04 and newer use netplan. First install ifdown…
XFCE is a lightweight Desktop Environment for Linux. XFCE + vnc allows you to set up a remote desktop on a VPS…
HandBreak is an OpenSource Video transcoder available from https://handbrake.fr. It can convert video to various format. Latest version of Handbreak available in…
Linux KVM is virtualisation software that allow you to create virtual machine under linux. To install on Ubuntu, run apt install -y…
To disable IP block alert in CSF firewall, run sed -i “s/LF_PERMBLOCK_ALERT\s*=.*$/LF_PERMBLOCK_ALERT = \”0\”/g” /etc/csf/csf.conf Restart lfd and csf systemctl restart lfd…
maldet is malware scanner for linux. On a shared hosting server, maldet detected one cusomer files as malware, on checking i found…
To download RPM file from yum repo, you need to install yum-utils package. yum install -y yum-utils Now you can use command…
To enable Passive FTP in Debian/Ubuntu installation of ISPConfig, run echo “40110 40210” > /etc/pure-ftpd/conf/PassivePortRange Restart pure-ftpd service pure-ftpd-mysql restart Now open…