Ben Chuanlong Du's Blog

And let it direct your passion with reason.

Ways to Download Files Using Selenium Webdrive

Selenium WebDrive cannot have no control of system Dialog, so you have to avoid the Dialog when downloading files using WebDrive.

The first way is to enable automatical download in the browser that you use with Seleniu WebDrive. So when click a file link, the file is automatically downloaded to …

Make Your Life Easier with Portable Applications

Using portable applications is a good way to make your digital life easier. They do not eat up your disk quickly nor do they mess up the registry of your Windows OS. You can always copy these applications from one computer to another and use it out of box. Or …

Block JavaScript in Browsers Using NoScript

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

To enable NoScript synchronization via Firefox Sync go to about:config (type this in URL bar) and change noscript.sync.enabled to true.

Useful Plugins for Eclipse

Terminal Plug-in

"Terminal Plug-in" is a fully-working command-line terminal for Eclipse.

EasyShell

"EasyShell" allows to open a shell window or file manager from the popup menu in the navigation tree or editor view.

Vrapper

Vrapper provides Vim-like scheme for Eclispe. You can edit code similar as what you do in …

Install Docker

Install Docker on Debian Series of Linux Distributions

You can install Docker on Debian series of Linux distributions (Debian, Ubuntu, Linux Mint, etc.) using the following commands.

sudo apt-get update
sudo apt-get install docker.io

Configure your docker following instructions in the section Configure Docker .

Install the Latest Version of …