Category: CentOS 7

Recovering Files from EBS Backup’s Recover Command on Linux Server

Linux Step-by-step guide Log in to an SSH session Change to the directory that needs to have a file or folder restored cd /etc execute recover recover versions versions Change the restore time to an earlier date closer to the backup...

firewalld examples on RHEL7

firewall-cmd –get-zones MYSQL SERVER firewall-cmd --permanent --zone=public --change-interface=eth0 firewall-cmd --permanent --zone=public --list-all firewall-cmd --permanent --zone=public --add-port=3306/tcp firewall-cmd --reload CONFLUENCE, JIRA & QUALYS firewall-cmd --permanent --zone=public --add-port=80/tcp firewall-cmd --permanent --zone=public --add-port=443/tcp firewall-cmd --permanent --zone=public --add-port=8090/tcp firewall-cmd --permanent --zone=public --add-port=8080/tcp firewall-cmd --permanent --zone=public...

EBS Networker Legato client on RHEL7 with Firewall Rules

Extract the RPMs from the downloaded file tar xvzf nw821_linux_x86_64.tar.gz Install the RPM using Yum cd linux_x86_64/ yum install lgtoclnt-8.2.1-1.x86_64.rpm Add Exclusions to the Firewall using Firewalld Create Firewall Service Profile for Networker [root@CYRIL services]# cat /etc/firewalld/services/Networker.xml <?xml version="1.0" encoding="utf-8"?> <service>...