Home Operation and Maintenance Linux Operation and Maintenance Install ubuntu on VMware and secureCRT remote connection

Install ubuntu on VMware and secureCRT remote connection

Jun 23, 2017 pm 02:18 PM
securecrt ubuntu vmware Install

Tools:

VMware: VMware-workstation-full_12.5.5.17738.exe

Ubuntu Image: ubuntu-16.04-server-amd64.iso

Remote connection tool--SecureCTR: securecrt8.0 Chinese cracked version @304_242483.exe

Installation steps:

[1] Install VMware; next step , check and agree to the next step, change the installation path to the next step, follow the default next step, and finally click Install.

VMware Workstation 12 serial number: 5A02H-AU243-TZJ49-GTC7K-3C61N Permanently valid

【2】Create a virtual machine

(1) Open VMware and click [Create a new virtual machine] on the home page;

(2) Select [Customized] installation, click [Next];

(3) Keep the hardware compatibility as default, click [Next];

(4) Select [Install operating system later] , click [Next];

(5) Select Linux as the guest operating system, select Ubantu64-bit version, click [Next];

(6) The name of the virtual machine is arbitrary, and the installation location Select a disk with sufficient space and click [Next];

(7) The default number of processors is 1, click [Next];

(8) Specify 2GB of allocated memory, click [Next];

(9) Select Network Address Translation (NAT) (E) as the network type, click [Next];

(10) I/O controller and disk Select the recommended options for all types, click [Next];

(11) Disk selection to create a new virtual disk, click [Next];

(12) The disk size is more than 20GB, Split the virtual disk into multiple files, click [Next];

(13) Disk files are as desired, click [Next];

(14) Confirm that the information is correct, and click [Next] Complete];

(15) The virtual machine is successfully created. Click CD/DVD (SATA) on the left side of the new interface, select the ISO image file in the right pop-up box, and select the corresponding path, click [OK] (Prepare the iso image file on your computer first)

(16) Click the network adapter in the list on the left, select the bridge mode in the pop-up box on the right, and click [OK]; (Bridge mode Allow external remote access to this virtual machine, NAT mode only allows local access)

(17) After the settings are completed, click on the upper left to turn on this virtual machine and enter Ubuntu configuration;

[3] Install ubuntu in VMware
(1) Language selection: English [Enter]
(2) Install Ubuntu Server [Enter]
( 3) Select a language [English Enter]
(4) Select you location Select your region, as you like. [Default United States Enter]
(5)configure the keyboard【Select no Enter--English Enter--English us Enter】
(6) configure the network Hostname: Default ubunte [continue]
(7) set up users and password: This is very important, remember to set it yourself. 【continue】
(8)configure the clock Set the clock, the default is fine, this can be changed after installing the system later. [Enter]
(9) Partition disks [Select manual Enter] --- [Finish partitioning and write change to disk]
(10) If the menu appears, Then select detect disk in the menu, then Finish partitioning and write change to disk [yes]
(11) configure the package manager HTTP direct [continue]
(12) configuring tasksel [install XXX 】The second option
(13) software selection [Space to select the first manual package selection] There will be a * sign when selected [Enter]
(14) install the GBUB boot loader on a hard disk 【yes】
(15)Finish the installation【continue and press Enter】
-------------------- ------------------End installation---------------------------------- -
(16) Log in with the very important username and password mentioned above
(17) Command sudo passwd root, enter the password [Enter]
(18) ) su: Switch account to enter the root account
(19) Command vi /etc/network/interfaces [Enter] to write the configuration file
(20) The configuration file includes:

(21) Press the ESC key, save the file and exit the command [:wq Enter]

(22) Restart the device: Command reboot

(23) After the device restarts, command: ifconfig to check whether the IP address has been modified

[4] The device remotely connects via ssh

(1) Command: apt-get update[ Enter]

(2) Command: apt-get install openssh-server

(3) Command: vi /etc/ssh/sshd_config, comment out the red box and add # in front of it , then copy a line followed by yes

## (4) Command: ps -ef |grep ssh

(5) The tool SecureCRT successfully connected remotely

The above is the detailed content of Install ubuntu on VMware and secureCRT remote connection. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Solution to the problem that Win11 system cannot install Chinese language pack Solution to the problem that Win11 system cannot install Chinese language pack Mar 09, 2024 am 09:48 AM

