eolas/zk/Network debugging.md

20 lines
266 B
Markdown
Raw Normal View History

2024-06-17 20:45:04 +01:00
---
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)