Ben Chuanlong Du's Blog

It is never too late to learn.

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 …

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

Windows Emulation Using WINE

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

  1. 对于使用中文软件的Linux用户来说WINE基本没什么用, 中文显示目前来说就是一大难题. 如果你的电脑够 …

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 …

Tips on OpenCV

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

Installation

You can install OpenCV for Python using the following commands.

:::bash
sudo apt-get install libsm6 libxrender-dev
pip3 install opencv-python

If you use xinstall, you can install OpenCV for Python with the following single command.

:::bash
xinstall --sudo cv -ic

Tips and Traps