Now there is no excuse anymore not to use https for your website. At https://letsencrypt.org/ you can get a certificate for free. The certificate is only valid for 3 months but it is easy to automate the renewal using the ACME-protocol. For instance with https://certbot.eff.org/. You can test the result at: https://www.ssllabs.com/ssltest/
Linux
Add a Linux host to Active Directory with LDAP and Kerberos
In this post I describe how you can add a CentOS 7 host to a Windows Active Directory domain. Happy experimenting.
Continue Reading
Run your website using Docker
It is relatively easy to run your website with Docker. In this case we are using the nginx webserver with Docker on Amazon AWS.Continue Reading