cleaning up file names and trying macros for gollum
This commit is contained in:
parent
eac217b41a
commit
02c58f39e5
9 changed files with 8 additions and 8 deletions
8
Linux/linux-notes.md
Normal file
8
Linux/linux-notes.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Linux kernel
|
||||
|
||||
| Commands | What it does |
|
||||
|:--------:|:------------:|
|
||||
| sudo update-initramfs -c -k *kernelversion* | Generate a new initramfs image with version |
|
||||
| sudo kernelstub -a "maxcpus=2" | Support disabling cores in the BIOS |
|
||||
| sudo kernelstub -a "nvme_core.default_ps_max_latency_us=####" | [Change NVMe wake-up times](https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Power_Saving_(APST)) |
|
||||
| sudo kernelstub -a "intel_idle.max_cstate=4" | [Change Intel C-State Level](https://www.kernel.org/doc/html/latest/admin-guide/pm/intel_idle.html) |
|
||||
Loading…
Add table
Add a link
Reference in a new issue