Episode 6: Paid Distros and Linux Laptops by Jason EvangelhoJason Evangelho from Linux For Everyone
Do you feel locked in to buying a laptop from a 'Linux laptop' company? Would you pay for your favorite Linux distro? All this + a Discovery of the Week double dose, Liam's favorite new Linux game and more!

Latest in my podcast list: Linux For Everyone [EP6] is out for some days now and today I had the time to listen to it – thank you @KillYourFM ♥️

Managing credentials with KeePassXC - Fedora Magazine by Marco Sarti (Fedora Magazine)
A previous article discussed password management tools that use server-side technology. These tools are very interesting and suitable for a cloud installation.In this article we will talk about KeePassXC, a simple multi-platform open source software that uses a local file as a database.The main advantage of this type of password management is simplicity. No server-side …

I like how this article about KeePassXC mentions the SSH agent integration [that is usually skipped in such articles]. Good stuff:

https://fedoramagazine.org/managing-credentials-with-keepassxc/

So I was making a montage full of native Linux games by Marc Di LuzioMarc Di Luzio (Medium)
…and then Valve dropped their Proton bomb

Did you know that you can play hundreds of games nowadays? Not just Windows through Proton – no. I’m talking about native games.

https://medium.com/@mdiluz/so-i-was-making-a-montage-full-of-native-linux-games-92ce12b21631

https://www.youtube.com/watch?v=3U8bLArlRXw

Disclaimer: Many of the snippets were contributed by me. @mdiluz did the fantastic job of wrapping everything up.

tl,dr: `systemctl suspend`

Sometimes I let my pc play music at night. Spotify still didn’t manage to implement a sleep function (even gorram Audible has this – and chances are the app crashes way before anyway).

I usually use `shutdown -h 60` or similar. Suspend tho? That’s another story. Hint: “suspend” is a bash builtin and not what you’d expect 😉

Looks like this changed (again) from `pm-suspend` to… systemd:

> sleep 1h; systemctl suspend

No sudo. yw.

Did you know `ncdu`? I’m using this for years to find out where all my precious disk space is lost. Unlike other solutions it works in a terminal and this way even on remote servers… or gorram mobile phones always short on anything.