To find out if your server is under attack or not. You can also list abusive IP address using this method. # netstat -nat | awk '{print $6}' | sort
Day: December 29, 2016
How to block ip address in centOS 7How to block ip address in centOS 7
There is two option: 1.rich rule – firewall-cmd --permanent --add-rich-rule='rule family="ipv4" source address="192.168.X.X" reject’ 2.First in the chain – firewall-cmd --direct --add-rule ipv4 filter INPUT_direct 0 -s 192.168.X.X/32 -j DROP
Taskbar will not “disappear” during Remote Desktop sessions anymoreTaskbar will not “disappear” during Remote Desktop sessions anymore
Simple FIX I have notice from time to time when connecting with RDP and set the session to full screen the Taskbar refuse to hide . what works for me