Ubuntu18.04 system installation and prerequisite software installation guide

Introduction

This weekend was relatively idle, so I decided to reinstall the system on my old laptop at home. Because I plan to use this computer to write code (also because the configuration of this computer is outdated, it will be slower to install win10), so I installed Ubuntu 18.04.

final effect

Article Directory

Make a bootable USB flash drive

Download mirror

  1. Download mirror
Download from official website (slower)
https://www.ubuntu.com/download
China official website download
https://cn.ubuntu.com/
Tsinghua University mirror station download
https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/18.04/
  1. Download rufuns boot disk creation software.
Download from official website (slower)
https://rufus.ie/
Public account thumb notes backstage reply rufuns get

Make a bootable USB flash drive

Double click to run rufuns directly. Set partition type MBR, file system FAT32, cluster size 8192 bytes. (Pictured)

Click Start to make a boot disk. When the status progress bar is full, click Close, and the boot disk creation is complete.

Set startup items

First, turn off the quick startup under the win system. Turning on the quick startup may cause the U disk not to be recognized.

Turn off method: Control Panel--->Hardware and Sound--->Power Options--->Select the function of the power button--->Change the currently unavailable settings--->Turn off the quick start

Then turn off the computer, insert the U disk, and quickly press F2 when booting (different computers have different keys to enter the BIOS, most of which are F2 for Lenovo) to enter the BIOS settings.

After entering the BIOS settings, switch to the third tab Security (security options), and set Secure Boot to Disabled. Then find boot-USB boot-Enable to enable USB device boot. F10 to save and exit.

After the setting is complete, restart the computer, press and hold F12 to enter the Boot Manager when booting, and select the U disk to start.

Then enter the interface below and select Install Ubuntu.

First make some basic settings

(1) Set language (Simplified Chinese is the third from last)

(2) Keyboard layout (Chinese)

(3) Wireless network (just find and connect to your network)

(4) Update options (I am a single Ubuntu system, so I use normal installation)

(5) Installation type (other options, manual partitioning)

(6) Zoning plan (for reference)

Mount point type location used size
Primary partition Start position Swap space Same as your physical memory
/boot Logical partition Start position Ext4 500MB
/usr Logical partition Start position Ext4 100G
/home Logical partition Start position Ext4 Free space-500MB
/ Main partition Start position Ext4 100G
Logical Partition Starting Position EFI System Partition 500MB

(7) Select the time zone (click on the time zone location)

(8) Create user name

(9) Install the system software (this step is the longest time-consuming, just wait patiently)

The dialog box that pops up after the installation is successful.

So far, the Ubuntu system has been successfully installed on your computer. Now start to install some necessary software.

Install software---tools

Modify the software source before starting to install the software, otherwise the download speed will be too slow.

First open the Software and Update application

Click Download from

Then click Select the best server, wait a while, the system will automatically select the best server, click Select Server to complete the configuration.

Now start to install the software.

  1. shutter

A very easy to use screenshot software.

installation method:

sudo apt-get install shutter

  1. simplescreenrecoder

The useful screen recording software, the video recorded by kazam cannot be opened in Win10.

installation method:

sudo apt-get install simplescreenrecorder

  1. CopyQ

Clipboard management tool, lightweight and can be viewed in the status bar in the upper right corner.

installation method:

sudo add-apt-repository ppa:hluk/copyq
sudo apt-get update
sudo apt-get install copyq

  1. Caffine

It prevents the system from automatically closing the screen, which is very convenient to use. The upper right corner can be opened directly.

installation method:

sudo add-apt-repository ppa:hluk/copyq
sudo apt-get update
sudo apt-get install copyq

  1. Neofetch

A tool for viewing system status, a must for Ubuntu.

installation method:

sudo add-apt-repository ppa:dawidd0811/neofetch
sudo apt-get update
sudo apt-get install neofetch

Install Windows Common Software

Compared with the software that can be installed by the above one-line command, installing the software on Windows is relatively troublesome. Divided into the following three steps.

  1. Install git
  2. Install deepin-wine environment
  3. Install the required software containers

