From 255c581c6e40456b97ea040a9e0fb3233a6dad49 Mon Sep 17 00:00:00 2001 From: qiaominna Date: Sat, 31 Oct 2020 15:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0UKUI=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E5=AE=89=E8=A3=85=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20.09/docs/Installation/install-UKUI.md | 29 ++++ .../20.09/docs/Releasenotes/key-features.md | 2 +- docs/en/docs/20.09/menu/menu.json | 5 + .../\345\256\211\350\243\205UKUI.md" | 29 ++++ docs/zh/docs/20.09/menu/menu.json | 5 + menu_en/index.md | 159 ----------------- menu_zh/index.md | 161 ------------------ 7 files changed, 69 insertions(+), 321 deletions(-) create mode 100644 docs/en/docs/20.09/docs/Installation/install-UKUI.md create mode 100644 "docs/zh/docs/20.09/docs/Installation/\345\256\211\350\243\205UKUI.md" delete mode 100644 menu_en/index.md delete mode 100644 menu_zh/index.md diff --git a/docs/en/docs/20.09/docs/Installation/install-UKUI.md b/docs/en/docs/20.09/docs/Installation/install-UKUI.md new file mode 100644 index 000000000..3229e593f --- /dev/null +++ b/docs/en/docs/20.09/docs/Installation/install-UKUI.md @@ -0,0 +1,29 @@ +# UKUI installation +UKUI is a Linux desktop built by the KylinSoft software team over the years, primarily based on GTK and QT. Compared to other UI interfaces, UKUI is easy to use. The components of UKUI are small and low coupling, can run alone without relying on other suites. It can provide user a friendly and efficient experience. + +UKUI supports both x86_64 and aarch64 architectures. + +We recommend you create a new administrator user before install UKUI. + +1. [download](https://openeuler.org/zh/download/) openEuler 20.09 ISO and update the software source. +``` +sudo dnf update +``` +2. install UKUI +``` +sudo dnf install ukui +``` +Note: In order to install UKUI, we need libdbusmenu package. This package requires python2 which conflicts with package python3-unversioned-command(this package provides a symlink to /usr/bin/python3). Use `rpm -e --nodeps python3-unversioned-command` to uninstall python3-unversioned-command. After installation complete, you can restore the settings of the package with the following command. +``` +ln -s /usr/bin/python3 /usr/bin/python +``` +3. install fonts +``` +sudo dnf groupinstall fonts +``` +4. If you want to start with graphical interface after confirming the installation, please run this code and reboot. + +``` +systemctl set-default graphical.target +``` +At present, UKUI version is still constantly updated. Please check the latest installation method: [https://gitee.com/openkylin/ukui-issues](https://gitee.com/openkylin/ukui-issues). \ No newline at end of file diff --git a/docs/en/docs/20.09/docs/Releasenotes/key-features.md b/docs/en/docs/20.09/docs/Releasenotes/key-features.md index 9659957c1..53df363b8 100644 --- a/docs/en/docs/20.09/docs/Releasenotes/key-features.md +++ b/docs/en/docs/20.09/docs/Releasenotes/key-features.md @@ -1,6 +1,6 @@ # Key Features -- StratoVirt: Combines high security and performance with lightweight loads, low power consumption, and flexible component splitting for universal VMs running in all scenarios. +- StratoVirt: Combines high security and performance with lightweight loads, low power consumption, and flexible component splitting for trusted virtualization platform in all scenarios. - Uses the Rust language, supports **seccomp** and multi-tenant isolation, providing a secure and trusted operating environment. - Supports startup within 50 ms and memory noise floor of less than 4 MB, achieving the ultimate performance and lightweight deployment in various scenarios across-device-edge-cloud. diff --git a/docs/en/docs/20.09/menu/menu.json b/docs/en/docs/20.09/menu/menu.json index 90521fe06..5b03ac4e6 100644 --- a/docs/en/docs/20.09/menu/menu.json +++ b/docs/en/docs/20.09/menu/menu.json @@ -93,6 +93,11 @@ "path": "docs/Installation/using-kickstart-for-automatic-installation", "children": [] }, + { + "label": "Installation UKUI", + "path": "docs/Installation/install-UKUI", + "children": [] + }, { "label": "FAQs", "path": "docs/Installation/faqs", diff --git "a/docs/zh/docs/20.09/docs/Installation/\345\256\211\350\243\205UKUI.md" "b/docs/zh/docs/20.09/docs/Installation/\345\256\211\350\243\205UKUI.md" new file mode 100644 index 000000000..837e6ccfb --- /dev/null +++ "b/docs/zh/docs/20.09/docs/Installation/\345\256\211\350\243\205UKUI.md" @@ -0,0 +1,29 @@ +# 在 openEuler 上安装 UKUI +UKUI是麒麟软件团队历经多年打造的一款Linux 桌面,主要基于 GTK 和 QT开发。与其它UI界面相比,UKUI更加注重易用性和敏捷度,各元件相依性小,可以不倚赖其它套件而独自运行,给用户带来亲切和高效的使用体验。 + +UKUI支持x86_64和aarch64两种架构。 + +安装时,建议新建一个管理员用户。 + +1. [下载](https://openeuler.org/zh/download/)openEuler 20.09 ISO镜像并安装系统,更新软件源 +``` +sudo dnf update +``` +2. 安装UKUI +``` +sudo dnf install ukui +``` +注:目前UKUI的依赖libdbusmenu在安装时需要安装python2,和python3-unversioned-command包(该包提供了一个指向python3的软连接)冲突,必须先强行卸载python3-unversioned-command(`rpm -e --nodeps python3-unversioned-command`)。在安装完成后,可通过以下命令恢复该包的设置。 +``` +ln -s /usr/bin/python3 /usr/bin/python +``` +3. 安装字库 +``` +sudo dnf groupinstall fonts +``` + +4. 在确认正常安装后,如果希望以图形界面的方式启动,请在命令行运行以下代码,并重启(`reboot`)。 +``` +systemctl set-default graphical.target +``` +目前UKUI版本还在不断的更新,最新的安装方法请查阅[https://gitee.com/openkylin/ukui-issues](https://gitee.com/openkylin/ukui-issues) diff --git a/docs/zh/docs/20.09/menu/menu.json b/docs/zh/docs/20.09/menu/menu.json index e3b33c133..4c31e3989 100644 --- a/docs/zh/docs/20.09/menu/menu.json +++ b/docs/zh/docs/20.09/menu/menu.json @@ -93,6 +93,11 @@ "path": "docs/Installation/使用kickstart自动化安装", "children": [] }, + { + "label": "安装UKUI", + "path": "docs/Installation/安装UKUI", + "children": [] + }, { "label": "FAQ", "path": "docs/Installation/FAQ", diff --git a/menu_en/index.md b/menu_en/index.md deleted file mode 100644 index f030c1ebe..000000000 --- a/menu_en/index.md +++ /dev/null @@ -1,159 +0,0 @@ ---- -headless: true - - ---- - -- [Terms of Use](./{{< relref "./docs/Releasenotes/terms-of-use.md" >}}) -- [Release Notes](./{{< relref "./docs/Releasenotes/release_notes.md" >}}) - - [User Notice](./{{< relref "./docs/Releasenotes/user-notice.md" >}}) - - [Introduction](./{{< relref "./docs/Releasenotes/introduction.md" >}}) - - [Installing the OS](./{{< relref "./docs/Releasenotes/installing-the-os.md" >}}) - - [Key Features](./{{< relref "./docs/Releasenotes/key-features.md" >}}) - - [Known Issues](./{{< relref "./docs/Releasenotes/known-issues.md" >}}) - - [Resolved Issues](./{{< relref "./docs/Releasenotes/resolved-issues.md" >}}) - - [Common Vulnerabilities and Exposures \(CVE\)](./{{< relref "./docs/Releasenotes/common-vulnerabilities-and-exposures-(cve).md" >}}) - - [Source Code](./{{< relref "./docs/Releasenotes/source-code.md" >}}) - - [Contribution](./{{< relref "./docs/Releasenotes/contribution.md" >}}) - - [Acknowledgement](./{{< relref "./docs/Releasenotes/acknowledgement.md" >}}) - -- [Quick Start](./{{< relref "./docs/Quickstart/quick-start.md" >}}) -- [Installation Guide](./{{< relref "./docs/Installation/Installation.md" >}}) - - [Installation on Servers](./{{< relref "./docs/Installation/install-server.md" >}}) - - [Installation Preparations](./{{< relref "./docs/Installation/installation-preparations.md" >}}) - - [Installation Mode](./{{< relref "./docs/Installation/installation-mode.md" >}}) - - [Installation Guideline](./{{< relref "./docs/Installation/installation-guideline.md" >}}) - - [Using Kickstart for Automatic Installation](./{{< relref "./docs/Installation/using-kickstart-for-automatic-installation.md" >}}) - - [FAQs](./{{< relref "./docs/Installation/faqs.md" >}}) - - [Installation on Raspberry Pi](./{{< relref "./docs/Installation/install-pi.md" >}}) - - [Installation Preparations](./{{< relref "./docs/Installation/Installation-Preparations1.md" >}}) - - [Installation Mode](./{{< relref "./docs/Installation/Installation-Modes1.md" >}}) - - [Installation Guideline](./{{< relref "./docs/Installation/Installation-Guide1.md" >}}) - - [FAQs](./{{< relref "./docs/Installation/FAQ1.md" >}}) - - [More Resources](./{{< relref "./docs/Installation/More-Resources.md" >}}) - -- [Administrator Guide](./{{< relref "./docs/Administration/administration.md" >}}) - - [Viewing System Information](./{{< relref "./docs/Administration/viewing-system-information.md" >}}) - - [Basic Configuration](./{{< relref "./docs/Administration/basic-configuration.md" >}}) - - [User and User Group Management](./{{< relref "./docs/Administration/user-and-user-group-management.md" >}}) - - [Using the DNF to Manage Software Packages](./{{< relref "./docs/Administration/using-the-dnf-to-manage-software-packages.md" >}}) - - [Service Management](./{{< relref "./docs/Administration/service-management.md" >}}) - - [Process Management](./{{< relref "./docs/Administration/process-management.md" >}}) - - [Configuring the Network](./{{< relref "./docs/Administration/configuring-the-network.md" >}}) - - [Managing Hard Disks Through LVM](./{{< relref "./docs/Administration/managing-hard-disks-through-lvm.md" >}}) - - [Using the KAE](./{{< relref "./docs/Administration/using-the-kae.md" >}}) - - [Configuring Services](./{{< relref "./docs/Administration/configuring-services.md" >}}) - - [Configuring the Repo Server](./{{< relref "./docs/Administration/configuring-the-repo-server.md" >}}) - - [Configuring the FTP Server](./{{< relref "./docs/Administration/configuring-the-ftp-server.md" >}}) - - [Configuring the Web Server](./{{< relref "./docs/Administration/configuring-the-web-server.md" >}}) - - [Setting Up the Database Server](./{{< relref "./docs/Administration/setting-up-the-database-server.md" >}}) - - [Trusted Computing](./{{< relref "./docs/Administration/Trusted Computing.md" >}}) - - [FAQs](./{{< relref "./docs/Administration/faqs.md" >}}) - - -- [Security Hardening Guide](./{{< relref "./docs/SecHarden/secHarden.md" >}}) - - [OS Hardening Overview](./{{< relref "./docs/SecHarden/os-hardening-overview.md" >}}) - - [Security Hardening Guide](./{{< relref "./docs/SecHarden/security-hardening-guide.md" >}}) - - [Account Passwords](./{{< relref "./docs/SecHarden/account-passwords.md" >}}) - - [Authentication and Authorization](./{{< relref "./docs/SecHarden/authentication-and-authorization.md" >}}) - - [System Services](./{{< relref "./docs/SecHarden/system-services.md" >}}) - - [File Permissions](./{{< relref "./docs/SecHarden/file-permissions.md" >}}) - - [Kernel Parameters](./{{< relref "./docs/SecHarden/kernel-parameters.md" >}}) - - [SELinux Configuration](./{{< relref "./docs/SecHarden/selinux-configuration.md" >}}) - - [Security Hardening Tools](./{{< relref "./docs/SecHarden/security-hardening-tools.md" >}}) - - [Appendix](./{{< relref "./docs/SecHarden/appendix.md" >}}) - - -- [Virtualization User Guide](./{{< relref "./docs/Virtualization/virtualization.md" >}}) - - [Introduction to Virtualization](./{{< relref "./docs/Virtualization/introduction-to-virtualization.md" >}}) - - [Installation to Virtualization](./{{< relref "./docs/Virtualization/installation-to-virtualization.md" >}}) - - [Environment Preparation](./{{< relref "./docs/Virtualization/environment-preparation.md" >}}) - - [VM Configuration](./{{< relref "./docs/Virtualization/vm-configuration.md" >}}) - - [Managing VMs](./{{< relref "./docs/Virtualization/managing-vms.md" >}}) - - [VM Live Migration](./{{< relref "./docs/Virtualization/vm-live-migration.md" >}}) - - [System Resource Management](./{{< relref "./docs/Virtualization/system-resource-management.md" >}}) - - [Managing Devices](./{{< relref "./docs/Virtualization/managing-devices.md" >}}) - - [VM Maintainability Management](./{{< relref "./docs/Virtualization/vm-maintainability-management.md" >}}) - - [Best Practices](./{{< relref "./docs/Virtualization/best-practices.md" >}}) - - [Appendix](./{{< relref "./docs/Virtualization/appendix.md" >}}) - - -- [Container User Guide](./{{< relref "./docs/Container/container.md" >}}) - - [iSulad Container Engine](./{{< relref "./docs/Container/isulad-container-engine.md" >}}) - - [Installation, Upgrade and Uninstallation](./{{< relref "./docs/Container/installation-upgrade-Uninstallation.md" >}}) - - [Installation and Configuration](./{{< relref "./docs/Container/installation-configuration.md" >}}) - - [Upgrade Methods](./{{< relref "./docs/Container/upgrade-methods.md" >}}) - - [Uninstallation](./{{< relref "./docs/Container/uninstallation.md" >}}) - - - [Application Scenarios](./{{< relref "./docs/Container/application-scenarios.md" >}}) - - [Container Management](./{{< ref "./docs/Container/container-management.md" >}}) - - [Interconnection with the CNI Network](./{{< ref "./docs/Container/interconnection-with-the-cni-network.md" >}}) - - [Container Resource Management](./{{< ref "./docs/Container/container-resource-management.md" >}}) - - [Privileged Container](./{{< ref "./docs/Container/privileged-container.md" >}}) - - [CRI](./{{< ref "./docs/Container/cri.md" >}}) - - [Image Management](./{{< ref "./docs/Container/image-management.md" >}}) - - [Checking the Container Health Status](./{{< ref "./docs/Container/checking-the-container-health-status.md" >}}) - - [Querying Information](./{{< ref "./docs/Container/querying-information.md" >}}) - - [Security Features](./{{< ref "./docs/Container/security-features.md" >}}) - - [Supporting OCI hooks](./{{< ref "./docs/Container/supporting-oci-hooks.md" >}}) - - [Appendix](./{{< ref "./docs/Container/appendix.md" >}}) - - - [System Container](./{{< relref "./docs/Container/system-container.md" >}}) - - [Installation Guideline](./{{< relref "./docs/Container/installation-guideline.md" >}}) - - [Usage Guide](./{{< relref "./docs/Container/usage-guide.md" >}}) - - [Specifying Rootfs to Create a Container](./{{< ref "./docs/Container/specifying-rootfs-to-create-a-container.md" >}}) - - [Using systemd to Start a Container](./{{< ref "./docs/Container/using-systemd-to-start-a-container.md" >}}) - - [Reboot or Shutdown in a Container](./{{< ref "./docs/Container/reboot-or-shutdown-in-a-container.md" >}}) - - [Configurable Cgroup Path](./{{< ref "./docs/Container/configurable-cgroup-path.md" >}}) - - [Writable Namespace Kernel Parameters](./{{< ref "./docs/Container/writable-namespace-kernel-parameters.md" >}}) - - [Shared Memory Channels](./{{< ref "./docs/Container/shared-memory-channels.md" >}}) - - [Dynamically Loading the Kernel Module](./{{< ref "./docs/Container/dynamically-loading-the-kernel-module.md" >}}) - - [Environment Variable Persisting](./{{< ref "./docs/Container/environment-variable-persisting.md" >}}) - - [Maximum Number of Handles](./{{< ref "./docs/Container/maximum-number-of-handles.md" >}}) - - [Security and Isolation](./{{< ref "./docs/Container/security-and-isolation.md" >}}) - - [Dynamically Managing Container Resources \(syscontainer-tools\)](./{{< ref "./docs/Container/dynamically-managing-container-resources-(syscontainer-tools).md" >}}) - - [Appendix](./{{< ref "./docs/Container/appendix-1.md" >}}) - - - [Secure Container](./{{< relref "./docs/Container/secure-container.md" >}}) - - [Installation and Deployment](./{{< relref "./docs/Container/installation-and-deployment-1.md" >}}) - - [Application Scenarios](./{{< relref "./docs/Container/application-scenarios-2.md" >}}) - - [Managing the Lifecycle of a Secure Container](./{{< ref "./docs/Container/managing-the-lifecycle-of-a-secure-container.md" >}}) - - [Configuring Resources for a Secure Container](./{{< ref "./docs/Container/configuring-resources-for-a-secure-container.md" >}}) - - [Configuring Networking for a Secure Container](./{{< ref "./docs/Container/configuring-networking-for-a-secure-container.md" >}}) - - [Monitoring Secure Containers](./{{< ref "./docs/Container/monitoring-secure-containers.md" >}}) - - [Appendix](./{{< ref "./docs/Container/appendix-2.md" >}}) - - - [Docker Container](./{{< relref "./docs/Container/docker-container.md" >}}) - - [Installation and Deployment](./{{< relref "./docs/Container/installation-and-deployment-2.md" >}}) - - [Container Management](./{{< ref "./docs/Container/container-management-1.md" >}}) - - [Image Management](./{{< ref "./docs/Container/image-management-1.md" >}}) - - [Command Reference](./{{< ref "./docs/Container/command-reference.md" >}}) - - [Container Engine](./{{< ref "./docs/Container/container-engine.md" >}}) - - [Container Management](./{{< ref "./docs/Container/container-management-2.md" >}}) - - [Image Management](./{{< ref "./docs/Container/image-management-2.md" >}}) - - [Statistics](./{{< ref "./docs/Container/statistics.md" >}}) - - - [Image Building](./{{< relref "./docs/Container/isula-build.md" >}}) - - -- [A-Tune User Guide](./{{< relref "./docs/A-Tune/A-Tune.md" >}}) - - [Getting to Know A-Tune](./{{< relref "./docs/A-Tune/getting-to-know-a-tune.md" >}}) - - [Installation and Deployment](./{{< relref "./docs/A-Tune/installation-and-deployment.md" >}}) - - [Application Scenarios](./{{< relref "./docs/A-Tune/application-scenarios.md" >}}) - - [FAQs](./{{< relref "./docs/A-Tune/faqs.md" >}}) - - [Appendixes](./{{< relref "./docs/A-Tune/appendixes.md" >}}) - - - -- [Application Development Guide](./{{< relref "./docs/ApplicationDev/application-development.md" >}}) - - [Preparation](./{{< relref "./docs/ApplicationDev/preparation.md" >}}) - - [Using GCC for Compilation](./{{< relref "./docs/ApplicationDev/using-gcc-for-compilation.md" >}}) - - [Using Make for Compilation](./{{< relref "./docs/ApplicationDev/using-make-for-compilation.md" >}}) - - [Using JDK for Compilation](./{{< relref "./docs/ApplicationDev/using-jdk-for-compilation.md" >}}) - - [Building an RPM Package](./{{< relref "./docs/ApplicationDev/building-an-rpm-package.md" >}}) - - [FAQ](./{{< relref "./docs/ApplicationDev/FAQ.md" >}}) - - -- [openEuler Toolset User Guide](./{{< relref "./docs/userguide/overview.md" >}}) - - [patch-tracking](./{{< relref "./docs/userguide/patch-tracking.md" >}}) - - [pkgship](./{{< relref "./docs/userguide/pkgship.md" >}}) diff --git a/menu_zh/index.md b/menu_zh/index.md deleted file mode 100644 index d84312c60..000000000 --- a/menu_zh/index.md +++ /dev/null @@ -1,161 +0,0 @@ ---- -headless: true ---- -- [法律声明](./{{< relref "./docs/Releasenotes/法律声明.md" >}}) -- [发行说明](./{{< relref "./docs/Releasenotes/release_notes.md" >}}) - - [用户须知](./{{< relref "./docs/Releasenotes/用户须知.md" >}}) - - [简介](./{{< relref "./docs/Releasenotes/简介.md" >}}) - - [系统安装](./{{< relref "./docs/Releasenotes/系统安装.md" >}}) - - [关键特性](./{{< relref "./docs/Releasenotes/关键特性.md" >}}) - - [已知问题](./{{< relref "./docs/Releasenotes/已知问题.md" >}}) - - [已修复问题](./{{< relref "./docs/Releasenotes/已修复问题.md" >}}) - - [CVE漏洞](./{{< relref "./docs/Releasenotes/CVE漏洞.md" >}}) - - [源代码](./{{< relref "./docs/Releasenotes/源代码.md" >}}) - - [参与贡献](./{{< relref "./docs/Releasenotes/参与贡献.md" >}}) - - [致谢](./{{< relref "./docs/Releasenotes/致谢.md" >}}) - -- [快速入门](./{{< relref "./docs/Quickstart/quick-start.md" >}}) - -- [安装指南](./{{< relref "./docs/Installation/installation.md" >}}) - - [安装在服务器](./{{< relref "./docs/Installation/安装在服务器.md" >}}) - - [安装准备](./{{< relref "./docs/Installation/安装准备.md" >}}) - - [安装方式介绍](./{{< relref "./docs/Installation/安装方式介绍.md" >}}) - - [安装指导](./{{< relref "./docs/Installation/安装指导.md" >}}) - - [使用kickstart自动化安装](./{{< relref "./docs/Installation/使用kickstart自动化安装.md" >}}) - - [FAQ](./{{< relref "./docs/Installation/FAQ.md" >}}) - - [安装在树莓派](./{{< relref "./docs/Installation/安装在树莓派.md" >}}) - - [安装准备](./{{< relref "./docs/Installation/安装准备-1.md" >}}) - - [安装方式介绍](./{{< relref "./docs/Installation/安装方式介绍-1.md" >}}) - - [安装指导](./{{< relref "./docs/Installation/安装指导-1.md" >}}) - - [FAQ](./{{< relref "./docs/Installation/FAQ-1.md" >}}) - - [更多资源](./{{< relref "./docs/Installation/更多资源.md" >}}) - - -- [管理员指南](./{{< relref "./docs/Administration/administration.md" >}}) - - [查看系统信息](./{{< relref "./docs/Administration/查看系统信息.md" >}}) - - [基础配置](./{{< relref "./docs/Administration/基础配置.md" >}}) - - [管理用户和用户组](./{{< relref "./docs/Administration/管理用户和用户组.md" >}}) - - [使用DNF管理软件包](./{{< relref "./docs/Administration/使用DNF管理软件包.md" >}}) - - [管理服务](./{{< relref "./docs/Administration/管理服务.md" >}}) - - [管理进程](./{{< relref "./docs/Administration/管理进程.md" >}}) - - [配置网络](./{{< relref "./docs/Administration/配置网络.md" >}}) - - [使用LVM管理硬盘](./{{< relref "./docs/Administration/使用LVM管理硬盘.md" >}}) - - [使用KAE加速引擎](./{{< relref "./docs/Administration/使用KAE加速引擎.md" >}}) - - [搭建服务](./{{< relref "./docs/Administration/搭建服务.md" >}}) - - [搭建repo服务器](./{{< relref "./docs/Administration/搭建repo服务器.md" >}}) - - [搭建FTP服务器](./{{< relref "./docs/Administration/搭建FTP服务器.md" >}}) - - [搭建web服务器](./{{< relref "./docs/Administration/搭建web服务器.md" >}}) - - [搭建数据库服务器](./{{< relref "./docs/Administration/搭建数据库服务器.md" >}}) - - [可信计算](./{{< relref "./docs/Administration/可信计算.md" >}}) - - [FAQ](./{{< relref "./docs/Administration/FAQ-54.md" >}}) - -- [安全加固指南](./{{< relref "./docs/SecHarden/secHarden.md" >}}) - - [操作系统加固概述](./{{< relref "./docs/SecHarden/操作系统加固概述.md" >}}) - - [加固指导](./{{< relref "./docs/SecHarden/加固指导.md" >}}) - - [账户口令](./{{< relref "./docs/SecHarden/账户口令.md" >}}) - - [授权认证](./{{< relref "./docs/SecHarden/授权认证.md" >}}) - - [系统服务](./{{< relref "./docs/SecHarden/系统服务.md" >}}) - - [文件权限](./{{< relref "./docs/SecHarden/文件权限.md" >}}) - - [内核参数](./{{< relref "./docs/SecHarden/内核参数.md" >}}) - - [SELinux配置](./{{< relref "./docs/SecHarden/SELinux配置.md" >}}) - - [安全加固工具](./{{< relref "./docs/SecHarden/安全加固工具.md" >}}) - - [附录](./{{< relref "./docs/SecHarden/附录.md" >}}) - - -- [虚拟化用户指南](./{{< relref "./docs/Virtualization/virtualization.md" >}}) - - [认识虚拟化](./{{< relref "./docs/Virtualization/认识虚拟化.md" >}}) - - [安装虚拟化](./{{< relref "./docs/Virtualization/安装虚拟化.md" >}}) - - [准备使用环境](./{{< relref "./docs/Virtualization/准备使用环境.md" >}}) - - [虚拟机配置](./{{< relref "./docs/Virtualization/虚拟机配置.md" >}}) - - [管理虚拟机](./{{< relref "./docs/Virtualization/管理虚拟机.md" >}}) - - [热迁移虚拟机](./{{< relref "./docs/Virtualization/热迁移虚拟机.md" >}}) - - [管理系统资源](./{{< relref "./docs/Virtualization/管理系统资源.md" >}}) - - [管理设备](./{{< relref "./docs/Virtualization/管理设备.md" >}}) - - [管理虚拟机可维护性](./{{< relref "./docs/Virtualization/管理虚拟机可维护性.md" >}}) - - [最佳实践](./{{< relref "./docs/Virtualization/最佳实践.md" >}}) - - [工具使用指南](./{{< relref "./docs/Virtualization/工具使用指南.md" >}}) - - [附录](./{{< relref "./docs/Virtualization/附录.md" >}}) -- [StratoVirt虚拟化用户指南](./{{< relref "./docs/StratoVirt/StratoVirt虚拟化用户指南.md" >}}) - - [StratoVirt介绍](./{{< relref "./docs/StratoVirt/StratoVirt介绍.md" >}}) - - [安装StratoVirt](./{{< relref "./docs/StratoVirt/安装StratoVirt.md" >}}) - - [准备使用环境](./{{< relref "./docs/StratoVirt/准备使用环境.md" >}}) - - [虚拟机配置](./{{< relref "./docs/StratoVirt/虚拟机配置.md" >}}) - - [管理虚拟机生命周期](./{{< relref "./docs/StratoVirt/管理虚拟机生命周期.md" >}}) - - [管理虚拟机资源管理](./{{< relref "./docs/StratoVirt/管理虚拟机资源管理.md" >}}) - - [对接iSula安全容器](./{{< relref "./docs/StratoVirt/对接iSula安全容器.md" >}}) - - -- [容器用户指南](./{{< relref "./docs/Container/container.md" >}}) - - [iSula容器引擎](./{{< relref "./docs/Container/iSula容器引擎.md" >}}) - - [安装、升级与卸载](./{{< relref "./docs/Container/安装-升级与卸载.md" >}}) - - [安装与配置](./{{< relref "./docs/Container/安装与配置.md" >}}) - - [升级](./{{< relref "./docs/Container/升级.md" >}}) - - [卸载](./{{< relref "./docs/Container/卸载.md" >}}) - - [使用指南](./{{< relref "./docs/Container/使用指南.md" >}}) - - [容器管理](./{{< relref "./docs/Container/容器管理.md" >}}) - - [支持CNI网络](./{{< relref "./docs/Container/支持CNI网络.md" >}}) - - [特权容器](./{{< relref "./docs/Container/特权容器.md" >}}) - - [CRI接口](./{{< relref "./docs/Container/CRI接口.md" >}}) - - [镜像管理](./{{< relref "./docs/Container/镜像管理.md" >}}) - - [容器健康状态检查](./{{< relref "./docs/Container/容器健康状态检查.md" >}}) - - [查询信息](./{{< relref "./docs/Container/查询信息.md" >}}) - - [安全特性](./{{< relref "./docs/Container/安全特性.md" >}}) - - [支持OCI hooks](./{{< relref "./docs/Container/支持OCI-hooks.md" >}}) - - [附录](./{{< relref "./docs/Container/附录.md" >}}) - - - [系统容器](./{{< relref "./docs/Container/系统容器.md" >}}) - - [安装指导](./{{< relref "./docs/Container/安装指导.md" >}}) - - [使用指南](./{{< relref "./docs/Container/使用指南-1.md" >}}) - - [指定rootfs创建容器](./{{< relref "./docs/Container/指定rootfs创建容器.md" >}}) - - [通过systemd启动容器](./{{< relref "./docs/Container/通过systemd启动容器.md" >}}) - - [容器内reboot/shutdown](./{{< relref "./docs/Container/容器内reboot-shutdown.md" >}}) - - [cgroup路径可配置](./{{< relref "./docs/Container/cgroup路径可配置.md" >}}) - - [namespace化内核参数可写](./{{< relref "./docs/Container/namespace化内核参数可写.md" >}}) - - [共享内存通道](./{{< relref "./docs/Container/共享内存通道.md" >}}) - - [动态加载内核模块](./{{< relref "./docs/Container/动态加载内核模块.md" >}}) - - [环境变量持久化](./{{< relref "./docs/Container/环境变量持久化.md" >}}) - - [最大句柄数限制](./{{< relref "./docs/Container/最大句柄数限制.md" >}}) - - [安全性和隔离性](./{{< relref "./docs/Container/安全性和隔离性.md" >}}) - - [容器资源动态管理](./{{< relref "./docs/Container/容器资源动态管理.md" >}}) - - [附录](./{{< relref "./docs/Container/附录-2.md" >}}) - - - [安全容器](./{{< relref "./docs/Container/安全容器.md" >}}) - - [安装与配置](./{{< relref "./docs/Container/安装与配置-2.md" >}}) - - [使用方法](./{{< relref "./docs/Container/使用方法-1.md" >}}) - - [管理安全容器的生命周期](./{{< relref "./docs/Container/管理安全容器的生命周期.md" >}}) - - [为安全容器配置资源](./{{< relref "./docs/Container/为安全容器配置资源.md" >}}) - - [为安全容器配置网络](./{{< relref "./docs/Container/为安全容器配置网络.md" >}}) - - [监控安全容器](./{{< relref "./docs/Container/监控安全容器.md" >}}) - - [附录](./{{< relref "./docs/Container/附录-3.md" >}}) - - - [Docker容器](./{{< relref "./docs/Container/Docker容器.md" >}}) - - [安装配置](./{{< relref "./docs/Container/安装配置-3.md" >}}) - - [容器管理](./{{< relref "./docs/Container/容器管理-3.md" >}}) - - [镜像管理](./{{< relref "./docs/Container/镜像管理-3.md" >}}) - - [命令行参考](./{{< relref "./docs/Container/命令行参考.md" >}}) - - [容器引擎](./{{< relref "./docs/Container/容器引擎-4.md" >}}) - - [容器管理](./{{< relref "./docs/Container/容器管理-4.md" >}}) - - [镜像管理](./{{< relref "./docs/Container/镜像管理-4.md" >}}) - - [统计信息](./{{< relref "./docs/Container/统计信息-4.md" >}}) - - [容器镜像构建](./{{< relref "./docs/Container/isula-build构建工具.md" >}}) - - -- [A-Tune用户指南](./{{< relref "./docs/A-Tune/A-Tune.md" >}}) - - [认识A-Tune](./{{< relref "./docs/A-Tune/认识A-Tune.md" >}}) - - [安装与部署](./{{< relref "./docs/A-Tune/安装与部署.md" >}}) - - [使用方法](./{{< relref "./docs/A-Tune/使用方法.md" >}}) - - [常见问题与解决方法](./{{< relref "./docs/A-Tune/常见问题与解决方法.md" >}}) - - [附录](./{{< relref "./docs/A-Tune/附录.md" >}}) - - -- [应用开发指南](./{{< relref "./docs/ApplicationDev/application-development.md" >}})userguide - - [开发环境准备](./{{< relref "./docs/ApplicationDev/开发环境准备.md" >}}) - - [使用GCC编译](./{{< relref "./docs/ApplicationDev/使用GCC编译.md" >}}) - - [使用make编译](./{{< relref "./docs/ApplicationDev/使用make编译.md" >}}) - - [使用JDK编译](./{{< relref "./docs/ApplicationDev/使用JDK编译.md" >}}) - - [构建RPM包](./{{< relref "./docs/ApplicationDev/构建RPM包.md" >}}) - - [FAQ](./{{< relref "./docs/ApplicationDev/FAQ.md" >}} - -- [openEuler工具集用户指南](./{{< relref "./docs/userguide/概述.md" >}}) - - [补丁工具](./{{< relref "./docs/userguide/patch-tracking.md" >}}) - - [pkgship](./{{< relref "./docs/userguide/pkgship.md" >}}) -- Gitee