This is a beautified optimization subsystem tutorial! Can replace more fonts and their own background configuration file = = = = beautification links: pan.baidu.com/s/1kmmoKnOA… Extract code: AEyz


This file is from the big guy at “B” but it’s been too long to remember who it was. Sorry


If you don’t have a subsystem installed, check out the Ubuntu20.04 — subsystem tutorial for installing Linux on Windows10

Click == to start (Windows build == open again == Microsoft Store ==

Open Microsoft Store and search ==Terminal== Download ==Windows Terminal==

Go in and click Download and start again

Click the bottom button and then click == Settings ==

Open the beautified file above and copy everything in it to the Settings you just opened. Delete or overwrite it and paste everything in the beautified file

After deleting/overwriting, scroll down to find your system name

I’m going to pull up to the example above and I’m going to copy that ==

Copy the above and paste it under your subsystem. Note the comma in front of my arrow direction ====

The image path style needs to be changed. Here are the styles

Background so changed, the following is the effect of the picture, is no longer so monotonous color. There are other fonts that you want to change, or the font color or model, just look at the == comment == above to change

The software that you want to open is its own subsystem, not Windows. Powershell can copy a string of numbers overhead on its own system

Go back to the top and paste the copied numbers into the box

Change domestic source! Because the subsystem comes with download source is foreign source basically so download up very slow! That’s when you need to switch to domestic sources

==sudo vi /etc/apt/sources.list== ==I == ==INSERT== == == == == == == == After all comments, copy the source code below and paste it inThere’s a backup source at the bottom


deb mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse deb mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse deb mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse deb mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse deb-src mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse


Press ==ESC==. Press :wq== == enter == to save the configuration and exit Exit and then enter the code below to update our changes ==sudo apt-get update && sudo apt-get upgrade== Prompt for a password and wait for it to be updated

Input the = = = = y Then download the == GCC == here and try it out and you can find that the download speed is much faster ==sudo apt-get install gcc==

This is the end of the tutorial!

Vim /etc/apt/sources.list

deb http://mirrors.aliyun.com/ubuntu/ focal main restricted
deb http://mirrors.aliyun.com/ubuntu/ focal-updates main restricted
deb http://mirrors.aliyun.com/ubuntu/ focal universe
deb http://mirrors.aliyun.com/ubuntu/ focal-updates universe
deb http://mirrors.aliyun.com/ubuntu/ focal multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-updates multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ focal-security main restricted
deb http://mirrors.aliyun.com/ubuntu/ focal-security universe
deb http://mirrors.aliyun.com/ubuntu/ focal-security multiverse
Copy the code
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiv
erse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe m
ultiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted univer
se multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe mu
ltiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted univers
e multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe m
ultiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted univer
se multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe 
multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted unive
rse multiverse
Copy the code