Skip to content

Instantly share code, notes, and snippets.

View rumNredbull's full-sized avatar
🎯
Focusing

rumNredbull rumNredbull

🎯
Focusing
View GitHub Profile
@rumNredbull
rumNredbull / vagrant-vmware-fusion-13-apple-m1-pro.md
Created September 19, 2024 15:26 — forked from sbailliez/vagrant-vmware-fusion-13-apple-m1-pro.md
Vagrant and VMWare Fusion 13 on Apple M1 Pro

Vagrant and VMWare Fusion 13 Player on Apple M1 Pro

This document summarizes notes taken to make VMWare Fusion 13 Player work on Apple M1 Pro. It builds upon a previous (deprecated) document based on VMWare Tech Preview 21H1

VMWare Fusion 13 was released on November 17, 2022 and Fusion 13.5 on October 19, 2023

Created on: November 20, 2022

Updated on: June 1, 2024

@rumNredbull
rumNredbull / gist:e75b54b1ce985008656c2caa86a18ffc
Created May 11, 2021 03:23 — forked from gsong/gist:6321633
Bash script to generate SSL csr/key/crt
#!/bin/bash
# Usage:
#
# ssl_setup [--self] <name> <csr_config>
#
# This script is used to generate key and CSR for use HTTPS in Nginx.
#
# --self Generate self-signed certificate in addition to key and CSR.
# name Output files will be named as <name>.key and <name>.csr.