- 0 Posts
- 69 Comments
Reminds me of a little annoyance I have with cat and ls. Yeah they technically do different things, one is for files and one is for directories. But so often I just find myself wishing I could use one command for both. Like making cat directory act as ls. Maybe I’m the only one who feels that way.
What if you need to create a link?
How do I daemonize my demon?
Opisek@lemmy.worldto
Asklemmy@lemmy.ml•What architectural style would you like to see come back?
2·5 months agoYeah I just don’t want to come off as crapping on an art style for no reason.
Opisek@lemmy.worldto
Asklemmy@lemmy.ml•What architectural style would you like to see come back?
6·5 months agoMore often than not Brutalism is nowadays used as an excuse for minimizing cost here. While some of the pictures shown here can look appealing, the style just doesn’t sit well with me considering how it is (mis)used here.
Opisek@lemmy.worldto
Asklemmy@lemmy.ml•What architectural style would you like to see come back?
11·5 months agoLiving in Germany I can’t stand any more brutalism. It has become the “standard” because it’s just the cheapest to leave the raw concrete exposed.
Just because the destination IP address is not a LAN address? That’s not misconfiguration, that’s a legitimate use of NAT reflection/loopback. If that’s how it determines who is streaming remotely then just run it behind nginx that forgets to set the correct headers.
Edit: Apparently Plex centrally relays all the traffic? Self-hosted my 🍑, it’s not self-hosted if you need to rely on their server.
Opisek@lemmy.worldto
linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?
511·5 months agoThis feels like an “I would switch to Linux if I didn’t need Windows for work” comment from another universe.
I’ll do you one better. Do you know what a windows update killed on my multi boot system? It killed the windows bootloader. I’m working on a permanent solution to fixing this bootloader fudgery.
Did your bootloader ever fail you? Now how do you debug that?
Just had to nuke my arch that I hadn’t booted in in a year. This distro has an expiry date I swear. I could no longer update for the life of me because every package on my system was conflicting somehow. Don’t get me started on the keyrings when you don’t update for a while.
Opisek@lemmy.worldto
Technology@lemmy.ml•Office is too slow, so Microsoft is making it load at Windows startup
1·7 months agoNeeds more vibe.
Opisek@lemmy.worldto
Asklemmy@lemmy.ml•What task would you excel in if you lived in the Stone Age?
1·7 months agoYou’d be surprised
Opisek@lemmy.worldto
Selfhosted@lemmy.world•Need help getting domain to resolve over LANEnglish
3·7 months agoI explained why. Misconfiguration and caching.
Opisek@lemmy.worldto
Selfhosted@lemmy.world•Need help getting domain to resolve over LANEnglish
1·7 months agoYou would also need to clear your device’s DNS cache.
Opisek@lemmy.worldto
Selfhosted@lemmy.world•Need help getting domain to resolve over LANEnglish
2·7 months agoNot two A records. From what I understand, OP has an A record pointing to their public IP address (which Nginx is listening on behind a NAT). Then, on the local network, OP uses their own DNS server to ignore that entry and instead always serve the local IP when a host on the LAN queries it.
Aside from OP’s devices potentially using a different DNS server (I was only able to solve it for my stock Android by dropping outgoing DNS in my firewall), this solution is a nightmare for roaming devices like mobile phones. Such a device might cache the DNS answer while on LAN or WAN respectively and then try to continue using that address when the device moves to the other network segment.
These are the most likely scenarios in my opinion - OP’s devices are ignoring the hacky DNS rewrite (either due to using a different DNS server or due to caching) and try to access the server via the public IP. This is supported by the connection timeout, which is exactly what you would see when your gateway doesn’t do loopback.
Opisek@lemmy.worldto
Selfhosted@lemmy.world•Need help getting domain to resolve over LANEnglish
112·7 months agoNever point your DNS at two different IP addresses like this. It will only cause you pain and unexpected behaviour.
What you are experiencing is solved by so-called “NAT reflection” or “NAT loopback”. It’s a setting that - in the optimal case - you should just be able to activate on the appropriate interface on your gateway.
If you do not have that setting or do not have access to the edge router, but only some intermediate router, you can do a nasty hack. You can point static routes to your public IP address to point at your local IP address instead. In that case, you also need to tell your server to accept packets with your public IP address as the destination.
VSCode is not even a true IDE like, for example, VS itself.
How would he like for his messages to be surveilled? The people pushing chat control conveniently leave out the detail that they decided to exempt themselves from this measure.