Ubuntu Server Installation Tutorial in Vmware

Ubuntu Server Installation Tutorial in Vmware

This article shares with you the Ubuntu server version installation graphic tutorial for your reference. The specific content is as follows

Steps to create a virtual machine

1. Create a virtual machine

2. Log in to the system

3. Enable the root user first

4. Configure openssh server

5. vi /etc/ssh/sshd_config

Find the line PermitRootLogin without-password and change it to PermitRootLogin yes

6. Restart openssh server

$ sudo service ssh restart 

7. xshell connects to the virtual machine

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Ubuntu Server 16.04 MySQL 8.0 installation and configuration graphic tutorial
  • Ubuntu Server 11.10 installation and configuration of lamp (Apache+MySQL+PHP)
  • The perfect solution to the dependency error when installing openssh-server under ubuntu16.04 (very good)
  • How to install LAMP on Ubuntu Server 16.04 LTS
  • Ubuntu Server 18.04.5 LTS Server Edition Installation and Configuration Graphic Tutorial

<<:  How to change password in MySQL 5.7.18

>>:  WeChat Mini Program user authorization to obtain mobile phone number (getPhoneNumber)

Recommend

A brief discussion on the VUE uni-app development environment

Table of contents 1. Through HBuilderX visual int...

Detailed explanation of the solution to the nginx panic problem

Regarding the nginx panic problem, we first need ...

MySQL restores data through binlog

Table of contents mysql log files binlog Binlog l...

Forty-nine JavaScript tips and tricks

Table of contents 1. Operation of js integer 2. R...

JavaScript event capture bubbling and capture details

Table of contents 1. Event Flow 1. Concept 2. DOM...

How to limit the value range of object keys in TypeScript

When we use TypeScript, we want to use the type s...

Vue+Element UI realizes the encapsulation of drop-down menu

This article example shares the specific code of ...

How to configure common software on Linux

When you get a new Linux server, you generally ha...

Example of how to import nginx logs into elasticsearch

The nginx logs are collected by filebeat and pass...

Vue must learn knowledge points: the use of forEach()

Preface In front-end development, we often encoun...

JavaScript canvas implements moving the ball following the mouse

This article example shares the specific code of ...

An article to help you learn CSS3 picture borders

Using the CSS3 border-image property, you can set...

Detailed explanation of the difference between $router and $route in Vue

We usually use routing in vue projects, and vue-r...