possiblylinux127
@possiblylinux127@lemmy.zip
- Comment on Any good file sync server with web interface other than Nextcloud? 2 days ago:
Not web based but you could always use Samba
- Comment on Internet centralization and the original sin of NAT 3 days ago:
You absolutely shouldn’t be exposing service on your computer to the internet
Firewalls (not NAT) exist for a reason
- Comment on [AIP] I've been working on the perfect UI for cron and supervisor for several months now. Tell me what you think. 5 days ago:
It’ll be abandoned in 6 months
- Comment on [AIP] I've been working on the perfect UI for cron and supervisor for several months now. Tell me what you think. 5 days ago:
Why did you use Claude to write this comment
- Comment on [AIP] I've been working on the perfect UI for cron and supervisor for several months now. Tell me what you think. 5 days ago:
You really should disclose this as AI slop
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
You can use Tor snowflakes or bridges to bypass restrictions
- Comment on Critical Keycloak Vulnerability (CVSS 9.1) - CVE-2026-18963 1 week ago:
Not being impacted by security issues like these for one
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
China uses deep packet inspection so that makes sense
I think the the great Firewall is less restrictive with QUIC traffic. It might be worth trying fragmented QUIC as from what I’ve read the GFW struggles to reconstruct the traffic
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
Changing the port doesn’t actually accomplish much
Best practice is to just harden SSH so that not traffic gets nowhere
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
Nebula might actually work as it doesn’t use Wireguard
- Comment on Means to privately connect to my home server other than Tailscale? 1 week ago:
Possibly Tor? It supports TCP traffic so SSH should work
Outside of that I would look into censorship resistant protocols and techniques. What country are you in?
- Comment on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. 2 weeks ago:
Sometimes Linux handles faults better than Windows
Typically dmesg shows error when the hardware is acting up
- Comment on Anybody here does mTLS? 2 weeks ago:
It can be a pain to manage but it works well once it is setup
Just make sure it isn’t your only line of defense
- Comment on FANTASTIC video on configuring Openwrt VLANs 4 weeks ago:
It is also quite a bit dated
- Comment on Improve very slow library scans on Jellyfin 10.11 / 12 on spinning media 5 weeks ago:
You just use a VPN
- Comment on Can the M.2 slot in my Dell Optiplex 3070 micro be used for ethernet? I don’t 5 weeks ago:
Yes but I personally wouldn’t run OpenWRT on x86. I would instead pickup a old gateway/firewall device that is supported by openwrt.
- Comment on Please weigh in: Transfer of Docker stacks to Debian 5 weeks ago:
I would drop into the Docker VM and use scp to transfer all if your data
- Comment on RustDesk access issue 5 weeks ago:
- Comment on Looking for a solution for training videos/courses (+ big list of LMS software) 5 weeks ago:
Bigbluebutton
- Comment on RustDesk access issue 5 weeks ago:
I’d say avoid Rustdesk due to its shady Chinese origins
- Comment on Reliable messenger for family use? 1 month ago:
I like Molly a lot better personally
- Comment on Reliable messenger for family use? 1 month ago:
Signal or Molly are probably going to be your best bets
- Comment on Whats a good alternative to Instagram? 1 month ago:
The limitation of smaller platforms like Pixelfed is that basically no one uses them. If you are using Instagram to keep track of people in your local community you are unlikely to find anything else.
- Comment on Google pays $250K for Linux vulnerability allowing guest VM escapes 1 month ago:
That is for containers not VMs
- Comment on Rayfish, Iroh and Yggdrasil 1 month ago:
I’m thinking about doing something like BGP+Wireguard
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 month ago:
You are getting confused by NAT
In IPv6 there is no NAT. NAT makes things more complicated and adds overhead that isn’t needed. In the old (pre Nat) internet IPs worked like there were suppose to and each device had its own routable address. IPv6 fixes this by both using a massive address space and allowing hosts to get infinite IPs. You can assign a IP address to each service since there is so much space.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 month ago:
I would look into learning about the OSI model
For context, Caddy is a reverse proxy which is specific to the layer 7 protocol http. Layer 7 protocols are generally not compatible with one another since under the hood SSH, HTTP are all very different despite them all running on top of TCP.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 month ago:
Do you not have internet access?
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 month ago:
I personallly would just use a DNS challenge to get certificates
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 1 month ago:
You just need a reverse proxy