Small knowledge, big challenge! This paper is participating in theEssentials for programmers”Creative activities

preface

1. In the process of learning C, the tutorial is realized in Linux, because the specialized Centos is more. So this challenge with Ubuntu is not a challenge, it is Linux operating system is similar hahaha

2. There were a lot of differences after the installation, and it took several hours to adjust. Record the process of optimization to help beginners get started quickly

Chinese input method

1. Download the installation package! pinyin.sogou.com/linux/ Once you’ve downloaded it, copy it to your working directory.

Sogou input method has supported Ubuntu1604, 1804, 1910, 2004, and 2010. The installation steps of each system may be slightly different. Take Ubuntu2004 as an example.2. Add Chinese language supportOpen System Settings — Regions and Languages — Manage installed languages — Under languages TAB — click Add or Remove Languages

The Installed Languages window is displayed. Select Chinese (Simplified) and click Apply

Back to the “Language Support” window, in the keyboard input system, select “fcitx”

Note:If the “fcitx” option is not available in the keyboard input system, it is recommended to open the terminal and manually install fCITx: sudo apt-get install fcitx After the installation is successful, perform the above steps and click “Apply to the whole system” to close the window and restart the computer

Sudo DPKG -i sogoupinyin_ version number _amd64. Deb

Note: If a message is displayed during the installation, run sudo apt -f install to resolve the problem

3, log off the computer can normally use sogou input method

When it’s all set up,restartSmart Pinyin is available if you are looking for language Settings

Download speed

Backup/etc/apt/sources. The list # backup cp/etc/apt/sources list/etc/apt/sources list. Bak in/etc/apt/sources list in front of the file add the following item # add ali source deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverseSudo apt-get update sudo apt-get update sudo apt-get upgradeCopy the code

The window adapter

Super simple, no xrandr -s 1280×960 command!!

After installing vmware vM-Tools, it will automatically set your screen size!!

1. Uninstall the image and install VM-Tools

Copy the “vmwaretools… Gz “to a folder you want to install, unzip the file;

Go back to the previous directory, click on the vmware-Tools-distrib folder, and open Terminals (Applications – Attachments – Terminals);

Enter the unzip folder vmware-tools-distrib by terminal command; Enter “ls” on the command line to list the folder files.Enter the user password to start the installation.. The first one is No, then N more enter,N more YES

Close the window and restart it until you see the vmware Team.