Ben "Werner" Zucker
- ben
- A
- 31 Posts
- 38 Comments
Ben "Werner" ZuckerAto
Linux@lemmy.ml•[SOLVED] how do I remove flatpak end-of-life runtimes without being prompted to install them again when updating?
3·5 months agoYes, the repository has been archived. https://github.com/hexchat/hexchat
Ben "Werner" ZuckerAto
Linux@lemmy.ml•what debian compatible IRC client should I use now that hexchat is dead?
13·6 months agoIf Hexchat is in Trixie repository (which seem to be the case) it will be maintained across its lifecycle which will be a couple of years. If you’re fine with receiving security patches only, then there is no need to swap the client. As for myself I’ll stick to Hexchat as well for the time being since it just works.
Ben "Werner" ZuckerAto
Science Memes@mander.xyz•Something something Tylenol causes autism. English
1·6 months agoThat’s kind of what I see when people talking MAGA.
That’s what I did. Used a random sbc I had laying around, put on invidious with docker and run. Works. Age restricted videos are an issue though.
I think it was about 28h when my first child way born.
Usual day, up at 6am, normal day. Then wife stated around 10pm ‘alright, we need to go to the hospital’. Few hours later at around 6am child was born. The aftermath and heading home took a few hours as well and finally got some rest at 10am.
The funny thing is I did not sleep that much then. I think about 4 hours and was good to go.
Oh yeah, and my wife was probably also happy to get some rest lol.
Ben "Werner" ZuckerAto
Asklemmy@lemmy.ml•What is one video game cheat code that will you will always remember?
1·1 year agompkfa God mode for Blood.
Not banned. I deleted all my posts and then quit Reddit the moment they tried to ruin (and were mostly successful it seems) 3rd party apps with changes to their API. Screw them.
Debian Sarge which was testing back then. Woody was stable.
Ben "Werner" ZuckerAto
Science Memes@mander.xyz•School is just one simplification after the otherEnglish
6·2 years agoAhh yes. Good ol’ Michael Reeves. Awesome.
Oh dang, I need to rebuild that one as well by chance. Still running on Buster…
Ben "Werner" ZuckerAto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•ISP Suggests That Record Labels Can Sue Torrent Client Developers * TorrentFreakEnglish
501·2 years agoWith that logic they should sue the creators of the AV1 codec as well. Lots of pirated movies will be encoded with it…
Ben "Werner" ZuckerAto
Asklemmy@lemmy.ml•Knowing what you know about Elon Musk, why are you still on X?English
43·2 years agoMy best guess: Ignorance is bliss.
(As for me I deleted my Twitter account that moment Elon bought the platform).
So… Bentoo? Bintoo?
Ben "Werner" ZuckerAto
Linux@lemmy.ml•What are you most excited when it comes to linux in 2024?English
5·2 years agoBetter mainline support for RK3588 SoC
Ben "Werner" ZuckerAto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How do you manage your photos and videos?English
4·2 years agoIndeed. Immich is the way to go. While stating heavy development I find it quite stable. Did not have major issues with it. However I don’t use their interface much. I just use it as 2nd backup location to automatically upload stuff from my phone to something else than the big G.
Obviously this need some sort of server but a VPS will do.
Ben "Werner" ZuckerAto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to make sure transmission is using my vpn?English
8·2 years agoUse a firewall to block all outgoing packages through all interfaces but
loandtun(orwgfor Wireguard). Like this foriptables:-A FORWARD -j REJECT --reject-with icmp-port-unreachable -A OUTPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -d 1.2.3.4/32 -p udp -j ACCEPT #replace with public IP of your VPN you try to connect -A OUTPUT -p icmp -j ACCEPT -A OUTPUT -o tun+ -j ACCEPT #replace with wg+ for Wireguard -A OUTPUT -j REJECT --reject-with icmp-port-unreachableIf you are paranoid you could mess with
INPUTtable as well but ifOUTPUTis configured properly nobody well ever know your real IP address.Not sure how well this works with Docker and such, I use LXC containers.
The funny thing is that I am actually seeding Linux ISOs (yes, real ones). The reason I am using a VPN to seed those is because the ISP is complaining about random peers hitting (non-existing obviously) addresses in private IPv4 ranges (like 172.16.1.1) and instead if simply dropping those packages at the switch … oh well. I guess some people have multiple peers connected to each other via private networks but external peers don’t know about these connections and simply try to reach them on their private addresses over public internet.
Anyway yeah I could mess with routing table on my server and null-route those ranges but I have an active VPN contract already so why not using it?
Ben "Werner" ZuckerAto
Asklemmy@lemmy.ml•Who's your favorite fictional US President?English
7·2 years agoLeslie Nielsen would be perfect.
Or not since UI still does not support ARM64. Kind of dumb…
















Personally I still use Hexchat since it is still supported by my distribution for several years. It won’t receive new features but security fixes only which I’m fine with.