modem_down
modem_down@thebrainbin.org
<p>"People are arseholes. They're just always gonna be that way."</p> <p><a href="https://thebrainbin.org/tag/norobot">#norobot</a> <a href="https://thebrainbin.org/tag/noindex">#noindex</a> <a href="https://thebrainbin.org/tag/NoAI">#NoAI</a></p>
Posts
-
Unlocking LUKS with NitroKey/Yubikey: FIDO2, HMAC-SHA1, or OpenPGP?
Crossposted from https://thebrainbin.org/m/linux@lemmy.ml/t/1840283 Which approach do you think is better, and why? FIDO2 HMAC-SHA1 OpenPGP (alternative guide) Or do you think there is an even better way to use a hardware security token to unlock drives having LUKS full disk encryption?
-
Former dairy farm to become 'climate resilient' nature reserve
Cross posted from https://leminal.space/post/38378085
-
Would this photo of the MIT sailing pavilion be a better banner?
Or do you prefer the tacking diagram?
-
Unlocking LUKS with NitroKey/Yubikey: FIDO2, HMAC-SHA1, or OpenPGP?
Which approach do you think is better, and why? FIDO2 HMAC-SHA1 OpenPGP or this Or do you think there is an even better way to use a hardware security token to unlock drives with LUKS full disk encryption?
-
Drought leaves Swiss border lake popular with tourists all but drained
Lake Brenets, a long, winding lake on the Swiss-French border, is all but drained and has been unnavigable for more than a week amid a prolonged drought that has hit waterways across Europe. The lake is normally thronged with campers, swimmers and canoeists in the summer, while three boat companies typically ferry thousands of tourists across it each season. But this year it is virtually deserted as water levels in the River Doubs, which feeds it, have fallen sharply following months of s...
-
Ptouch-print compile error: Could not find GD library
Trying to install ptouch-print: $ git clone https://git.familie-radermacher.ch/linux/ptouch-print.git Cloning into 'ptouch-print'... Fetching objects: 794, done. $ cd ptouch-print/ $ ./compile.sh Found GD: NO CMake Error at cmake/FindGD.cmake:109 (MESSAGE): Could not find GD library Call Stack (most recent call first): CMakeLists.txt:13 (find_package) -- Configuring incomplete, errors occurred! So I thought maybe libgd was not installed, but it is, so where am I going wrong? $...