We have plenty of #curl talks, explainers and deep-dives collected on the curl site.
We have plenty of #curl talks, explainers and deep-dives collected on the curl site.
#when ist das #curl unter den Kalenderwerkzeugen,
es macht was es soll, geht nicht kaputt,
https://hackershell.noblogs.org/post/2017/10/23/when-einfacher-terminkalander/

I'm doing Open Source primarily because I love it. The social aspects, the for-the-good angle and for the challenge of engineering this to work for everyone. I also do it because it is my full-time job and getting food on the table and provide for my family is not unimportant. It may come as a β¦ Continue reading The pressure β

Call http_size() before checking the request for empty body to prefer Transfer-Encoding: chunked even if Content-Length is 0. http_size() sets k->maxdownload to -1 if both headers are present to...
TIL: you can do SMTP with #curl :
```
echo -e "From: [email protected]\nTo: [email protected]\nSubject: Email subject\nEmail body" | curl smtp://email-gateway:25 --mail-from [email protected] --mail-rcpt [email protected] --upload-file - -v
```
Me: Downloading #nixOS ISO with #curl
2MB/s (bad speeds, crap internet)
Also me: Downloading #nixos iso through #librewolf private window
5KB/s
I wish I was joking. Does librewolf knock down downloads speeds on purpose or smth π