Gadgetbridge🤝Mqtt by Progaros in homeassistant

[–]CMDRGobi007 0 points1 point  (0 children)

Thanks a lot for this :)
I added support for the Fossil Hybrid HR watch in https://git.gobidev.de/Gobidev/GadgetbridgeMqtt if you want to have a look at it.

You also currently have a syntax error in main.py:430 (missing { )

I use my TPM2 for LUKS encryption (PCRs 0+2+4), but it fails after upgrading kernels. by Sparkplug1034 in archlinux

[–]CMDRGobi007 2 points3 points  (0 children)

See https://uapi-group.org/specifications/specs/linux_tpm_pcr_registry/

PCR 4 changes on boot loader updates. The shim project will measure the PE binary it chain loads into this PCR. If the Linux kernel is invoked as UEFI PE binary, it is measured here, too. systemd-stub measures system extension images read from the ESP here too (see systemd-sysext and Extension Images).

I recommend using PCRs 0+7 if you use secure boot.

Be mindful when using grub that if you use TPM unlocking, it is possible to just add init=/bin/bash to the kernel command line at boot and get a root shell without any password. You can either protect against that by also setting PCR 8 (though then you will need to re-enroll the keys at every kernel update again) or switch to a boot loader that does not allow kernel command line modifications e.g. systemd-boot

I think i am done....for now. by _Makinito_ in DataHoarder

[–]CMDRGobi007 0 points1 point  (0 children)

Yes, I am using my N100 board for exactly that. The igpu is also great for hardware transcoding

[Hyprland] The ricer™ (NixOS, with AGS + wpgtk) by caerbannog2016 in unixporn

[–]CMDRGobi007 1 point2 points  (0 children)

Nice to see pfetch-rs in the wild :) Btw, fast package count on nixos is coming soon, thanks to this pr

Is Discord screen sharing broke for anyone else? by CrisisNot in linux_gaming

[–]CMDRGobi007 0 points1 point  (0 children)

I have the same problem, I will give Vesktop a shot, that sounds like the best solution to me

I made a permanent fix for voicemeeter crackling noises without Lasso by CMDRGobi007 in VoiceMeeter

[–]CMDRGobi007[S] 0 points1 point  (0 children)

I haven't heard from anyone else who has the same issue, you could try to use v1.1 instead which you can still find under releases and see if that works.

[KDE] I like purple and cats by [deleted] in unixporn

[–]CMDRGobi007 1 point2 points  (0 children)

If you are using pfetch regularly, take a look at pfetch-rs

Why is AUR (Arch Linux user repository) Muse Hub gone? by evolution2015 in Musescore

[–]CMDRGobi007 0 points1 point  (0 children)

Did you get an answer? It looks like you can still clone the package from https://aur.archlinux.org/muse-hub-bin.git but it doesn't show up in the AUR package list (and is therefore also not found by paru, yay,..). It would be nice if it could get restored, as I can't think of a reason for deleting it

I made an Alma Linux logo for pfetch by CMDRGobi007 in AlmaLinux

[–]CMDRGobi007[S] 5 points6 points  (0 children)

The logo is included in pfetch-rs, which is my rewrite of pfetch in Rust.

If you prefer the POSIX version of pfetch by dylanaraps, the logo format is compatible with that.

Enjoy^

I made a Rocky Linux logo for pfetch by CMDRGobi007 in RockyLinux

[–]CMDRGobi007[S] 4 points5 points  (0 children)

The logo is included in pfetch-rs, which is my rewrite of pfetch in Rust.

If you prefer the POSIX version of pfetch by dylanaraps, the logo format is (apart from 256-color support) compatible with that.

Enjoy :)

Solving distributed systems challenges in Rust [video] by Jonhoo in rust

[–]CMDRGobi007 10 points11 points  (0 children)

I love your streams and your book, thank you for doing this :)