this post was submitted on 20 Apr 2024
754 points (93.1% liked)
linuxmemes
21273 readers
1214 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
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 fork-bomb your computer.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok so I am probably gonna curse in the Linux church but please enlighten me
I have one laptop with windows 10 for the simple stuff: internet, movie, ms office. It functions perfectly. Yes it needs a reboot sometimes. I don't understand what people are saying about how terrible ms in regard for easy users.
I mean I get it that it probably using my data, which would be actually enough to change.
However: all these post about how easy it is to fix stuff in Linux (and thus saying it is not working properly)... Keeps me in ms.
What are you guys doing that needs so much tinkering that needs to be fixed constantly?
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.