If you want to use Ubuntu on a Windows machine, you should try Windows Subsystem for Linux (WSL). It was introduced in Windows 10 and runs much faster than using Virtual Machines. You can find many tutorials on how to
How to Cross Compile OpenCV 3.2.0 to ARM processor
Here are the steps I took to get the OpenCV 3.2.0 working in ARM processor (running linaro 3.14.0). The host machine is running Ubuntu 14.04. Step 1: Setting up the cross compiler The compiler used is arm-linux-gnueabihf-g++. It can be
How to Use Visual Studio Code in Ubuntu VNC Session?
The Visual Studio Code is a free IDE that Microsoft created for Windows, Linux and MacOS. It integrated GIT functions, you can also add various extensions to make it more useful. It is powerful and easy to use. The problem