atzanteol

joined 1 year ago
[–] [email protected] 1 points 1 week ago

Ah - I see.

I can never remember how all the iptables stuff works but here is what I have in my configuration which is basically attempting the same thing:

PostUp   = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE; iptables -t nat -D POSTROUTING -o wg0 -j MASQUERADE

Mine's a little different and works for me.

[–] [email protected] 3 points 1 week ago (3 children)

Using this definition then Windows can't do everything Linux does either, and MaOS can't do everything Windows and Linux can do.

I don't think people use that phrase to mean "all Windows software is compatible with Linux".

[–] [email protected] 2 points 1 week ago (2 children)

What does your client config look like? What IP are you connecting to for nmap/ssh?

[–] [email protected] 2 points 1 week ago (1 children)

Right - I'm just saying that it's super annoying that people point out times that llms have been wrong as though humans are never wrong, or even aren't wrong frequently.

[–] [email protected] 20 points 1 week ago

Does Donald Trump understand how the ocean works?

No.

Does Donald Trump understand how ______ works?

Also no.

[–] [email protected] -1 points 1 week ago (3 children)

The other "real person" who replied to me told me that the Linux date command has nothing to do with formatting.

[–] [email protected] 3 points 1 week ago
[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)
 date +%Y-%m-%d
[–] [email protected] -1 points 1 week ago (8 children)

LLMs do this pretty well. I've used them for date/time formatting strings across a number of languages.

[–] [email protected] 0 points 1 week ago (1 children)

Python performance sucks - use C if it matters.

FTFY

view more: ‹ prev next ›