1
0
Fork
You've already forked laptop
0
Configuration of my Laptop
  • Shell 100%
Find a file
2026年04月14日 09:24:47 +02:00
.vscode initial commit 2026年02月11日 17:11:48 +01:00
build dependencies sdrangel 2026年04月14日 09:24:47 +02:00
.gitignore initial commit 2026年02月11日 17:11:48 +01:00
play-laptopconfig.yml add keepassxc 2026年04月14日 08:24:10 +02:00
README.md readme 2026年04月14日 09:14:50 +02:00

My Laptop

This is the configuration of my laptop, a Lenovo T14 Gen 2 (Intel) with Debian 13 "Trixie" and KDE Plasma.

Ansible Setup

play-laptopconfig.yml installs missing firmware, makes hibernate/sleep work and configures/installs various software. It uses local connection, so no SSH necessary. Only sudo should work.

  • Install ansible via apt
  • Execute ansible-playbook play-laptopconfig.yml --ask-become-pass

Build MakeMKV

In build/makemkv is a Dockerfile, which builds MakeMKV in Podman. MakeMKV can afterwards copied to /opt/makemkv on the host system and used without messing up the root filesystem of my Debian.

Build SDRAngel

Same as for MakeMKV, just in ./build/sdrangel.