You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Replies to message #20,987
-
🇵🇦 Nuestro primer dominio localizado está en español en
kiwifarms.pa. Our first localized domain is on Spanish on
kiwifarms.pa.
just turn off unnecessary services and don't use DMZ mode on your router? It's not that hard
I use UFW. It is pretty simple.
I have a script for my desktop/laptop, that people might find useful.
#!/bin/bash
set -euo pipefail
sudo ufw...
ufw is good. It's a, well, Uncomplicated wrapper script for iptables.
firewalld has a lot of fancy features like rich rules, but it's probably...