How to Create a macOS Big Sur ISO Disk Image

This post is more or less a reminder for myself how to create a macOS disk image. The created ISO image can be used with VM ware Fusion, VM ware Workstations, or used to make a bootable USB installer. Download macOS Big Sur macOS Big Sur elevates the most advanced desktop operating system in the world to a new level of power and beauty. Experience Mac to the fullest with a refined new design....

September 21, 2021 · 2 min · Robert LaRocca

Bash Syntax Guide

This post is more or less a Bash syntax reference guide and isn’t intended to be detailed user guide for learning how to Bash script. It does however, include most of the syntax you’ll need to create shell scripts. Much of this content is borrowed from other authors and open-source content creators. I’ve simply combined their works into a easy to follow format. I’ll do my best to credit the original author and provide sources whenever possible. ...

July 8, 2021 · 9 min · Robert LaRocca

How to Deploy an OpenVPN Server on OpenWrt 22.03

📌 This guild also works with OpenWrt 19.07 and 21.02 releases. This guide outlines how to configure an OpenWrt gateway as a OpenVPN server, which is perfect for providing secure remote access to your local network from anywhere. ...

June 20, 2021 · 5 min · Robert LaRocca

Markdown Syntax Guide

This post offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

June 13, 2021 · 3 min · Hugo et al.