Adds basic commands.

This commit is contained in:
Tanmay 2022-08-10 16:00:57 +01:00
parent 36a0f43886
commit e5c75e1414

View File

@ -140,4 +140,11 @@ The Open Systems Interconnection (OSI) model describes seven layers that compute
![vs](https://www.imperva.com/learn/wp-content/uploads/sites/13/2020/02/OSI-vs.-TCPIP-models.jpg.webp) ![vs](https://www.imperva.com/learn/wp-content/uploads/sites/13/2020/02/OSI-vs.-TCPIP-models.jpg.webp)
## Some commands to get started
1. Find the IP address of the server you want to connect to. `nslookup <domain>`
2. Find the domain name from a given IP address. `whois <ip>`
3. `ifconfig`
4. Follow a network packet `traceroute <domain>`