ping internet (google.com) using curl

 Use the below command to ping google.com using curl from Linux and Windows



C:\Users\p>curl -Is google.com

HTTP/1.1 301 Moved Permanently

Location: http://www.google.com/

Content-Type: text/html; charset=UTF-8

Date: Thu, 10 Mar 2022 10:55:40 GMT

Expires: Sat, 09 Apr 2022 10:55:40 GMT

Cache-Control: public, max-age=2592000

Server: gws

Content-Length: 219

X-XSS-Protection: 0

X-Frame-Options: SAMEORIGIN

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...