Gerrit Kuilder
Gerrit Kuilder
I think you should add a note to the example?
``` systemctl --type=service --no-legend ufw.service loaded active exited Uncomplicated firewall ufw.service - Uncomplicated firewall Loaded: loaded (/lib/systemd/system/ufw.service; enabled; vendor preset: enabled) Active: active (exited) since Mon 2022-01-10 20:42:32 CET; 3...
Not naar a computer today. I will see if i can find more over the weekend....
So this is the official setup: https://help.ubuntu.com/community/UFW sudo ufw enable To check the status of UFW: sudo ufw status verbose The output should be like this: youruser@yourcomputer:~$ sudo ufw status...
Weird, ran this morning (also after an upgrade) sudo systemctl status ufw.service ● ufw.service - Uncomplicated firewall Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled) Active: inactive (dead) Docs: man:ufw(8) sudo...
I think there is no way to see iptables running, I will need to look deeper into this and rely on the fact that it is working as expected.... I...
Can you explain how this can be used? A simple sample will do.
Got it working by using https://glitch.com/edit/#!/spotify-authorization-code Only wondering if I can set the scopes and store and re-use the authorization code in one step, rather than have to go through...
I played around yesterday with pleroma and noticed that the api does not pass the content_type, so That would be nice to have.