this post was submitted on 20 Apr 2024
756 points (93.2% liked)
linuxmemes
24883 readers
329 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
me?
okay so sometimes you need to run a twenty year old game made for another OS or cpu architecture
which.. weirdly, easier in Linux than win7; Linux has better backward compatibility with windows than windows. was like three clicks to install.
but sometimes that game uses broadcast UDP packets for LAN multiplayer.
and this is where our problem comes from, because broadcast UDP packets are deprecated, and also most modern routers don't love them, I don't think.
so, I needed to find a way to manually readdress outgoing UDP packets from broadcast to a specific set of multicast addresses, which...
also, some issues running USB as serial for some exotic peripherals. and by 'exotic' I mean 'I don't know for sure the PC is the problem; I might have soldered this wrong'.
also some issues in qubes, but that's literally all virtualization, and not a distro for anyone who hasn't both been using Linux for a while and considered the cost of making their apartment a Faraday cage.
a few issues with bare arch, which is the 'do everything from scratch 0 automation bleeding edge tech nerd, no, seriously you need to manually download a file system' distro. don't use arch if you don't know what youre doing.
For the UDP broadcast, you should be able to catch and change them with simple firewall rules, you'd catch packets with a destination address of the broadcast address and send them to a chain that rewrites the destination
that was the conclusion I came to, yeah.
Ok cool, so you do very specific things (and I lost you at UDP). So since I don't have a very specific use case, I am sadly still not convinced that I need to switch
no I'm saying weirdshit that made me fudge things in Linux. and I could. it was easy.
in windows my issues were all 'this isn't supposed to work, this isn't allowed' and I had to fight the system rather than finding the right config file and changing a couple lines.
so my windows problems were much simpler shit. things like getting the taskbar to to what I want, or getting windows to not explode on top edge of screen (literally a checkbox in KDE plasma)