Ben Chuanlong Du's Blog

It is never too late to learn.

Managing Projects Using ProjectLibre

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

ProjectLibre sounds better than the one that I used before ...

https://www.computerworld.com/article/3238129/linux/seven-linux-apps-that-will-change-how-you-work.html#slide4

Vim Keybindings Using IdeaVim in IntelliJ IDEA

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

  1. Put the line set surround into your ~/.ideavimrc to make IdeaVim support surround.

Issues

  1. yssb, yss), etc. do not work well currently.

References

  • https://github.com/JetBrains/ideavim

  • https://youtrack.jetbrains …

Things to Do After Reimaging Mac

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

  1. Install Homebrew.

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Install XCode from the App store.

  3. Install and configure Hyper.js.

    xinstall hyper -ic
    
  4. Install …

Misc Tips in Daily Life

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

Insurance

Internet Service

  1. Century Link is a very bad one! The speed is slow. Service people are irresponsible. I have problem to use SSH and NX services.

  2. Time Warner is not …

Windows Emulation on Linux

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

Virtual machine is the recommend way to emulate Windows working environment on Linux.

Virtual Machine

  1. A Windows virtual machine (via Virtualbox, etc.) provides a full working Windows environment. The only downside …