fail2ban-client set JAILNAMEHERE unbanip IPADDRESSHERE
You may also like
mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit theĀ /etc/fstabĀ file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0
Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]
This problem has nagged at me for years. Here is a batch command to delete files on a Windows 2003 machine. Forfiles […]
openssl pkcs12 -in certname.pfx -out key.pem -nodes