Embedded Linux development environment to build and configure Ubuntu

2.2.5 Configure Ubuntu

After ensuring that Ubuntu can access the Internet, use the following command to configure/initialize the development environment ((actually, install tftp, nfs, vim and other software, this script only supports Ubuntu-16.04 /Ubuntu-18.04).
Note: For the convenience of copying, these commands are written in multiple lines, you have to copy them to Notepad, merge them into one line, pay attention to the spaces:

book@100ask:~ $ wget --no-check-certificate -O Configuring_ubuntu.sh
https://weidongshan.coding.net/p/DevelopmentEnvConf/d/DevelopmentEnvConf/git/raw/master/Configuring_ubuntu.sh && 
sudo chmod +x Configuring_ubuntu.sh && 
sudo ./Configuring_ubuntu.sh

The above command is to download the script, add executable permissions to it, and run it.
Follow the prompts to enter the book password 123456 and select the corresponding system, as shown below:

Note: If Ubuntu is unable to access the Internet, please refer to the following "2.5 FAQ" for setting.

If you execute this command, the following error occurs:

2.2.6 The root user cannot be logged in by default###

I have never used a root user in the development process. If you want to use root privileges, you can add "sudo" before the command, such as "sudo ps -a".
If you like to use the root user, you can operate as shown below, first set a password for the root user, and then you can log in as the root user:

Recommended Posts

Embedded Linux development environment to build and configure Ubuntu
ubuntu build python development environment
Ubuntu 18.04.1 build Java environment and HelloWorld
Linux development preparation-install VMware and run Ubuntu
Build a LAMP development environment on Ubuntu 16.04
Build an Ubuntu Linux development environment on a Vmware virtual machine
Configure Java development environment in Ubuntu20.04 LTS
Steps to build LNMP environment on ubuntu 20.04
Build a python development environment under Ubuntu
How to install and configure NATS on Ubuntu 16.04
Install JDK and configure environment variables on Ubuntu 16.04
How to install and configure Gogs on Ubuntu 18.04
How to configure TensorFlow use environment in Ubuntu
How to install and configure Cyberpanel on Ubuntu 18.04
How to install and configure ownCloud on Ubuntu 16.04
How to install and configure ownCloud on Ubuntu 16.04
Python3 development environment to build a detailed tutorial
How to install and configure GitLab on Ubuntu 18.04
How to install and configure Ansible on Ubuntu 18.04
How to install and configure Elasticsearch on Ubuntu 16.04
How to install and configure PostGIS on Ubuntu 14.04
How to install and configure VNC on Ubuntu 18.04
How to install and configure Sphinx on Ubuntu 16.04
How to install and configure OrientDB on Ubuntu 14.04
How to install and configure AppScale on Ubuntu 12.04
How to install and configure PostGIS on Ubuntu 14.04
Ubuntu development environment configuration
Ubuntu18.10 configure Java environment
Detailed steps to configure Ubuntu 16.04 and Apache virtual host
Install and configure Mono production environment on Ubuntu Server
ubuntu16.04 build vim and pyt
ubuntu install and configure GitLab
ubuntu builds common development environment
How to install memcache and start it in ubuntu environment
How to compile and install PHP and Nginx in Ubuntu environment
How to install JDK and Mysql on Ubuntu 18.04 linux system
ubuntu 12.04 configure the kernel crash to automatically restart and dump
CentOS 7 configure Java language development environment
Ubuntu environment variables and ADB configuration
CentOS 7 configure Ruby language development environment
Install and configure MySQL on Ubuntu
Ubuntu16.04 build php5.6 Web server environment
CentOS 7 configure php language development environment
Install and configure Docker in Ubuntu
ubuntu modify and configure ip address
Build Nginx environment on Linux (CentOS)
Configure python3 environment on centos7 and
Ubuntu 19.1 installation and configuration Chinese environment
CentOS 7 configure Python language development environment
Linux basics (Ubuntu copy and paste)
How to compile and install xdebug from source code in Ubuntu environment
51 MCU program development and download under Ubuntu
How to build nfs service on ubuntu16.04
[Linux] Pure ubuntu quickly build pagoda panel
How to install MySQL on Ubuntu 18.04 (linux)
Build the C++ compilation environment under ubuntu
Build arm virtual operating environment on Ubuntu
How to configure Redis cluster on Ubuntu 14.04
(1) Centos7 installation to build a cluster environment
How to configure Redis replication on Ubuntu 16.04
Ubuntu 14.04 16.04 Linux nvidia driver download and installation