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
How to Add Extra Disk Space to Ubuntu in VirtualBox
It didn’t take me long to find out that my Ubuntu system in the VirtualBox has an inconvenient issue. It ran out of disk space! The original plan is to use it for light experiment, so I only allocated 6GB
Develop your Website in Virtual Machine
Install Lamp Server in Ubuntu 12.10 To install Lamp server (including Apache, MySQL and PHP) is very easy. Simply run the following command from a terminal window.
1 |
sudo apt-get install lamp-server^ |
Note that don’t skip the “^” at the end. Follow the
Install Ubuntu with Virtual Machine in computer with Windows 8
Need some Linux tools with your Windows 8 machine? There are several options you can do it: Install Cygwin in windows. The problem is that you might run into some portability issues. Install Linux with dual boot. It is fast