Fading Coder

One Final Commit for the Last Sprint

Real-Time Data Synchronization Using rsync and sersync

# Environment preparation on CentOS 7.7 $ cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) $ systemctl stop firewalld && systemctl disable firewalld $ sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config $ reboot $ getenforce Disabled Deployment Steps Configure sers...