[-] sxt@lemmy.world 5 points 20 hours ago* (last edited 20 hours ago)

Feel like there are a lot of people that literally just vote "hopefully something different will be better" with zero regard for what the candidates are apart from which of their parties has the current administration. This is of course really dumb, especially considering what Trump said he wants to do, but the base logic of "this isn't working for me" is understandable at least. Dems running candidates that represent more of the same again...

[-] sxt@lemmy.world 4 points 2 days ago

Crafty bastards, let me tell ya

[-] sxt@lemmy.world 10 points 2 days ago

I remove the grease so I don't shit myself crazy style, not to lose weight

[-] sxt@lemmy.world 6 points 4 days ago* (last edited 4 days ago)
[-] sxt@lemmy.world 13 points 4 days ago

Isn't that the global market share of Linux itself

40
submitted 1 month ago* (last edited 1 month ago) by sxt@lemmy.world to c/watches@lemmy.ml

Just got it! Super excited

[-] sxt@lemmy.world 55 points 5 months ago* (last edited 5 months ago)

Another one I found: Which is just this I think https://medium.com/@azalben/re-can-i-drink-this-delicious-sounding-bleach-8b9db1326f9c

Granted I'm baiting it and it does say not to drink it.

[-] sxt@lemmy.world 30 points 5 months ago* (last edited 5 months ago)

I doubt the goal is to produce easily understood bash, otherwise you'd just write bash to begin with. It's probably more similar to a typescript transpiler that takes in a language with different goals and outputs something the interpreter can execute quickly (no comment on how optimized this thing is).

[-] sxt@lemmy.world 25 points 6 months ago

The parts from Jupiter Ascending between the start and the end.

[-] sxt@lemmy.world 20 points 6 months ago* (last edited 6 months ago)
[-] sxt@lemmy.world 23 points 10 months ago

That is wildly optimistic

10
submitted 10 months ago* (last edited 9 months ago) by sxt@lemmy.world to c/selfhosted@lemmy.world

I am attempting to follow this https://www.procustodibus.com/blog/2022/09/wireguard-port-forward-from-internet to forward traffic from a few ports on a public oracle vps to other ports on my local server through a wireguard connection. Currently I am doing this using rinetd, but I was looking for a more normal way of forwarding traffic. (Also looking to forward UDP traffic at some point.)

After stopping rinetd, adding these rules to the public server's wg config

# packet forwarding
PreUp = sysctl -w net.ipv4.ip_forward=1

# port forwarding
PreUp = iptables -t nat -A PREROUTING -i ens3 -p tcp --dport 443 -j DNAT --to-destination 10.144.65.2:8443
PostDown = iptables -t nat -D PREROUTING -i ens3 -p tcp --dport 443 -j DNAT --to-destination 10.144.65.2:8443

# packet masquerading
PreUp = iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE
PostDown = iptables -t nat -D POSTROUTING -o wg0 -j MASQUERADE

and restarting the wg connection, I'm seeing traffic on the ens3 port but none entering wg0 via tcpdump. I feel like I probably have conflicting iptables rules saved https://pastebin.com/0eNwhNKM but I don't really know enough about whats going on there to fix it. I feel like its probably the wireguard-*-rule ones (created by pivpn possibly?) but I'm not sure.

Edit way later: Ended up just using rinetd for the udp connections. Ubuntu doesn't include the latest version here https://github.com/samhocevar/rinetd which is able to do UDP connections. The docker container RxBrad suggested uses that version within the docker container to make the redirections so it will be roughly equivalent.

[-] sxt@lemmy.world 62 points 1 year ago

They really named the missiles "attack 'ems" huh

[-] sxt@lemmy.world 26 points 1 year ago

God forbid people care about the game's development. Nobody is trying to stop you from playing or enjoying the game.

view more: next ›

sxt

joined 1 year ago