Ben Chuanlong Du's Blog

It is never too late to learn.

File Converting and Generating Tools

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

ImageMagick

ImageMagic provides a command convert which helps convert between different types of images.

HTML2Image

Sphinx

pandoc (mark-up language)

markdown (markdown to HTML)

tex4ht (convert Latex code to HTML)

wkhtmltopdf (html …

OneDrive in Linux

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

  1. OneDrive can only be used on Windows 10 and 8 thus is too heavy to use in a VirtualBox.

OneDrive in Wine

https://github.com/winepak/applications/issues/65

How to …

QQ on Linux via Wine QQ

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

  1. CrossOver has a much better support than Wine.

  2. Avoid QQ PC, use TIM (office version) instead.

References

https://www.lulinux.com/archives/1319

https://hub.docker.com/r/bestwu/qq

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

Navigate Chrome Browser Like a Pro Using Vimium

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

Customize Key Mappings

  1. Open Vimium Options.

  2. Paste your customized key mappings into "Custom key mappings". Below is an example of my customized key mapping configuration.

    map d removeTab
    map u …

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 …