Network foundation Lesson1

1. ipconfig or ifconfig(in mac)

2. ifconfig | grep inet

3. traceroute day.az

4. ifconfig -a

5. ping 8.8.8.8

6. ping.eu

7. nslookup mail.ru

8. sudo ipconfig set en0 DHCP or sudo ifconfig en0 down  # Replace en0 with the appropriate interface (en0 for Wi-Fi, en1 for Ethernet, etc.)


9. sudo ifconfig en0 up










































Комментарии

Популярные сообщения из этого блога

Lesson1: JDK, JVM, JRE

SE_21_Lesson_11: Inheritance, Polymorphism

SE_21_Lesson_9: Initialization Blocks, Wrapper types, String class