Linux network programming_Ubuntu environment configuration and installation

Article directory:

One: Install Ubuntu system based on vmware virtual machine (virtual machine)

1. vmware download

2. Ubuntu system download

3. Configuration

3.1 Unable to connect to the Internet: it is easy to go wrong here

3.2 Replacing domestic sources

3.3 Unable to adapt the screen to full screen

3.4 Sinicization

Two: Directly install Ubuntu system or Ubuntu dual system (reinstall the system)

1. Download and install 

2. Configuration

3.1 Network configuration

3.2 Download software

3.3 Text Open

3.4 Software update 

3.5 Dual System Boot Manager


One: Install Ubuntu system based on vmware virtual machine (virtual machine)

1. vmware download

Official website download

小地球——>china简体中文——>资源——>查看所有资源——>查看所有产品(A 到 Z)——>VMware Workstation Pro
Download Produc——>GO TO DOWNLOADS——>DOWNLOAD NOW

2. Ubuntu system download

Official website (slow)

Tsinghua University mirror station (inside ubuntu-releases) : recommended

Download Linux | Linux.org

3. Configuration

3.1 Unable to connect to the Internet: it is easy to go wrong here

排查步骤
    1.安装问题
    2.配置问题  
    3.软件版本型号问题:vmware和ubuntu不要太新也不要太旧
    4.网卡驱动问题
    5.内核问题
    6.系统问题


我按照这样搞:前前后后搞了两天,发现是我windows系统有问题
    1.安装:典型和自定义安装都试了没有用?(推荐典型安装)
        典型、自定义
    2.各种配置也没有问题?
        网络适配器、服务启动、ipv4设置....
    3.自己电脑太旧太新安装新旧软件以及安装centos还不可以?
        vmware14~17
        ubuntu14~20
        centos
    4.驱动检查安装看看?
    5.进入bios进行设置还不可以?
    6.确定是系统问题? 这里如何解决?    
        第一种:插入网线
        第二种:手机数据线接上电脑共享网络
        第三种:重新安装系统/者按照双系统

no icon?

        Unable to connect to the network, no network icon displayed, no network settings  ; no network connection icon in NAT mode

VMware NAT service cannot be started? Windows could not start the VMware NAT Service service (located on Local Computer). Error 1067: The process terminated unexpectedly

        First follow this configuration

Wireless network card driver problem?

        The system does not match the wireless network card driver

Kernel problem?

升级内核
    sudo apt update
    sudo apt upgrade

Cable unplugged?

         The cable has been unplugged and cannot connect to the Internet

Stuck on a black screen?

        Ubuntu has been stuck on a black screen

3.2 Replacing domestic sources

 ubuntu replace domestic source_ubuntu change source 

3.3 Unable to adapt the screen to full screen

Combining the following two articles vmware operation  CD command operation

3.4 Sinicization

in regional language

Two: Directly install Ubuntu system or Ubuntu dual system (reinstall the system)

1. Download and install 

Rufus software official website 

Detailed steps to install ubuntu system (dual system)  , Ubuntu 20.04 dual system installation tutorial (Windows10)

1.制作U盘启动盘
     Rufus软件 + ISO镜像 + U盘


2.wiindows电脑上面:磁盘分区压缩卷、取消快速启动


3.BIOS设置:将Secure Boot 设为 Disabled


4.安装ubuntu:进行手动磁盘分区
    /boot :   (1024M)系统的boot启动引导项安装位置
    /     : (51200M) 所有目录的根节点
    /home :(182061M)放置自己的数据,ext4
    /swap : (16384M)交换空间

2. Configuration

3.1 Network configuration

软件更新里面——>下载自——>其他——>选择最佳服务器——>选择服务器——>更新缓存

3.2 Download software

“.dep”后缀软件——>右键——>使用其他程序打开——>软件安装——>选择

3.3 Text Open

第一种      word:文本编辑器自带软件打开

第二种      txt :LIbreOffice Writer自带软件打开

第三种  .md .c  :Typora打开
            官网:https://typoraio.cn/#linux(含命令安装和软件直接下载安装)

3.4 Software update 

sudo apt-get update

sudo apt-get upgrade

3.5 Dual System Boot Manager

打开双系统选择三是图形化界面:rEFInd启动引导、Clover启动引导、UEFI启动引导
    glassy主题

Guess you like

Origin blog.csdn.net/liu17234050/article/details/132361034