diff --git a/network-connection-test/README.md b/network-connection-test/README.md new file mode 100644 index 0000000..cded6ae --- /dev/null +++ b/network-connection-test/README.md @@ -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 + +![](output.png) \ No newline at end of file diff --git a/network-connection-test/output.png b/network-connection-test/output.png new file mode 100644 index 0000000..66e7c50 Binary files /dev/null and b/network-connection-test/output.png differ