PhD Student
Ca' Foscari University of Venice
SSV Research Group
A Dell Wyse 3040 with the following specifications:
OS: Debian 12 (minimal, no GUI)
- Follow the instructions from [this guide](https://binarypatrick.dev/posts/linux-on-dell-wyse-3040/#boot-issues) to resolve boot issues.
ip link show sudo nano /etc/network/interfaces Edit the file sudo systemctl restart networking
Set up ufw firewall with only ssh enabled
https://docs.docker.com/engine/install/debian/
Run docker as non-root: add user to docker group (https://docs.docker.com/engine/install/linux-postinstall/)
sudo groupadd docker
sudo usermod -aG docker $USER
https://www.frasermclean.com/p/2024/04/secure-your-entire-home-network-with-adguard-home/
sudo ufw allow 3000
… set up docker / docker proxy / ufw