1
0
Fork 0

Manual backup: 2023-05-23 23:59:21

This commit is contained in:
Alexander Schäferdiek 2023-05-23 23:59:22 +02:00
parent 8d5373f1cb
commit 5a58b46d65
9 changed files with 9315 additions and 2901 deletions

View file

@ -25,5 +25,6 @@
"file-recovery": true,
"publish": false,
"sync": false,
"canvas": true
"canvas": true,
"bookmarks": true
}

View file

@ -9,7 +9,7 @@
"page-preview",
"note-composer",
"command-palette",
"starred",
"bookmarks",
"markdown-importer",
"word-count",
"file-recovery"

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.55",
"version": "0.5.56",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",

File diff suppressed because it is too large Load diff

View file

@ -5,5 +5,5 @@
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.19.1"
"version": "2.20.0"
}

View file

@ -484,4 +484,24 @@
.workspace-leaf-content[data-type="diff-view"] .d2h-moved-tag {
border: 1px solid #3572b0;
}
}
/* ====================== Line Authoring Information ====================== */
.cm-gutterElement.obs-git-blame-gutter {
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
border-width: 0px 2px 0.2px 2px;
border-style: solid;
border-color: var(--background-secondary);
background-color: var(--background-secondary);
}
.cm-gutterElement.obs-git-blame-gutter > div, .line-author-settings-preview {
/* delegate text color to settings */
color: var(--obs-git-gutter-text);
font-family: monospace;
height: 100%; /* ensure, that age-based background color occupies entire parent */
text-align: right;
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}

View file

@ -4,11 +4,11 @@
"type": "split",
"children": [
{
"id": "361626eed2d9956f",
"id": "6f8582753cb3fb65",
"type": "tabs",
"children": [
{
"id": "567dab3f11f34f53",
"id": "e60952abd53b589f",
"type": "leaf",
"state": {
"type": "empty",
@ -60,12 +60,20 @@
"type": "starred",
"state": {}
}
},
{
"id": "35f12ccfa3eb9c22",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {}
}
}
]
}
],
"direction": "horizontal",
"width": 310.5
"width": 292.5
},
"right": {
"id": "899055bb84f9c389",
@ -120,26 +128,26 @@
"templater-obsidian:Templater": false
}
},
"active": "567dab3f11f34f53",
"active": "e60952abd53b589f",
"lastOpenFiles": [
"KB/Linux/AMD.md",
"KB/Linux/Server/Hetzner/Storagebox.md",
"KB/Linux/Wireguard.md",
"KB/Linux/Server/Docker Volume Migration.md",
"KB/Linux/Server/Security hardening.md",
"KB/Linux/Migrate to rootless docker 1.md",
"KB/Linux/Migrate to rootless docker.md",
"KB/Linux/Wireguard.md",
"KB/Linux/GNOME.md",
"KB/Linux/Desktop/Firewall.md",
"KB/Linux/Desktop/Archinstall.md",
"KB/Linux/Server/SSH Guard.md",
"KB/Linux/Server/Bootstrap.md",
"KB/Linux/Server/DNS.md",
"KB/Linux/Server/Hetzner/Storagebox.md",
"KB/Linux/Server/Hetzner/Upgrades.md",
"KB/Linux/Pacman.md",
"KB/Linux/Kernel.md",
"KB/Linux/DNS.md",
"KB/Linux/Disk Speed.md",
"KB/Linux/AMD.md",
"KB/Android/ADB Backup.md",
"KB/Linux/Desktop/Audio/EQ.md",
"KB/Linux/Desktop/Audio/aptx and pulseaudio.md",

View file

@ -3,10 +3,12 @@ creation date: 2022-08-15
tags: [note,amd,cpu,linux,cppc]
---
`amd-pstate` allows lower idle CPU frequencies. This is not default, let's enable it.
**You need to be on Kernel >= 6.3!**
`amd-pstate` allows lower idle CPU frequencies and changes the scheduler. This is not default as of now, but should be enabled.
1. Set any CPPC setting to `enabled` in BIOS (if available, try without it might also work)
2. Add `amd_pstate.shared_mem=1` as Kernel parameter
2. Add `amd_pstate=active` as Kernel parameter
3. Add `amd-pstate` by editing `/etc/modules-load.d/amd-pstate.conf` and inserting `amd_pstate` into the file
4. Reboot
5. Verify