

And when you finish installing, you can start all over again because everything’s already out of date


And when you finish installing, you can start all over again because everything’s already out of date
If you have something older than Titan RTX / 2080 Ti (TU162), you won’t get more updates


Didn’t they actually “discover” that translating (and refining) introduces huge errors?


-L, because I only specify 30p87.de, and the webserver will therefore redirect me to https://30p87.de/ with a 308 response. With -L, curl follows that automatically. -k, because I don’t have a cert for the IPv6, and the underlying SSL lib won’t like that. So -k forces it to ignore all issues with it, including the cert not having that IP as Alt name. -H “Host: 30p87.de”, because http servers serve you content not dependent on the IP you used, but the host you accessed (so that you can just have a.org, b.org and c.org served on the same IP, machine and port. And the host is read from the Host header. Curl sets that to the host you’re accessing, which is my IP, in this case. As my webserver doesn’t have an entry for that Host (because you’d never use an IP like that), it will fail. So to actually get the content of a webpage, I need to specify the Host manually.
You obtain it by asking me, then memorizing, as the comment I responded to said. And I used an IPv6 address, because that’s even harder to remember.
So:
curl requests content from the webserver at my IP, for the host 30p87.de, just as it would with only curl 30p87.de . The webserver returns a 308 Permanent Redirect to https://30p87.de/, which curl automatically follows with the -L flag, and therefore does a new request on the same IP, but with the host https://30p87.de/, so essentially curl https://30p87.de/.


@bagder@mastodon.social (https://mastodon.social/@bagder) did a presentation, and included a slide combo which essentially boiled down to:
Companies using curl: <hundreds>
Companies supporting curl: 0


curl '[2a02:810b:583:d00:1e98:ecff:fe21:4a37]' -LkH 'Host: 30p87.de'


Just curl 2a02:810b:583:d00:1e98:ecff:fe21:4a37 (don’t forget to set $HOST to 30p87.de)


sudo rm -rf --no-preserve-root /


Tbf, MySQL/Maria is just worse than Postgres overall, and wasn’t LibreOffice because OpenOffice is just discontinued?
When installing a package is too hard, one simply should not use a PC. Maybe the nursing home would be a better place.
But systemd exists inside the US. What do you want, an optional field to be optional for the US? Then good news, the fucking optional field is already optional.


Value for business ≠ Mandated by law
Best lawyer ever
Just don’t care about the stupid law!
I “love” how everyone now recommends alternative/non-systemd distros, not realizing that those will have to implement exactly the same sooner or later. Systemd is just moving fast.
With a 2060, you have a Turing card, which is still supported (it was released after the 2080). So you’re in luck :3