Replace Mercedes-Benz B250 cabin(pollen) filter replacement DIY

Quoted $300+ from dealer shop which I know a serious rip-off price for mere carbon filter.

MongoDB to DynamoDB

Attempted to convert rather large mongo dump to dynamo. Seems like AWS data pipeline is most elegant way to do this if one can workaround with dynamo non-standard json format issue.

Europe Travel 2016

Turkey - Istanbul Good: Nice people and food Bad: Syrian refugees(=security risks), bit too excessive street sales

Lets Encrypt nginx SSL certificate renewal via cron

Add below as a cron entry. 1 2 3 #!/bin/bash /path/letsencrypt/letsencrypt-auto --server https://acme-v01.api.letsencrypt.org/directory --renew-by-default -a webroot --webroot-path /webroot/ --email youremail --text --agree-tos --agree-dev-preview -d 7979.us -d www.7979.us auth /etc/init.d/nginx reload Then configure nginx SSL like below.

F5 AAM Cache for app generated pages

Dynamic content requires cache-control(max-age) and/or expires header to be cached.