3/12/2020

A tool to adjust font ttf line gap size

https://github.com/source-foundry/font-line

Windows Eclipse/Console font to use: Hack High (font size: 9)

The Consolas font is too short. The solution is to use the Hack High font.
In One Drive | cygwin_home | Hack-font.zip

https://github.com/equwal/alt-hack0 (need to adjust the line height by using the tool in the Hack repository)
https://github.com/source-foundry/Hack

The line height (gap) or slashed zero can be customized by using the hack repository. Don't need to use fontforge.

3/08/2020

bazel build cannot run because of limited memory

Use --jobs=N to reduce the number of concurrent number of jobs to reduce memory useage

3/06/2020

Bazel build cannot create symbolic link in VirtualBox shared folder

cannot create symbolic link bazel-bin -> /home/liangzou/.cache/bazel/_bazel_liangzou/766790ddbe8cf965fa78098dbd133c63/execroot/__main__/bazel-out/k8-opt/bin: /home/liangzou/gitreview/deepmap/bazel-bin (Protocol error)

cannot create symbolic link bazel-bin -> /home/liangzou/.cache/bazel/_bazel_liangzou/766790ddbe8cf965fa78098dbd133c63/execroot/__main__/bazel-out/k8-opt/bin: /home/liangzou/gitreview/deepmap/bazel-bin (Operation not permitted)


  1. Run the VBoxManage.exe command: for example D:\Programs\Oracle\VirtualBox>VBoxManage.exe setextradata VBoxInternal2/SharedFoldersEnableSymlinksCreate/ 1
  2. Restart the VirtualBox with Administrator privilege. You can right click on the Oracle VM VirtualBox, choose 'Run this program as an administrator' in the Compatibility tab.