Browse Source

Revert "Clean up blog syntax a bit, add code highlighting config"

pull/274/head
Cody Robertson 2 years ago
committed by GitHub
parent
commit
d4140730ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      assets/css/bundle.css
  2. 10
      assets/scss/blog.css
  3. 10
      assets/scss/blog.scss
  4. 17
      config.yaml
  5. 31
      content/blog/zenbleed-patch-call-for-testing.md

11
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 */

10
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 */

10
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;
}

17
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

31
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?

Loading…
Cancel
Save