Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

curl test https

curl --insecure -v https://www.google.com 2>&1 | awk 'BEGIN { cert=0 } /^* Server certificate:/ { cert=1 } /^*/ { if (cert) print }'
Comment

PREVIOUS NEXT
Code Example
Shell :: linux find all files name containing string 
Shell :: valet allow phpmyadmin route 
Shell :: wget install windows cmd 
Shell :: linux command to go to the parent directory 
Shell :: homebrew for windows 
Shell :: ntfsfix ubantu 
Shell :: git language 
Shell :: warning: LF will be replaced by CRLF 
Shell :: pyinstaller exe version info 
Shell :: git remove all pdf files 
Shell :: how to install jupyter notebook 
Shell :: wp-cli search-replace 
Shell :: npm i vs npm ci 
Shell :: install grammarly on mac brew 
Shell :: aws s3 download file 
Shell :: environment variables in systemd 
Shell :: apache2 install ubuntu 20.04 
Shell :: ubuntu find folder through terminal 
Shell :: how to remove stuff from git 
Shell :: vim count ocurrences 
Shell :: delete branch github 
Shell :: error: src refspec develop does not match any 
Shell :: ubuntu wsl disable sudo password prompt 
Shell :: set head of branch at specific commit 
Shell :: powershell do while loop 
Shell :: installing rabbitmq on debian 
Shell :: command to update ubuntu 
Shell :: how to setup vim plugins 
Shell :: install steam on ubuntu 
Shell :: how to upgrade to wsl 2 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =