

1·
1 year agoOh das ist genau das, wonach ich gesucht habe. Auch wenn die ARM-Architektur ja noch stromsparender seien soll findet man dafür kaum Container im Dockerhub. Das sieht nach “best of both worlds” aus, danke für den Tip :)
Oh das ist genau das, wonach ich gesucht habe. Auch wenn die ARM-Architektur ja noch stromsparender seien soll findet man dafür kaum Container im Dockerhub. Das sieht nach “best of both worlds” aus, danke für den Tip :)
I have a yubikey and use their pam-module for 2FA on sudo and ssh. Took a bit of time to configure, but now it works like charm: https://wiki.archlinux.org/title/YubiKey#Linux_user_authentication_with_PAM
Wo gibt es den zu kaufen? Damit ich ihn nicht versehentlich mitnehme, meine ich.
Well, if there is nof fixed (explicit or implicit) type it’s imposible for the compiler to optimise your code. Also imho programming with typed languages is way easier because your IDE can recognize function argumentd before you compile/run. I tried python and found it baffling how anyone can get any work done with it :D