Ben Chuanlong Du's Blog

It is never too late to learn.

Copying Files in Linux

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

  1. Generally speaking, you do not want to follow symbolic links when copying files unless you are copying from one machine to another. If you do not want follow symbolic links, use …

Tips on PlantUML

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

PlantUML

PlantUML is a great text to UML tool. It can be used to create flowcharts too.

You can try it online at PlantText . You can download the the reference guide …

Tips on dbeaver

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

General Tips

  1. Standalone dbeaver can install some eclipse plugins.

Vim Keybindings

You can install vrapper as vim keybindings on dbeaver.

  1. Help -> Install Software

  2. Add vrapper repository http://vrapper …