21 November, 2016
1 min read
89 words
Quoted $300+ from dealer shop which I know a serious rip-off price for mere carbon filter.
8 June, 2016
1 min read
132 words
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.
28 April, 2016
8 min read
1592 words
Turkey - Istanbul Good: Nice people and food Bad: Syrian refugees(=security risks), bit too excessive street sales
18 November, 2015
1 min read
133 words
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.
16 November, 2015
1 min read
58 words
Dynamic content requires cache-control(max-age) and/or expires header to be cached.