DevOps

What is CNAME Flattening?

( It would mean the world if you would consider following @colhountech on twitter. It won’t cost you anything but it gives me great encouragement to continue writing these posts) CNAME Flattening is a way for cloudflare.com to allow you to add a CNAME entry for the root level of a domain. For example, using …

What is CNAME Flattening? Read More »

Turn off Password authentication

Finally, I’ve turned off Password authentication for all my servers. I’m getting approx. 3-5 failed login attempts from China every sec currently, so decided it’s time to reduce the attack vector space.

Getting Started with Bitnami WordPress

Spining up a new WordPress site, I had a few glitches until I came across this post: https://docs.bitnami.com/aws/how-to/get-started-wordpress-aws-marketplace-intermediate/ Update WordPress To Use The Domain Name Update this section and replace the variablesdefine(‘WPSITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);define(‘WPHOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’); Remove The Bitnami Badge Let’s Encrypt free Certificate Authority (CA) https://docs.bitnami.com/general/faq/configuration/configure-custom-domain/ 1/100DaysOfCode

How to setup ssh for Azure linux VM from Mac OS X so that it does an auto login without password

When I setup my Linux VM, I choose username rather than public key ssh key, as I had problems moving the ssh keys betwen clients. Anyways long story, I login using ssh -l username remotehost from my MacBook every time I login, and never bother to setup the public keys to login without a password. The solution …

How to setup ssh for Azure linux VM from Mac OS X so that it does an auto login without password Read More »