doc(ubuntu): add ubuntu 24.11 instructions #25

Merged
EphemeralDev merged 13 commits from ubuntu-setup into main 2025-01-29 13:59:32 +00:00
Showing only changes of commit d9dc7975dc - Show all commits

View file

@ -76,11 +76,9 @@ systemctl enable --now podman
> This is only necessary if you are setting up the reverse proxy (or any service > This is only necessary if you are setting up the reverse proxy (or any service
> on ports <1024). > on ports <1024).
`sudoedit /etc/sysctl.conf`
```bash ```bash
## Add the following line and save printf '%s\n' 'net.ipv4.ip_unprivileged_port_start=80' | sudo tee /etc/sysctl.d/99-unprivileged-port-binding.conf
net.ipv4.ip_unprivileged_port_start=80 sysctl -w 'net.ipv4.ip_unprivileged_port_start=80'
``` ```
### Option 2: Redirect using firewalls ### Option 2: Redirect using firewalls