home · contact · privacy
Add some basic network debugging to all installations.
[config] / buster / apt-mark / all
1 # connectivity: ifupdown seems necessary everyhwere, isc-dhcp-client
2 # unpredictably so
3 ifupdown
4 isc-dhcp-client
5 # git for the setup directory; cloning works with ca-certificates
6 ca-certificates
7 git
8 # to avoid constant warnings about no locale being found
9 locales
10 # extremely useful for basic network debugging; missed these more than once in an emergency
11 netcat
12 iputils-ping