Laszlo Balogh

Results 4 comments of Laszlo Balogh

@afmenez Thank you. Sounds very straightforward. My first thing in the morning.

@n8schloss Yes, I was talking about UC browser for Android. Luckily, their other browsers have not gained enough traction yet (hope they never will :smile:) Not sure if UC mini...

@n8schloss I hear you. Are you interested in the so called Speed mode, as well? Basically UC web uses proxies for pre-rendering the page and then sends down the data...

Installing on Linux: ```bash base=https://github.com/machine-drivers/docker-machine-driver-qemu/releases/download/v0.1.0 && \ curl -L $base/default.docker-machine-driver-qemu-$(uname -s)-$(uname -m) >/tmp/docker-machine-driver-qemu && \ sudo install /tmp/docker-machine-driver-qemu /usr/local/bin/docker-machine-driver-qemu ```