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...
Nice post about removing the RAID metadata from a disk that won’t allow you to partition after reuse. I ran into this problem when trying to reuse disks from an older LSI/PERC raid configuration. CentOS 7.3 and RedHat just would not...
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>...
The following packages are required to allow X Forwarding on RHEL7 (and RHEL6) yum -y install xorg-x11-apps xorg-x11-xauth xorg-x11-utils sed -i 's/X11Forwarding no/X11Forwarding yes/' /etc/ssh/sshd_config service sshd restart...