Use Fail2ban to Secure Your Server
https://www.linode.com/docs/security/using-fail2ban-for-security/
https://www.linode.com/docs/security/using-fail2ban-for-security/
https://www.ixsystems.com/documentation/freenas/11.2/freenas.html
http://docs.gz.ro/FreeNAS-command-line.html Locked out of GUI because of bad SSL Certificate: ssh -L 9000:localhost:80 [email protected] browse http://localhost:9000/ sqlite3 /data/freenas-v1.db “select * from system_settings” sqlite3 /data/freenas-v1.db “update system_settings set stg_guihttpsredirect = 0, stg_guiprotocol=’http’;” Allow TCP Forwarding and make tunnel: in /etc/ssh/sshd_config AllowTcpForwarding yes sockstat -l | grep 22 kill 2792 /etc/rc.d/sshd onestart ssh -L 9000:freenas_local_ip:80 root@freenas_public_ip browse … Read more
I run into an issue with Google Chrome not working on Windows 10 machine recently. It took me a whole day to figure it out, so hopefully this post saves someone the time. It was a brand new Dell laptop pre-installed with Windows 10 Home edition. After installing all windows updates and updates from Dell … Read more
Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server. TLS 1.2 has improvements over previous versions of the TLS and SSL protocol which will improve your level of security. By default, Windows Server 2008 R2 does not have this feature enabled. This KB … Read more