Skip to content

Instantly share code, notes, and snippets.

@whqwert
whqwert / lr.ps1
Created January 27, 2024 05:13
diskinternals
$boundary = [System.Guid]::NewGuid().ToString();
$body = (
"-----$boundary`r`nContent-Disposition: form-data; name=`"pass`"`r`n`r`nB061199B-885A-4E2F-A1C4-AC90E5091B61",
"-----$boundary`r`nContent-Disposition: form-data; name=`"product_short_id`"`r`n`r`nLR",
"-----$boundary`r`nContent-Disposition: form-data; name=`"type`"`r`n`r`nversion",
"-----$boundary--`r`n"
) -join "`r`n"
$response = Invoke-RestMethod -Uri 'https://www.diskinternals.com/app/log/' -Method Post -ContentType "multipart/form-data; boundary=---$boundary" -Body $body
$response.program | Select-Object version
@whqwert
whqwert / Breeze Dark Adaptive.md
Last active January 6, 2024 22:32
Breeze Dark Plasma Style - Adaptive Color

Breeze Dark plasma style that adapts to your accent color

  1. Copy /usr/share/plasma/desktoptheme/breeze-dark/ to ~/.local/share/plasma/desktoptheme/breeze-dark/
  2. Replace colors in the copied version with the file below