Ben Chuanlong Du's Blog

It is never too late to learn.

Rip Is rm Improved

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

Installation on Ubuntu

cargo install rm-improved

Or you can use the following command if you use the tool xinstall. Notice that xinstall automatically configures rip to add a symbolic link to /usr/local/bin.

xinstall rip -ic

Usage

Tips on Creating Docker Images

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

  1. Docker caches building operations. When cache for an operation is available, Docker use the cache layer directly and avoid building the layer again.

  2. The command ARG creates environment variables for build-time …

Tips on Firefox

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

  1. In Debian, Iceweasel sometimes fail to wrap Chienes page well. To solve the problem, you can just remove the .mozilla directory under you home directory. The cons is that this might …