Error occurred while listing the files after connecting to the FTP account 2. The error is due to the improper passive port range configuration in /etc/vsftpd.conf file. 3. Therefore, open the port range 64000-64321 in /etc/vsftpd.conf file. 4. Add below 2 lines in /etc/vsftpd.conf file: pasv_min_port=64000 pasv_max_port=64321 5. At last, restart the service VsFTPd. # systemctl… Continue Reading 227 entering passive mode in vsFTPd- ftp: connect: resource temporarily unavailable

Prerequisites Credentials to access the Plesk panel SSH root access  Implementation Follow the below steps to install MySQL, Enable remote access to the local MySQL server, and Proxy rule setup in the Plesk panelI. MySQL installation Log into Plesk with the credentials Go to Tools & Settings > Database Servers… Continue Reading How to add Proxy pass rule to access PHPMyAdmin without port number in URL -Plesk

Mounting Amazon S3 Cloud Storage in Windows: Open Windows PowerShell as Administrator. Create the directory to download and store rclone files: mkdir c:\rclone Go to the created directory: cd c:\rclone Download rclone by using the direct link mentioned above: Invoke-WebRequest -Uri “https://downloads.rclone.org/v1.51.0/rclone-v1.51.0-windows-amd64.zip” -OutFile “c:\rclone\rclone.zip” Extract files from the downloaded archive: Expand-Archive -path ‘c:\rclone\rclone.zip’ -destinationpath… Continue Reading How to Mount Amazon S3 bucket as a Drive 

Fail2ban is an intrusion detection system that scans the log files to find malicious attacks on your servers. Fail2ban updates firewall rules on its own to block the IP addresses which are trying to exploit the server. Prerequisite A system running Ubuntu 18.04 with a user account with sudo privileges… Continue Reading How to Install and Configure Fail2ban on Ubuntu 18.04 Server