investing

Crypto 2.0 - Top Pick 2019

It's been 5 years since I last invested in cryptocurrencies, and a lot has changed. In this post, I'll be briefly going over some of the key changes, and listing my top crypto pick for 2019.

Read
development

Convert SSL certificate to Java Keystore (JKS) file

To convert a SSL certificate to a Java Keystore (JKS) file, you'll need your SSL certificate file (mycertificate.crt) and your private key file (mykey.key). Your private key file is what you used to generate your certificate signing request.

Read
development

Forward port 80 with Apache

Development notes on how to forward port 80 with Apache, as well as firewall rules for blocking direct access to a target port.

Read