Add TCP/IP category and entry
This commit is contained in:
parent
37695e4276
commit
53f4e08688
@ -38,6 +38,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
||||
- [DNS](#dns)
|
||||
- [Hostname](#hostname)
|
||||
- [Networking Tools](#networking-tools)
|
||||
- [TCP/IP](#tcp-ip)
|
||||
- [Wi-Fi](#wi-fi)
|
||||
- [Package Managers](#package-managers)
|
||||
- [Printing](#printing)
|
||||
@ -389,6 +390,14 @@ ping -o github.com
|
||||
traceroute github.com
|
||||
```
|
||||
|
||||
### TCP/IP
|
||||
|
||||
#### Show Application Using a Certain Port
|
||||
This outputs all applications currently using port 80.
|
||||
```bash
|
||||
sudo lsof -i :80
|
||||
```
|
||||
|
||||
### Wi-Fi
|
||||
|
||||
#### Scan Available Access Points
|
||||
|
Loading…
Reference in New Issue
Block a user