mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
add network notes
This commit is contained in:
@@ -111,4 +111,16 @@
|
|||||||
|
|
||||||
### Filesystems
|
### Filesystems
|
||||||
|
|
||||||
`mkfs`, `mount`, `/etc/fstab`
|
`mkfs`, `mount`, `/etc/fstab`
|
||||||
|
|
||||||
|
## Network
|
||||||
|
|
||||||
|
* `ping <domain/ip>`
|
||||||
|
* `whois <ip>`
|
||||||
|
* `whois -h whois.radb.net <ip>`
|
||||||
|
* `bgpq3 -J <AS>`
|
||||||
|
* `traceroute -An <ip>`
|
||||||
|
* `mtr -zn <ip>`
|
||||||
|
* `dig +trace @8.8.8.8 <domain>`
|
||||||
|
* `dig -x <ip>`
|
||||||
|
* `telnet <domain/ip> <port>`
|
||||||
|
|||||||
Reference in New Issue
Block a user