1. Download sogou input method

    Sogou Pinyin input method –> Input method Linux

  2. Three lines of code to download Google Chrome

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    
    sudo dpkg -i google-chrome*;
    
    sudo apt-get -f install
    Copy the code

    Download after setting reference: zhuanlan.zhihu.com/p/146326535

  3. Ubuntu command line mode with graphical desktop

Ubuntu offers two options for entry, a graphical interface that we’re familiar with, and a command-line interface.

  • Press Ctrl + Alt + (F1 to F6) to enter the pure command line mode.

    Enter the user name and password (including root and non-root users).

    Note: enter your password using numbers on the top of the keyboard, not keypad numbers (this is the case if there are two places to enter numbers on the keyboard), and your password is not displayed. Otherwise you might be incorrect.

  • Press Ctrl + Alt + F7 to enter the GUI mode.

  1. Rhombus Chinese garbled characters appear on the terminal

    Run the following command on the terminal:

     sudo gedit /etc/default/locale
    Copy the code

    Then change the content to:

    LANG = en_US. “utf-8”

    LANGUAGE = en_US: “en”

    Save and close the file

    Then run the following command:

     sudo locale-gen
    Copy the code

After the restart, the system prompts you to change the folder to English. In this case, select Update… Can.

  1. ubuntu pip command not found

Solution: python3

	 sudo apt-get install python3-pip
   
   
Copy the code
  1. Copy the files from the USB drive to Ubuntu
  • Sudo-i gains permission
  • Fdisk -l # Check the location of the USB flash drive

Mine is /dev/sdb1 at the bottom of the Device

  • Mount usb disk, usb disk can only be mounted in/MNT, or its subdirectory

mount /dev/sdb1 /mnt

  • / MNT directory, you can find the corresponding file in the U disk, select the file, right-click copy paste

7. Install sunflowers

Blog.csdn.net/weixin_4378… According to plan ONE

  1. The System is running Low Graphic is displayed after startup

$ cd /etc/X11

$ cp xorg.conf.failsafe xorg.conf

$ reboot
Copy the code
  1. Error: NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver

Problem Description:We typed nvCC-v in the terminal and found that the driver was also there

Solutions:

Step1: sudo apt-get install DKMSCopy the code

Step2: sudo DKMS install -m nvidia -v 450.66

If you don’t know the NVIDIA version number, go to /usr/src and find the NVIDIA folder