Categories
Gaming Hardware Windows

Competitive gaming: Optimal settings and hardware

Are you a competitive gamer? Then you probably already know there is a lot of gamer products that are supposed to help you perform better in games. This post gives you a few tips on what these products are, and what you can do to improve your performance.

Categories
Windows

How to run Docker and VirtualBox at the same time on Windows

I’m usually using Ubuntu for development with Docker and VirtualBox, but I’ve recently started using Windows 10. Docker and VirtualBox can’t be used at the same time if Hyper-V is used.

Hyper-V runs Windows virtualized, so other virtualization software can’t be used at the same time. This is how and why I switched to docker-machine instead so I could run docker and VirtualBox at the same time.