Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/cloudlinux/kernelcare-doc in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
telepenin committed Jul 11, 2019
2 parents cfeb0b6 + 9aee2cd commit d50c370
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion algolia-cfg-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li",
"text": ".content p, .content li, .content code",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
Expand Down
2 changes: 1 addition & 1 deletion algolia-cfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lvl3": ".content h3",
"lvl4": ".content h4",
"lvl5": ".content h5",
"text": ".content p, .content li",
"text": ".content p, .content li, .content code",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,17 @@ module.exports = {
bottomLinks: [
{
text: "ヘルプと使い方",
url: "https://www.kernelcare.com/install-kernelcare/"
url: "https://www.kernelcare.com/ja/install-kernelcare/"
},
{
text: "よく寄せられる質問",
url: "https://www.kernelcare.com/faq/"
url: "https://www.kernelcare.com/ja/faq/"
},
{
text: "サポート",
url: "https://cloudlinux.zendesk.com/hc/en-us/requests/new"
url: "https://www.kernelcare.com/ja/support/"
},
{ text: "ブログ", url: "https://www.kernelcare.com/blog/" }
{ text: "ブログ", url: "https://www.kernelcare.com/ja/blog/" }
],
sidebar: [
{
Expand Down
9 changes: 9 additions & 0 deletions docs/how_to's/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ls -l /sys/devices/system/cpu/smt

As soon as you have these files in place, it is possible to proceed with disabling SMT.


<iframe width="560" height="315" src="https://www.youtube.com/embed/RUGCvEO1hAE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### SMT Control

`/sys/devices/system/cpu/smt/control`
Expand Down Expand Up @@ -73,6 +76,11 @@ A video example can be seen [here](https://asciinema.org/a/zZYA3INITh59ObzSGp9Oe

This article shows how to update the microcode of Intel CPUs running Linux.

:::warning Warning
To avoid possible issues with Microcode updating, enable SMT before the update.
:::


::: tip Note
This article is subject to change and will be updated with instructions for other distributions.
:::
Expand Down Expand Up @@ -343,3 +351,4 @@ microcode : 17
microcode : 17
```

<iframe width="560" height="315" src="https://www.youtube.com/embed/EydWy-b9uns" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4 changes: 2 additions & 2 deletions docs/jp/AWS_deployment_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ KernelCareサブスクリプションにはe-mailまたはオンラインによ
### 参考資料
* KernelCare ウェブサイト: [https://www.kernelcare.com/jp/](https://www.kernelcare.com)
* KernelCare ウェブサイト: [https://www.kernelcare.com/ja/](https://www.kernelcare.com/ja/)
* KernelCare ブログ: [https://www.kernelcare.com/blog/](https://www.kernelcare.com/blog/)
* KernelCare パッチサーバ: [http://patches.kernelcare.com](http://patches.kernelcare.com)
* KernelCare のドキュメント: [http://docs.kernelcare.com/jp/](http://docs.kernelcare.com/)
* KernelCare のドキュメント: [http://docs.kernelcare.com/jp/](http://docs.kernelcare.com/jp/)
* CloudLinux Network – CLN (ポータル): [https://cln.cloudlinux.com](https://cln.cloudlinux.com)
* CloudLinux 24時間365日オンラインサポートシステム: [https://cloudlinux.zendesk.com](https://cloudlinux.zendesk.com)
Expand Down
7 changes: 6 additions & 1 deletion docs/jp/how_to's/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ ls -l /sys/devices/system/cpu/smt

これらのファイルを配置したらすぐに、SMTを無効にすることができます。


<iframe width="560" height="315" src="https://www.youtube.com/embed/RUGCvEO1hAE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### SMT のコントロール

`/sys/devices/system/cpu/smt/control`
Expand Down Expand Up @@ -254,4 +257,6 @@ microcode : 0x21
microcode : 0x21
microcode : 0x21
microcode : 0x21
```
```

<iframe width="560" height="315" src="https://www.youtube.com/embed/EydWy-b9uns" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2 changes: 1 addition & 1 deletion docs/jp/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ curl -s -L https://kernelcare.com/checker | python
wget -qq -O - https://kernelcare.com/checker | python
```

より詳細については次のリンクよりご確認ください。: [https://www.kernelcare.com/jp/faq/](https://www.kernelcare.com/jp/faq/)
より詳細については次のリンクよりご確認ください。: [https://www.kernelcare.com/ja/faq/](https://www.kernelcare.com/ja/faq/)

## Kspliceからの切り替え

Expand Down
2 changes: 1 addition & 1 deletion docs/kernelcare_enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ Database (sqlite) is stored in `/usr/share/kcare-eportal/data.sqlite`
To reset database:

```
$ rm /usr/share/kcare-eportal/data.sqlite
$ mv /usr/share/kcare-eportal/data.sqlite /usr/share/kcare-eportal/data.sqlite_backup
$ cd /usr/share/kcare-eportal && python createdb.py
```

Expand Down

0 comments on commit d50c370

Please sign in to comment.