Skip to content

Instantly share code, notes, and snippets.

How to import chrome extension

Step 1. Unzip the file

The zip file

Step 2. Open Chrome browser, then go to chrome://extensions

The zip file

Here's a way to get around DEP that doesn't require blocking network hosts

## these commands MUST be from Terminal in Recovery mode only (as root of course)
## this assumes the boot drive is named "Macintosh HD" and is a newer OS that has a Data volume
## you may need to open Disk Utility to mount the Data volume then open Terminal

#clear the nvram if there is any saved WiFi info there
nvram -c
@jayrcodes
jayrcodes / MinIoUploadCommand.php
Created September 7, 2025 09:31
simple MinIO docker and quick command example
<?php
namespace App\Console\Commands\Examples;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Str;
/*
# Example env variables