Category Archives: Servers

Linux : How to enable the cPanel feature on R1Soft server

If you are running both cPanel and have your own R1Soft server, there is a nice integration in cPanel that allow users to restore files, database or their whole account from this external backup source/destination. There are several steps involved for this, such as : 1. Enable control panel restore on the R1Soft server ;… Read More »

Linux : How to open a port from a specific source IP address with CSF

It is possible with Config Security Firewall (CSF) to open an inbound port from a specific source IP address. This is defined outside of the global configuration (csf.conf), within a dedicated config file. 1. Open the following file with your favorite text editor : /etc/csf/csf.allow 2. Follow this syntax to open a specific port for… Read More »

Linux : apt-get Failed to fetch FailReason: ConnectionRefused

Experiencing the following issue trying to update your Debian distro using apt-get? # apt-get update Ign:1 http://deb.debian.org/debian stretch InRelease Hit:2 http://deb.debian.org/debian stretch Release Ign:3 http://repo.r1soft.com/apt stable InRelease Hit:4 http://repo.r1soft.com/apt stable Release Hit:5 http://security.debian.org/debian-security stretch/updates InRelease Ign:8 https://download.webmin.com/download/repository sarge InRelease Hit:9 https://download.webmin.com/download/repository sarge Release Err:11 https://packages.sury.org/php stretch InRelease FailReason: ConnectionRefused Reading package lists… Done W: Failed… Read More »