Kanidm claims to be an identity management solution, only there isn’t much management going on. Everything works via cli and it doesn’t have multiple realms. While the inital setup is relatively easy, documentation needs a lot of improvement. They use a self-baked LDAP database, which no one can tell if it’s reliable or not. It […]
Author: Darko Luketic
Racist behavior is apparently ok for Twitch
There’s this Twitch channel, named EXBC. It used to have a Korean couple, Esco and Heosu, who went on travels, get drunk, fishing and all kinds of fun stuff. A few months ago the right-wing president of South Korea, Yoon, got imprisoned, because he had attempted a Coup and imposed martial law. That moment things […]
How to IRL and desktop stream to Twitch, Kick and Youtube at the same time
So you’d like to expand your audience and stream to Twitch, Kick and Youtube at the same time. In this HowTo I’ll try to explain how that’s done. I will include IRL streaming and desktop streaming. IRL streaming has 1 additional middleware versus desktop streaming.
gitea log configuration for fail2ban
Gitea since 1.21 has a different logging configuration format. TL;DR If you want to configure fail2ban to ban those failed ssh login attempts, use this log section in app.ini
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[log] LEVEL = Info MODE = file ROOT_PATH = /var/lib/gitea/log/ logger.default.MODE = file logger.access.MODE = logger.xorm.MODE = logger.router.MODE = ENABLE_SSH_LOG = true [log.file] default.FILE_NAME = gitea.log LOG_ROTATE = true MAX_SIZE_SHIFT = 28 DAILY_ROTATE = true MAX_DAYS = 7 COMPRESS = true COMPRESSION_LEVEL = -1 |
Sadly you can’t turn off all logging except the SSH log. You have to wear your SSD. The actual fail2ban configuration is described on their […]
Recompile VLC on Archlinux
For various reasons you’ll want to do that. For me it was VLC locking up when watching IPTV from a DVB>IP hardware with v3.0.21. And with v3.0.20 it would have extremely high CPU usage which went away when recompiling. Only on Archlinux. Something in their process is funky. Anyhow let’s go. First, enable optimizations for […]