diff --git a/anolis-courses/KeenTune/auto-tuning/index.yaml b/anolis-courses/KeenTune/auto-tuning/index.yaml index b61843d0aeed564e54cf7e00e6d8bbf7eeb1b6b2..ad0347559a4d83bcf41c99ab830b1c29b3e0934a 100644 --- a/anolis-courses/KeenTune/auto-tuning/index.yaml +++ b/anolis-courses/KeenTune/auto-tuning/index.yaml @@ -9,16 +9,4 @@ details: - name: 启动KeenTune服务 content: step1.md - name: 获取baseline - content: step2.md - - name: 查询可调优的参数 - content: step3.md - - name: 查看参数内容 - content: step4.md - - name: 进行参数调优 - content: step5.md - - name: 查看调优日志 - content: step6.md - - name: 验证调优效果 - content: step7.md - - name: 恢复环境 - content: step8.md \ No newline at end of file + content: step2.md \ No newline at end of file diff --git a/anolis-courses/KeenTune/auto-tuning/step2.md b/anolis-courses/KeenTune/auto-tuning/step2.md index 30d897634db21b4cb71e2b7e04e14b862b55c83b..ac5ac8c1c8baa7386f6353b76fc2a807a616f788 100644 --- a/anolis-courses/KeenTune/auto-tuning/step2.md +++ b/anolis-courses/KeenTune/auto-tuning/step2.md @@ -28,4 +28,5 @@ STEP 2. Parameters Auto-Tuning [[ python3 /etc/keentune/benchmark/wrk/wrk_http_long.py localhost ]] 8. 最后我们使用rollback命令恢复环境默认参数 -[[ keentune param rollback ]] \ No newline at end of file +[[ keentune param rollback ]] + diff --git a/anolis-courses/KeenTune/profile-setting/index.yaml b/anolis-courses/KeenTune/profile-setting/index.yaml index 91b34279ab9cdffa177257828ae63bf24eb35165..5529cc1b383531038c93ec813a6c1fef25708006 100644 --- a/anolis-courses/KeenTune/profile-setting/index.yaml +++ b/anolis-courses/KeenTune/profile-setting/index.yaml @@ -9,12 +9,4 @@ details: - name: 启动KeenTune服务 content: step1.md - name: 获取baseline - content: step2.md - - name: 查看可用profile - content: step3.md - - name: profile设置 - content: step4.md - - name: 确认优化效果 - content: step5.md - - name: 恢复环境 - content: step6.md \ No newline at end of file + content: step2.md \ No newline at end of file diff --git a/anolis-courses/KeenTune/sensitizing/index.yaml b/anolis-courses/KeenTune/sensitizing/index.yaml index 11c4759de763da37539ee3f8b1f66e29fad9a3bb..1021faa213544d6a4da24263ebea38ffbbbe9f86 100644 --- a/anolis-courses/KeenTune/sensitizing/index.yaml +++ b/anolis-courses/KeenTune/sensitizing/index.yaml @@ -9,8 +9,4 @@ details: - name: 启动KeenTune服务 content: step1.md - name: 查看可用的数据列表 - content: step2.md - - name: 发起一次参数敏感性识别 - content: step3.md - - name: 查看日志和结果 - content: step4.md \ No newline at end of file + content: step2.md \ No newline at end of file diff --git a/anolis-courses/abs/create_package/step1.md b/anolis-courses/abs/create_package/step1.md index 542baf03e0c0352982aec3f6f64e15b2d73f820f..51ba5b151acf19b70df67e378326694a874d2916 100644 --- a/anolis-courses/abs/create_package/step1.md +++ b/anolis-courses/abs/create_package/step1.md @@ -9,3 +9,5 @@ 3. 登录以后,进入个人空间。 ![](./assets/abs-task-002.png) + + diff --git a/anolis-courses/anolis_install_DDE/install_dde/step2.md b/anolis-courses/anolis_install_DDE/install_dde/step2.md index a8faa25ab128e2536ab7e4000ddbcd3f4afcc84b..47f0c193fc826557873f417333644cfdb966291a 100644 --- a/anolis-courses/anolis_install_DDE/install_dde/step2.md +++ b/anolis-courses/anolis_install_DDE/install_dde/step2.md @@ -6,3 +6,5 @@ [[ sudo yum groupinstall dde ]] + + diff --git a/anolis-courses/appliation-devel/java_web/step3.md b/anolis-courses/appliation-devel/java_web/step3.md index dcd1de5d732c1b53d78e6fbe5ead0ec8ad6bbf01..790d092bcebc3026696ab558a015fd80447f4ab7 100644 --- a/anolis-courses/appliation-devel/java_web/step3.md +++ b/anolis-courses/appliation-devel/java_web/step3.md @@ -22,4 +22,5 @@ 6. 启动Tomcat。 - [[ /usr/local/Tomcat8.5/bin/./startup.sh ]] \ No newline at end of file + [[ /usr/local/Tomcat8.5/bin/./startup.sh ]] + diff --git a/anolis-courses/centos2anolis/centos8_to_anolisos8/step4.md b/anolis-courses/centos2anolis/centos8_to_anolisos8/step4.md index e410dd57e8d339f44e14dc31ae27f12f620abfe2..429ec44407e436ed203edf45dc8e688f3bd1fbbf 100644 --- a/anolis-courses/centos2anolis/centos8_to_anolisos8/step4.md +++ b/anolis-courses/centos2anolis/centos8_to_anolisos8/step4.md @@ -4,26 +4,28 @@ 1. 通过命令进行检查。 - [[ yum repolist ]] + [[ yum repolist ]] 2. 如上述结果所示,“CentOS-8.5.2111 - Base - mirrors.aliyun.com” 就是残留的 CentOS repo,需要删除,否则会出现 Anolis OS 和 CentOS 源共存的问题,一旦执行 `yum update` 可能会错误地安装CentOS的包。 - a. 查找提供 CentOS repo 的配置文件。 + a. 查找提供 CentOS repo 的配置文件。 - [[ grep -rn "CentOS-8.5.2111" /etc/yum.repos.d/*.repo ]] + [[ grep -rn "CentOS-8.5.2111" /etc/yum.repos.d/*.repo ]] - b. 重命名上述步骤中找到的配置文件。 + b. 重命名上述步骤中找到的配置文件。 - [[ mv /etc/yum.repos.d/Centos-vault-8.5.2111.repo /etc/yum.repos.d/Centos-vault-8.5.2111.repo.bak ]] + [[ mv /etc/yum.repos.d/Centos-vault-8.5.2111.repo /etc/yum.repos.d/Centos-vault-8.5.2111.repo.bak ]] 3. 迁移后验证。 - a. 查看OS版本,是否已经是 Anolis OS 。 + a. 查看OS版本,是否已经是 Anolis OS 。 - [[ cat /etc/os-release ]] + [[ cat /etc/os-release ]] + + b. 通过命令查看当前系统中是否有残留 CentOS 软件包,如果残留 kernel 包,为正常现象,kernel 包支持多版本共存。 + + [[ rpm -qa --qf "%{NAME} %{VENDOR}\n" | grep CentOS ]] - b. 通过命令查看当前系统中是否有残留 CentOS 软件包,如果残留 kernel 包,为正常现象,kernel 包支持多版本共存。 - [[ rpm -qa --qf "%{NAME} %{VENDOR}\n" | grep CentOS ]] diff --git a/anolis-courses/cloud-native/compile_runD/step2.md b/anolis-courses/cloud-native/compile_runD/step2.md index 1ef5c91a8984b65835b544c4934825fe2858b708..45944efa63988665bc6c4ec43cf37bf5662aabf7 100644 --- a/anolis-courses/cloud-native/compile_runD/step2.md +++ b/anolis-courses/cloud-native/compile_runD/step2.md @@ -4,3 +4,5 @@ 2. 下载runD的代码 [[ git clone https://github.com/openanolis/kata-containers.git ]] [[ cd kata-containers && git checkout preview ]] + + diff --git a/anolis-courses/t-one/tone_junior_doc/step1.md b/anolis-courses/t-one/tone_junior_doc/step1.md index d84dda98d6696874d270e47f1030bb8f4f9462fb..32d9dd69de794e81f6c78374723c22e220ca30ac 100644 --- a/anolis-courses/t-one/tone_junior_doc/step1.md +++ b/anolis-courses/t-one/tone_junior_doc/step1.md @@ -6,3 +6,5 @@ - **Project**:Job的集合,用于管理同一个产品下具有相同特征的Job - **Baseline**:测试基线,一组测试任务的标准数据 + +