diff --git a/assets/css/bundle.css b/assets/css/bundle.css index 9d170b8..6cbdbcc 100644 --- a/assets/css/bundle.css +++ b/assets/css/bundle.css @@ -851,15 +851,6 @@ a:hover{ color: #000 !important; } -.highlight > pre { - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - padding: 10px; - font-size: 16px; - border-radius: 10px; - overflow-wrap: anywhere; -} + /*# sourceMappingURL=bundle.css.map */ diff --git a/assets/scss/blog.css b/assets/scss/blog.css index d25639d..ce717ca 100644 --- a/assets/scss/blog.css +++ b/assets/scss/blog.css @@ -156,14 +156,4 @@ max-width: 100%; margin: auto; } -.highlight > pre { - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - padding: 10px; - font-size: 16px; - border-radius: 10px; - overflow-wrap: anywhere; -} }/*# sourceMappingURL=blog.css.map */ \ No newline at end of file diff --git a/assets/scss/blog.scss b/assets/scss/blog.scss index 537ad6d..48d4eb2 100644 --- a/assets/scss/blog.scss +++ b/assets/scss/blog.scss @@ -210,14 +210,4 @@ max-width: 100%; margin: auto; } -} -.highlight > pre { - white-space: pre-wrap; - white-space: -moz-pre-wrap; - white-space: -pre-wrap; - white-space: -o-pre-wrap; - padding: 10px; - font-size: 16px; - border-radius: 10px; - overflow-wrap: anywhere; } \ No newline at end of file diff --git a/config.yaml b/config.yaml index e16e5af..2643d483 100644 --- a/config.yaml +++ b/config.yaml @@ -45,19 +45,4 @@ languages: markup: goldmark: renderer: - unsafe: true - highlight: - anchorLineNos: false - codeFences: true - guessSyntax: false - hl_Lines: "" - hl_inline: false - lineAnchors: "" - lineNoStart: 1 - lineNos: false - lineNumbersInTable: true - noClasses: true - noHl: false - style: github-dark - tabWidth: 4 - + unsafe: true \ No newline at end of file diff --git a/content/blog/zenbleed-patch-call-for-testing.md b/content/blog/zenbleed-patch-call-for-testing.md index 0fc0cec..8427453 100644 --- a/content/blog/zenbleed-patch-call-for-testing.md +++ b/content/blog/zenbleed-patch-call-for-testing.md @@ -32,36 +32,27 @@ You can see the diff of the changes on [git.almalinux.org](https://git.almalinux Due to the risks involved in these patches, these packages are not yet in production and need testing! If you are willing to help provide us feedback, and have access to a **bare metal AMD system**, you can manually install them by pulling them from the AlmaLinux Build System. -**To install the new RPM on AlmaLinux 8:** +To install the new RPM on AlmaLinux 8: -{{< highlight bash >}} -dnf update https://build.almalinux.org/pulp/content/builds/AlmaLinux-8-x86_64-7032-br/Packages/l/linux-firmware-20230404-114.git2e92a49f.el8_8.alma.noarch.rpm -{{< /highlight >}} +`dnf update https://build.almalinux.org/pulp/content/builds/AlmaLinux-8-x86_64-7032-br/Packages/l/linux-firmware-20230404-114.git2e92a49f.el8_8.alma.noarch.rpm` -**For AlmaLinux 9:** +For AlmaLinux 9: -{{< highlight bash >}} -dnf update https://build.almalinux.org/pulp/content/builds/AlmaLinux-9-x86_64-7033-br/Packages/l/linux-firmware-20230310-134.el9_2.alma.noarch.rpm -{{< /highlight >}} +`dnf update https://build.almalinux.org/pulp/content/builds/AlmaLinux-9-x86_64-7033-br/Packages/l/linux-firmware-20230310-134.el9_2.alma.noarch.rpm` -**To check that the installation completed successfully, you can run:** -{{< highlight bash >}} -rpm -qa linux-firmware -{{< /highlight >}} +To check that the installation completed successfully, you can run `rpm -qa linux-firmware`. **To update CPU microcode run the following:** +`echo 1 > /sys/devices/system/cpu/microcode/reload` -{{< highlight bash >}} -echo 1 > /sys/devices/system/cpu/microcode/reload -{{< /highlight >}} +Once you have completed your testing, please help us by letting us know it works for you! Please share the following information (sanitized in whatever way you feel comfortable) in a comment on the issue we’ve opened to track this update on bugs.almalinux.org. We have created one specific to [AlmaLinux 8](https://bugs.almalinux.org/view.php?id=412) and one for [AlmaLinux 9](https://bugs.almalinux.org/view.php?id=413). Please include the output of the two commands from the test server. -Once you have completed your testing, please help us by letting us know it works for you! Please share the following information (sanitized in whatever way you feel comfortable) in a comment on the issue we’ve opened to track this update on bugs.almalinux.org. We have created one specific to [AlmaLinux 8](https://bugs.almalinux.org/view.php?id=412) and one for [AlmaLinux 9](https://bugs.almalinux.org/view.php?id=413). Please include the output of the two commands from the test server and if it worked for you. +> Did it work for you? Yes or no. -{{< highlight bash >}} -lscpu -journalctl -k --grep=microcode -{{< /highlight >}} +`lscpu` + +`journalctl -k --grep=microcode` ## Why call for testing now?