From 751da905cc1b0f8a4e0e29e6028c832bbf99acdb Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 17 Jun 2024 20:45:04 +0100 Subject: [PATCH] Autosave: 2024-06-17 20:45:04 --- zk/Network debugging.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 zk/Network debugging.md diff --git a/zk/Network debugging.md b/zk/Network debugging.md new file mode 100644 index 0000000..9c3d7a8 --- /dev/null +++ b/zk/Network debugging.md @@ -0,0 +1,19 @@ +--- +id: x44w +title: Network debugging +tags: [procedural, Linux, networks] +created: Monday, June 17, 2024 +--- + +# Network debugging + +### For DNS resolution problems + +```sh +sudo systemctl restart resolvd + +``` + +## Related notes + +![Network scanning](Network_scanning.md)