From 3e549def7494e710cb413bf29f3c613cda1e78ea Mon Sep 17 00:00:00 2001 From: Evawudonger Date: Mon, 22 Sep 2025 11:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=84=E8=8C=83=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrator/basic_configuration.md | 34 ------------------- .../security/secharden/kernel_parameters.md | 2 +- .../server/security/trusted_computing/ima.md | 2 +- .../system_resources_and_performance.md | 1 + .../server/security/trusted_computing/ima.md | 2 +- 5 files changed, 4 insertions(+), 37 deletions(-) diff --git a/docs/en/server/administration/administrator/basic_configuration.md b/docs/en/server/administration/administrator/basic_configuration.md index 670b596..37ce10d 100644 --- a/docs/en/server/administration/administrator/basic_configuration.md +++ b/docs/en/server/administration/administrator/basic_configuration.md @@ -1,39 +1,5 @@ # Basic Configuration - - -- [Basic Configuration](#basic-configuration) - - [Setting the System Locale](#setting-the-system-locale) - - [Displaying the Current Locale Status](#displaying-the-current-locale-status) - - [Listing Available Locales](#listing-available-locales) - - [Setting the Locale](#setting-the-locale) - - [Setting the Keyboard Layout](#setting-the-keyboard-layout) - - [Displaying the Current Settings](#displaying-the-current-settings) - - [Listing Available Keyboard Layouts](#listing-available-keyboard-layouts) - - [Setting the Keyboard Layout](#setting-the-keyboard-layout-1) - - [Setting the Date and Time](#setting-the-date-and-time) - - [Using the timedatectl Command](#using-the-timedatectl-command) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time) - - [Synchronizing the System Clock with a Remote Server](#synchronizing-the-system-clock-with-a-remote-server) - - [Changing the Current Date](#changing-the-current-date) - - [Changing the Current Time](#changing-the-current-time) - - [Changing the Time Zone](#changing-the-time-zone) - - [Using the date Command](#using-the-date-command) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time-1) - - [Changing the Current Time](#changing-the-current-time-1) - - [Changing the Current Date](#changing-the-current-date-1) - - [Using the hwclock Command](#using-the-hwclock-command) - - [Real-Time Clock and System Clock](#real-time-clock-and-system-clock) - - [Displaying the Current Date and Time](#displaying-the-current-date-and-time-2) - - [Setting the Date and Time](#setting-the-date-and-time-1) - - [Setting kdump](#setting-kdump) - - [Setting the Memory Reserved for kdump](#setting-the-memory-reserved-for-kdump) - - [Parameter Formats of the Memory Reserved for kdump](#parameter-formats-of-the-memory-reserved-for-kdump) - - [Recommended Reserved Memory](#recommended-reserved-memory) - - [Disabling Network Drivers](#disabling-network-drivers) - - - ## Setting the System Locale System locale settings are stored in the /etc/locale.conf file and can be modified by the localectl command. These settings are read at system boot by the systemd daemon. diff --git a/docs/en/server/security/secharden/kernel_parameters.md b/docs/en/server/security/secharden/kernel_parameters.md index f2d4816..e9e8fb2 100644 --- a/docs/en/server/security/secharden/kernel_parameters.md +++ b/docs/en/server/security/secharden/kernel_parameters.md @@ -199,7 +199,7 @@ Kernel parameters specify the status of network configurations and application p 2. Run the following command to load the kernel parameters set in the **sysctl.conf** file: - ``` + ```shell sysctl -p /etc/sysctl.conf ``` diff --git a/docs/en/server/security/trusted_computing/ima.md b/docs/en/server/security/trusted_computing/ima.md index d01ff97..070ae09 100644 --- a/docs/en/server/security/trusted_computing/ima.md +++ b/docs/en/server/security/trusted_computing/ima.md @@ -708,7 +708,7 @@ After installing RPM packages released by openEuler, digest list files are autom **/etc/ima/digest_lists/0-metadata_list-compact-\** -This is the IMA digest list file, generated using the `gen_digest_lists` command (see [gen_digest_lists](#gen-digest-lists) for details). This binary file contains header information and a series of SHA256 hash values, representing the digest values of legitimate file contents and file extended attributes. Once measured or appraised, this file is imported into the kernel, and IMA digest list measurement or appraisal is performed based on the allowlist digest values in this file. +This is the IMA digest list file, generated using the `gen_digest_lists` command (see [gen_digest_lists](#gen_digest_lists) for details). This binary file contains header information and a series of SHA256 hash values, representing the digest values of legitimate file contents and file extended attributes. Once measured or appraised, this file is imported into the kernel, and IMA digest list measurement or appraisal is performed based on the allowlist digest values in this file. **/etc/ima/digest_lists/0-metadata_list-rpm-\** diff --git a/docs/zh/server/performance/system_resource/system_resources_and_performance.md b/docs/zh/server/performance/system_resource/system_resources_and_performance.md index 18dd964..78d8d19 100644 --- a/docs/zh/server/performance/system_resource/system_resources_and_performance.md +++ b/docs/zh/server/performance/system_resource/system_resources_and_performance.md @@ -29,6 +29,7 @@ ![](./images/zh-cn_image_0000001385585749.png) 在命令的输出信息中,各字段所代表的含义如下: + |字段|含义| |--|--| |procs|进程信息字段。| diff --git a/docs/zh/server/security/trusted_computing/ima.md b/docs/zh/server/security/trusted_computing/ima.md index d05af1a..cef8588 100644 --- a/docs/zh/server/security/trusted_computing/ima.md +++ b/docs/zh/server/security/trusted_computing/ima.md @@ -681,7 +681,7 @@ yum install ima-evm-utils digest-list-tools **/etc/ima/digest_lists/0-metadata_list-compact-\** -为IMA摘要列表文件,通过`gen_digest_lists`命令生成(生成方法详见[gen_digest_lists工具](#gen-digest-lists工具)),该文件为二进制格式,包含header信息以及一连串SHA256哈希值,分别代表合法的文件内容摘要值和文件扩展属性摘要值。该文件被度量或评估后,最终被导入内核,并以该文件中的白名单摘要值为基准进行IMA摘要列表度量或评估。 +为IMA摘要列表文件,通过`gen_digest_lists`命令生成(生成方法详见[gen_digest_lists工具](#gen_digest_lists工具)),该文件为二进制格式,包含header信息以及一连串SHA256哈希值,分别代表合法的文件内容摘要值和文件扩展属性摘要值。该文件被度量或评估后,最终被导入内核,并以该文件中的白名单摘要值为基准进行IMA摘要列表度量或评估。 **/etc/ima/digest_lists/0-metadata_list-rpm-\** -- Gitee