Skip to content

Instantly share code, notes, and snippets.

@nickkostov
Created January 9, 2025 15:33
Show Gist options
  • Save nickkostov/3fc807b333e2b17dfd08016e6be949b4 to your computer and use it in GitHub Desktop.
Save nickkostov/3fc807b333e2b17dfd08016e6be949b4 to your computer and use it in GitHub Desktop.
network.sh
#!/bin/bash
echo "#################################################################"
ifconfig
echo "#################################################################"
cat /etc/hosts
echo "#################################################################"
cat /etc/resolv.conf
echo "#################################################################"
cat /etc/systemd/resolved.conf
echo "#################################################################"
cat /run/systemd/resolve/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment