VBox installs Ubuntu Server's those pits, the keyboard garbled, the network card, SSH and so on

Source: Internet
Author: User
Tags ssh server

1, UPDATE, I believe we all have obsessive-compulsive disorder

sudo apt-get update & Apt-get Upgrade

2, the keyboard will play garbled is the choice of keyboard is not correct, you can use the following command to select English (US)

sudo dpkg-reconfigure keyboard-configuration

3, Nic only Nat piece

Add a virtual NIC in the global network host-only in VBox, set up DHCP

Edit the configuration file in Ubuntu to get the NIC address

sudo ifconfig-a #查看网卡的名称, here the new network card name is not called Eth1 but is called ENP0S8

sudo vi/etc/network/interfaces #编辑配置文件

#如果ubuntu没有自动添加的话, add the following line (note modify the NIC name):

Auto ENP0S8

Iface ENP0S8 inet DHCP

Use: The EQ command is saved, and you can try the ping after restarting.

4. Configure SSH

Check if SSH server is installed, and if so, you should be able to access it with putty. If not installed, you can use the Tasksel installation.

5, if you want the image interface can install the desktop, but the desktop is more than 600MB, very large dependence is also huge, for the performance of the choice, three optional one, before the installation will be prompted to confirm y/n, and there are size hints

sudo apt-get install Ubuntu-desktop

sudo apt-get install Ubuntu-kdesktop

sudo apt-get install Ubuntu-xdesktop

VBox installs Ubuntu Server's those pits, the keyboard garbled, the network card, SSH and so on

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.