Ben Chuanlong Du's Blog

It is never too late to learn.

Vim Keybindings in Firefox Using Tridactyl

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

:mode ignore: temporarily disables Tridactyl on a page. ctrl + alt + esc: toggle ignore on/off on Mac ctrl/cmd + g: next search result shift + ctrl/cmd + g: previous search result

Tricks …

Tips on Smart Phone

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

Carrier Service in China

  1. 中国联通用户可以拨打10010转人工服务要求开通账单寄送服务. 需要服务密码 联通设置新服务密码: MMCZ …

Typing Automatically Using AutoHotkey

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

  1. it is suggested that you put things into

    ```AutoHotkey

    IfWinActive window_condition

    ...

    IfWinActive

    ```

Include

  1. You can use #include file_path to include a AutoHotKey scripts (as if the content of the included file …

Tips on npm

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

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo with npm.

https://github.com/sindresorhus/guides/blob/master …

Tips on NodeJS

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

Install NodeJS

Install NodeJS on Ubuntu

Upgrade NodeJS

  1. It is suggested that you use n (instead of nvm) to manage different versions of NodeJS.
    n lts
    n latest
    

References

https://davidwalsh …