Skip to content

Instantly share code, notes, and snippets.

View UnixxSH's full-sized avatar

Lucas UnixxSH

  • France
  • 20:34 (UTC +02:00)
View GitHub Profile
@ayebrian
ayebrian / vmware.md
Last active October 18, 2025 10:22
VMware ESXi / Workstation / ISO Downloads

Download VMware ISOs in this repo

Also I would happy if you visit my site with tech tips!: https://hausmer.com

All license keys and activation files have been removed in accordance with GitHub's Terms of Service.

Only official trial installers are available. Bring your own license (BYOL).

@gskielian
gskielian / git-specify-ssh-key
Created October 14, 2014 16:51
Specifying SSH Key within Git Clone
#how to specify an ssh key to use when cloning a repo in Mac
ssh-agent bash -c 'ssh-add /Users/UR_USERNAME/.ssh/UR_PRIVATE_KEY; git clone git@DAS_GIT_URL'