Solution to the problem that Win11 system cannot install Chinese language pack With the launch of Windows 11 system, many users began to upgrade their operating system to experience new functions and interfaces. However, some users found that they were unable to install the Chinese language pack after upgrading, which troubled their experience. In this article, we will discuss the reasons why Win11 system cannot install the Chinese language pack and provide some solutions to help users solve this problem. Cause Analysis First, let us analyze the inability of Win11 system to

Unable to install guest additions in VirtualBox Unable to install guest additions in VirtualBox Mar 10, 2024 am 09:34 AM

You may not be able to install guest additions to a virtual machine in OracleVirtualBox. When we click on Devices>InstallGuestAdditionsCDImage, it just throws an error as shown below: VirtualBox - Error: Unable to insert virtual disc C: Programming FilesOracleVirtualBoxVBoxGuestAdditions.iso into ubuntu machine In this post we will understand what happens when you What to do when you can't install guest additions in VirtualBox. Unable to install guest additions in VirtualBox If you can't install it in Virtua

Log in to Ubuntu as superuser Log in to Ubuntu as superuser Mar 20, 2024 am 10:55 AM

In Ubuntu systems, the root user is usually disabled. To activate the root user, you can use the passwd command to set a password and then use the su- command to log in as root. The root user is a user with unrestricted system administrative rights. He has permissions to access and modify files, user management, software installation and removal, and system configuration changes. There are obvious differences between the root user and ordinary users. The root user has the highest authority and broader control rights in the system. The root user can execute important system commands and edit system files, which ordinary users cannot do. In this guide, I'll explore the Ubuntu root user, how to log in as root, and how it differs from a normal user. Notice

What should I do if Baidu Netdisk is downloaded successfully but cannot be installed? What should I do if Baidu Netdisk is downloaded successfully but cannot be installed? Mar 13, 2024 pm 10:22 PM

If you have successfully downloaded the installation file of Baidu Netdisk, but cannot install it normally, it may be that there is an error in the integrity of the software file or there is a problem with the residual files and registry entries. Let this site take care of it for users. Let’s introduce the analysis of the problem that Baidu Netdisk is successfully downloaded but cannot be installed. Analysis of the problem that Baidu Netdisk downloaded successfully but could not be installed 1. Check the integrity of the installation file: Make sure that the downloaded installation file is complete and not damaged. You can download it again, or try to download the installation file from another trusted source. 2. Turn off anti-virus software and firewall: Some anti-virus software or firewall programs may prevent the installation program from running properly. Try disabling or exiting the anti-virus software and firewall, then re-run the installation

How to install Angular on Ubuntu 24.04 How to install Angular on Ubuntu 24.04 Mar 23, 2024 pm 12:20 PM

Angular.js is a freely accessible JavaScript platform for creating dynamic applications. It allows you to express various aspects of your application quickly and clearly by extending the syntax of HTML as a template language. Angular.js provides a range of tools to help you write, update and test your code. Additionally, it provides many features such as routing and form management. This guide will discuss how to install Angular on Ubuntu24. First, you need to install Node.js. Node.js is a JavaScript running environment based on the ChromeV8 engine that allows you to run JavaScript code on the server side. To be in Ub

How to install Android apps on Linux? How to install Android apps on Linux? Mar 19, 2024 am 11:15 AM

Installing Android applications on Linux has always been a concern for many users. Especially for Linux users who like to use Android applications, it is very important to master how to install Android applications on Linux systems. Although running Android applications directly on Linux is not as simple as on the Android platform, by using emulators or third-party tools, we can still happily enjoy Android applications on Linux. The following will introduce how to install Android applications on Linux systems.

Android TV Box gets unofficial Ubuntu 24.04 upgrade Android TV Box gets unofficial Ubuntu 24.04 upgrade Sep 05, 2024 am 06:33 AM

For many users, hacking an Android TV box sounds daunting. However, developer Murray R. Van Luyn faced the challenge of looking for suitable alternatives to the Raspberry Pi during the Broadcom chip shortage. His collaborative efforts with the Armbia

How to install Podman on Ubuntu 24.04 How to install Podman on Ubuntu 24.04 Mar 22, 2024 am 11:26 AM

If you have used Docker, you must understand daemons, containers, and their functions. A daemon is a service that runs in the background when a container is already in use in any system. Podman is a free management tool for managing and creating containers without relying on any daemon such as Docker. Therefore, it has advantages in managing containers without the need for long-term backend services. Additionally, Podman does not require root-level permissions to be used. This guide discusses in detail how to install Podman on Ubuntu24. To update the system, we first need to update the system and open the Terminal shell of Ubuntu24. During both installation and upgrade processes, we need to use the command line. a simple

See all articles