mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
a51e20fbc7
commit
a22bb998cb
14 changed files with 78 additions and 68 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Common Network Debugging Commands"
|
||||
date: 2022-01-02T15:17:02-05:00
|
||||
date: 2022-01-02 20:17:02
|
||||
draft: false
|
||||
tags: ["Networking"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 7a55c1f5f40e
|
||||
tags:
|
||||
- Networking
|
||||
title: Common Network Debugging Commands
|
||||
---
|
||||
|
||||
Below are list of commands that I use to debug common issues in a network. There is a wonderful tool called Wireshark which you can use to sniff packets in a network and filter by a wide range of options, but we'll mainly focus on simple tools that you can use in the terminal.
|
||||
|
@ -157,5 +159,4 @@ Address HWtype HWaddress Flags Mask Iface
|
|||
192.168.0.1 ether 10:1d:b1:1d:1f:91 C wlan0
|
||||
192.168.0.11 ether 72:25:22:2c:72:72 C wlan0
|
||||
192.168.0.111 ether 03:33:34:3b:23:39 C wlan0
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue