eolas/zk/Network debugging.md
2024-06-17 20:45:04 +01:00

19 lines
266 B
Markdown

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