Mina Mikhail

Mina Mikhail

Mina Mikhail

MENU

  • Home
  • About Me

FOLLOW

Subscribe Linkedin Twitter

Posts Tagged 'Gists'

Number of posts:2

Get SSL information using the command line

  • 01 Mar 2018
  • Comments

To get SSL information using the command line, you can use openssl s_client , cURL, or Nmap. These are useful to check, verify and diagnose SSL issues from the command line: cURL: curl -Iv https://apple.com -I for the header, and -v for verbose OpenSSL: openssl s_client -showcerts…

Read More
Tags: SSL, Linux, Gists

Share this post:

Twitter Facebook Google+

Managing VMware Workstation under Linux from Command line without GUI

  • 27 Aug 2017
  • Comments

<< More Gists: https://gist.github.com/MinaMikhailcom >> * To runs a VMware guest without GUI: vmrun -T ws start /path/to/vm.vmx nogui * To stop a virtual machine: vmrun -T ws stop /path/to/vm.vmx nogui * Pause: vmrun -T ws pause /path/to/vm.vmx nogui * Unpause: vmrun -T…

Read More
Tags: Gists, Linux, VM

Share this post:

Twitter Facebook Google+
Page 1 of 1

All content copyright Mina Mikhail © 2023 • All rights reserved.
Proudly published with Ghost