19 lines
266 B
Markdown
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
|
|
|
|

|