Autosave: 2024-06-17 20:45:04

This commit is contained in:
thomasabishop 2024-06-17 20:45:04 +01:00
parent 7a78adba03
commit 751da905cc

19
zk/Network debugging.md Normal file
View file

@ -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)