Ben Chuanlong Du's Blog

It is never too late to learn.

The Absolutely Best App for Taking Notes

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

I have tried lots of notes taking applications in the past. The best turns out to be GitHub!

pocket

basket

tomboy

a note app written by myself

EverNote

  1. Evernote sounds like …

Tips on LibreOffice

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Export as PDF ... (no save as pdf option)

Data Engineering Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://github.com/linkedin/datahub

https://engineering.linkedin.com/blog/2019/data-hub DataHub: A generalized metadata search & discovery tool

Tips on Kubernetes

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tutorials

https://www.youtube.com/watch?v=ZpbXSdzp_vo

Some Kubernetes Distributions

Microk8s seems like a good option.

  • k3s - a light-weight Kubernetes distribution ideal for edge and development - compatible with Raspberry Pi …

Tips on Minikube

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Microk8s is a more lightweight solution than Minikube (even thought Microk8s is only for Linux.)

Installation

  1. Install kubectl

  2. Install Minikube

  3. Start minikube.

    minikube start --vm-driver=hyperkit
    
  4. Check status of minikube.

    minikube …