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
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
How to clean ransom virusHow to clean ransom virus
Once your files got encrypted with ransom virus there is no way to decrypt yet. the only way is to pay the perpetrators and there is no guarantee that
How to install godaddy certificate on fortigateHow to install godaddy certificate on fortigate
You will need to re-key the request in order to get the private key on Fortigate (work for me only with internet explorer 11-wierd): go to system -> Certificates
How to return one value from a PowerShell select propertyHow to return one value from a PowerShell select property
When running select from powershell the result will be headers and value, if you what just the value you should use -ExpandProperty switch, for example if you want
how to connect to office 365 with powershellhow to connect to office 365 with powershell
First You need to install the Microsoft.NET Framework 4.5 or later and then either the Windows Management Framework 3.0 or the Windows Management Framework 4.0. For more information, see
fltmgr.sys blue screen error 0x0000003Bfltmgr.sys blue screen error 0x0000003B
0x0000003B error is usually a graphic’s driver (display adapter/video driver), other possibilities include but are not limited to antivirus/antispyware/security programs and even memory (mapping) What work’s for
How To Allow Java On BrowserHow To Allow Java On Browser
The latest versions of java have some security improvements that prevents from old applets to run causing a lot of headaches to work with. In order to allow Jave
Simple way to add horizontal categories menu in WordPress without CSSSimple way to add horizontal categories menu in WordPress without CSS
To create a horizontal categories menu separated by ‘ | ‘ in WordPress, use this code. <?php echo str_replace('<br />',' | ', wp_list_categories('style=&echo=0&title_li=')); ?> If you want to exclude