VirtualBox installation of Ubuntu setting JS environment considerations

Source: Internet
Author: User

1. Use the Cpu-z tool to check if the motherboard supports virtual technology because the Virtulbox virtual machine requires the motherboard to support virtual technology

2, after the installation of Ubuntu restart will appear: Please remove this install medium, then press Enter,

This problem can be resolved by holding down the CTRL + Home key, as the system will automatically eject medium and reload the file.

3, installation Jdk:sudo Apt-get install DEFAULT-JDK, view version number: Java-version

4. Create a mount directory under MNT: sudo mkdir project

5. Mount Windows shared folder: sudo mount-t vboxsf project/mnt/project

6. Uninstall Nodejs:sudo apt-get Remove Nodejs

7, install Nodejs, first decompression. XZ, and then unzip the. GZ, delete directories and files under directories: RM-RF directory

TAR-XJF node-v6.10.3-linux-x64.tar.gz

8. Move the files to the generic software installation directory/opt/

sudo mv node-v6.10.3-linux-x64/opt/, and then execute node under the bin directory

9, install NPM, sudo apt-get install NPM

10, install Git gulp Socket.io Bower Webpack are all global

VirtualBox installation of Ubuntu setting JS environment considerations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.