Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-26 00:19:43 +00:00
parent 00aae9d884
commit 114611fd19
16 changed files with 95 additions and 28 deletions

View File

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Rebuild all modules for the currently running kernel:
`dkms autoinstall`
`sudo dkms autoinstall`
- Install version 1.2.1 of the acpi_call module for the currently running kernel:
`dkms install -m {{acpi_call}} -v {{1.2.1}}`
`sudo dkms install -m {{acpi_call}} -v {{1.2.1}}`
- Remove version 1.2.1 of the acpi_call module from all kernels:
`dkms remove -m {{acpi_call}} -v {{1.2.1}} --all`
`sudo dkms remove -m {{acpi_call}} -v {{1.2.1}} --all`