LTS

    Innovation Version

      Information Collection

      Querying OS Information

      1. Query the OS version.

        cat /etc/openEuler-latest
        
        [root@localhost ~]# cat /etc/openEuler-latest
        openeulerversion=openEuler-23.03
        compiletime=2023-03-27-12-05-38
        gccversion=10.3.1-26.oe2303
        kernelversion=6.1.19-7.0.0.17.oe2303
        openjdkversion=1.8.0.362.b09-2.oe2303
        [root@localhost ~]#
        
        cat /etc/os-release
        
        [root@localhost ~]# cat /etc/os-release
        NAME="openEuler"
        VERSION="23.03"
        ID="openEuler"
        VERSION_ID="23.03"
        PRETTY_NAME="openEuler 23.03"
        ANSI_COLOR="0;31"
        
        [root@localhost ~]#
        
        cat /etc/openEuler-release
        
        [root@localhost ~]# cat /etc/openEuler-release
        openEuler release 23.03
        [root@localhost ~]#
        
      2. Query the kernel version.

      uname -a
      
      [root@localhost ~]# uname -a
      Linux localhost.localdomain 6.1.19-7.0.0.17.oe2303.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 28 00:01:02 CST 2023 x86_64 x86_64 x86_64 GNU/Linux
      [root@localhost ~]#
      

      Querying Hardware Information

      1. Query CPU statistics.

        lscpu
        

        zh-cn_image_0000001387692269

      2. View CPU parameters.

        cat /proc/cpuinfo
        

        zh-cn_image_0000001387293085

      3. View system memory information.

        cat /proc/meminfo
        

        zh-cn_image_0000001387692893

      4. View memory information.

        dmidecode -t memory
        

        zh-cn_image_0000001337053248

      5. View hard drive and partition distribution.

        lsblk
        

        zh-cn_image_0000001387413509

      6. View details about hard drives and partitions.

        fdisk -l
        

        zh-cn_image_0000001337533690

      7. View NIC information.

        lspci | grep -i 'eth'
        

        zh-cn_image_0000001387413793

      8. View all network interfaces.

        ip a or ifconfig -a
        

        zh-cn_image_0000001387855149

      9. View details about a network interface.

        ethtool enp7s0 (enp7s0 is used as an example.)
        

        zh-cn_image_0000001387415629

      10. View PCI information.

        lspci
        

        zh-cn_image_0000001337696078

      11. View the device tree.

        lspci -t
        

        zh-cn_image_0000001337536842

      12. View BIOS information.

        dmidecode -t bios
        

        zh-cn_image_0000001387857005

      Querying Software Information

      1. Query details about a software package.

        rpm -qi (systemd is used as an example.)
        

        zh-cn_image_0000001387755969

      2. View the modules provided by a software package.

        rpm -q --provides (systemd is used as an example.)
        

        zh-cn_image_0000001337579708

      3. View all installed software packages.

        rpm -qa (systemd is used as an example.)
        

        zh-cn_image_0000001337419960

      4. View the list of software packages.

        rpm -ql (python3-rpm is used as an emple.)
        

        zh-cn_image_0000001387780357

      Viewing OS Logs

      1. View the information and error logs after the system is started.

        cat  /var/log/messages
        

        zh-cn_image_0000001388020197

      2. View the security-related logs.

        cat /var/log/secure
        

        zh-cn_image_0000001337580216

      3. View the email-related logs.

        cat /var/log/maillog
        

        zh-cn_image_0000001337740252

      4. View the logs related to scheduled tasks.

        cat /var/log/cron
        

        zh-cn_image_0000001337420372

      5. View the logs related to UUCP and news devices.

        cat /var/log/spooler
        

        zh-cn_image_0000001337260780

      6. View the logs related to the startup and stop of the daemon process.

        cat /var/log/boot.log
        

        zh-cn_image_0000001337740540

      Bug Catching

      Buggy Content

      Bug Description

      Submit As Issue

      It's a little complicated....

      I'd like to ask someone.

      PR

      Just a small problem.

      I can fix it online!

      Bug Type
      Specifications and Common Mistakes

      ● Misspellings or punctuation mistakes;

      ● Incorrect links, empty cells, or wrong formats;

      ● Chinese characters in English context;

      ● Minor inconsistencies between the UI and descriptions;

      ● Low writing fluency that does not affect understanding;

      ● Incorrect version numbers, including software package names and version numbers on the UI.

      Usability

      ● Incorrect or missing key steps;

      ● Missing prerequisites or precautions;

      ● Ambiguous figures, tables, or texts;

      ● Unclear logic, such as missing classifications, items, and steps.

      Correctness

      ● Technical principles, function descriptions, or specifications inconsistent with those of the software;

      ● Incorrect schematic or architecture diagrams;

      ● Incorrect commands or command parameters;

      ● Incorrect code;

      ● Commands inconsistent with the functions;

      ● Wrong screenshots.

      Risk Warnings

      ● Lack of risk warnings for operations that may damage the system or important data.

      Content Compliance

      ● Contents that may violate applicable laws and regulations or geo-cultural context-sensitive words and expressions;

      ● Copyright infringement.

      How satisfied are you with this document

      Not satisfied at all
      Very satisfied
      Submit
      Click to create an issue. An issue template will be automatically generated based on your feedback.
      Bug Catching
      编组 3备份