id | title | desc | updated | created |
---|---|---|---|---|
3UT7YPV6Qnr2UL6H6roQ0 |
Motog8power |
1682709194077 |
1629568034286 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
baseDomain: example.com | |
compute: | |
- architecture: amd64 | |
hyperthreading: Enabled | |
name: worker | |
platform: {} | |
replicas: 2 | |
controlPlane: | |
architecture: amd64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are my findings of helpful changes to make to Linux (I use Manjaro) to get the most out of this laptop, | |
# Kernel Modules | |
install acpi_call: | |
``` | |
sudo pacman -S linux54-acpi_call | |
``` |