Not exactly what they meant by "hotboxing."
Aegis is popular and will serve the purpose.
Standard TOTP 2FA is simple. You get a token when you enable 2FA, which you enter into the app (often there's a QR code you can scan, but it's always possible to enter it manually). The app generates a code (usually six digits) based on the token and the current time. Then when you log into GitHub you enter that code when prompted. That's it.
So what's the problem with setting up TOTP 2FA?
One series I haven't seen recommended yet is Alastair Reynolds novels. Revelation Space is a wonderful series, and if you want to start with a standalone story House of Suns and Diamond Dogs are great choices.
For lighter reading there's also the Murderbot Diaries by Martha Wells.
There's other older series that may appeal to you: Vatta's War and Vorkosigan Saga conf to mind.
The man can't leave if he's shitting his brains out.
It provides a safety net by pooling the resources of the community to support the less fortunate. This prevents people from having to sacrifice their long term goals because their short term needs may not be otherwise met.
Also in contrast to capitalism that treats society as a zero sum game ("I can't get ahead unless I take something from someone else") socialism is a benefit multiplier ("I'm part of the community. By making the life of everyone in the community better I'm also improving my own life").
They are really good at providing examples for why civilized society needs socialism.
Consistency with their previous default desktop environment, Unity.
Or companies do hire security, but the security team is incompetent and unable/unwilling to adapt to new challenges. Then it devolves into security theater, until either someone new comes who cleans house or a breach happens.
Arch: I need reproducible setups. Also bleeding edge is not for me.
I have to give credit to their documentation though!
What put me off selinux is that the officially documented way of generating a new policy is to run a service unconfined, and then generating the policy from its behaviour. This is backwards on so many levels... In contrast policy-based admission control in kubernetes is a delight to use, and creating new policies is actually doable outside of a lab.