network-connection-test: initial commit
This commit is contained in:
16
network-connection-test/README.md
Normal file
16
network-connection-test/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
```sh
|
||||
sudo apt-get update && sudo apt-get install -y dnsutils traceroute nmap
|
||||
|
||||
echo -e "\x1b[91m" # RED
|
||||
dig m.dcinside.com
|
||||
|
||||
echo -e "\x1b[92m" # GREEN
|
||||
nmap m.dcinside.com
|
||||
|
||||
echo -e "\x1b[94m" # BLUE
|
||||
traceroute m.dcinside.com
|
||||
```
|
||||
|
||||
## Expected Result
|
||||
|
||||

|
||||
BIN
network-connection-test/output.png
Normal file
BIN
network-connection-test/output.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
Reference in New Issue
Block a user