Ubuntu16.04 system installation software (continuous update)

Source: Internet
Author: User
Tags administrator password

Ubuntu prompt function is very powerful, generally if you want to install what software, you can enter the name directly, then there will be prompted, the installation format is generally:

sudo apt install  name

Installing VirtualBox 5 in ubuntu16.04

sudo sh-c ' echo ' Deb Http://download.virtualbox.org/virtualbox/debian xenial contrib ">>/ETC/APT/SOURCES.LIST.D /virtualbox.list '-Q https://www.virtualbox.org/download/oracle_vbox_2016.asc-o-| sudo Apt-key Add-sudo apt updatesudo apt install virtualbox-5.0

Inputvirtualbox  启动

Installing Git in Ubuntu16.04

sudo apt-get install git

You will be prompted to enter the administrator password

Enter Y once, other carriage returns

So far git is installed, enter git--version test to see if the version is successfully installed

Then enter the remote GitHub registration email and password

$ git config--global user.name "Your name"--global user.email "[Email protected]"

Installing a git server with Nginx in Ubuntu16.04
Detailed Steps Reference https://www.centos.bz/2017/07/ubuntu-16-04-nginx-http-git/

Uninstalling git in Ubuntu16.04

sudo find/usr/local-depth-iname ' git* '-exec RM-RF  {} \;sudo apt-get remove git

VMware Virtual Machine ubuntu16.04 How to install VMware Tools(to enable Windows and Ubuntu to copy and paste each other)

Detailed Steps Reference https://jingyan.baidu.com/article/c74d6000bbc6110f6a595d3b.html

Ubuntu16.04 system installation software (continuous update)

Related Article

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.