Install git: Enter the following commands in the terminal to install git.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git

Then use the following command to install the deepin-wine environment.

git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git

After installing the deepin-wine environment, go to the website below to download the .deb file of the required software.

QQ:http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.qq.im/
WeChat: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.wechat/
Baidu network disk: http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.baidu.pan/

Finally, cd to the download directory and execute the installation command.

Tim:
sudo dpkg -i deepin.com.qq.office_2.0.0deepin4_i386.deb
Baidu Netdisk:
sudo dpkg -i deepin.com.baidu.pan_5.7.3deepin0_i386.deb

At last

This article introduces the detailed process of installing Ubuntu 18.04 system and installing some common software.

If you think this article is okay, please take a look at it.

Recommended Posts

Ubuntu18.04 system installation and prerequisite software installation guide
Ubuntu upgrade software and ubuntu upgrade system commands
Ubuntu18.04 installation Anaconda3 and VSCode guide
Ubuntu configuration source and installation software
Ubuntu system installation
Ubuntu introduction and installation
Ubuntu dual system installation
Win10 install Linux ubuntu-18.04 dual system (installation guide)
Basic configuration and common software installation after ubuntu 18.04 installation
Technical corner | Windows 10/7 and Ubuntu 18.04 dual system installation
Ubuntu and RHEL dual Linux operating system installation tutorial
Ubuntu16.04 installation and simple configuration
Ubuntu12 step-by-step installation and configuration (system, FTP, TELNET.. settings)
Common exceptions and solutions for Ubuntu system installation and configuration
Ubuntu PostgreSQL installation and configuration
Ubuntu18 super detailed common software installation
Redis installation under ubuntu and windows
CentOS 7.X system installation and optimization
Ubuntu 19.1 installation and configuration Chinese environment
Configuration and beautification after Ubuntu installation (1)
Nginx installation and configuration load (ubuntu12.04)
Ubuntu software
CentOS 7 system installation and configuration graphic tutorial
ubuntu Docker installation and deployment of Rancher
Ubuntu installation and deployment Redash operation notes (2020.08)
Linux kernel compilation and CentOS system installation
Centos7.6 operating system installation and optimization record
Installation and uninstallation of CUDA under Ubuntu 16.04
Ubuntu18.04 Server version installation and use (graphic)
Installation and deployment of Nginx in Ubuntu
Installation and use of Win10 subsystem Ubuntu
Ubuntu 14.04 16.04 Linux nvidia driver download and installation
Install utility software collection under Ubuntu system
Linux install Docker and run Ubuntu system
DLNA/UPnP Server installation and configuration under Ubuntu 12.04
Centos5 installation guide
UBUNTU 16.04 installation diary
Debian and Ubuntu installation source configuration file description
CentOS 6.5 system installation and configuration graphic tutorial (detailed graphic)
ubuntu 1804 installation details
Summary of Ubuntu system and privacy cleaning tools
Installation of pulseaudio and API usage under Ubuntu 12.04
Ubuntu install guide
Virtual machine installation and configuration ubuntu shared folder_
Use Ubuntu and windows system in virtual machine
ubuntu beautification guide
Kaldi installation and configuration graphic tutorials under Ubuntu
Ubuntu installation record
Installation, configuration and uninstallation of GitLab in Ubuntu19.1
ubuntu 18.04 installation (UEFI+GBT)
ubuntu installation error
ubuntu-server system installation
Installation and use of SSH in Ubuntu environment
stacer personally thinks the best ubuntu system management software
Ubuntu16.04 mirror complete installation and configuration tutorial under VMware
Installation and use of GDAL in Python under Ubuntu
The difference between CentOS and Ubuntu in Linux system
Installation and simple practice of MySQL in ubuntu environment (1)
How to modify time zone and time in ubuntu system
How to install theano and keras on ubuntu system
One, docker into the pit (win10 and Ubuntu installation)