Skip to content

Instantly share code, notes, and snippets.

View oddmouse's full-sized avatar

Lindy Roquemore oddmouse

View GitHub Profile
@oddmouse
oddmouse / commercial-lease-data-model.txt
Created April 9, 2026 16:24
Commercial Lease Data Model
================================================================================
COMMERCIAL REAL ESTATE LEASE — COMPLETE DATA MODEL
Plain-Language Reference (all US lease variations)
================================================================================
This document describes every field captured in the comprehensive CRE lease
schema. Fields marked [optional] may be omitted when not applicable.
Fields marked [default: X] will assume that value if not provided.
"Choose one of" indicates a pick-list; only one value applies.
@oddmouse
oddmouse / clean-install-macos.md
Last active December 4, 2020 17:55
Clean Install: macOS

Clean Install: macOS

1. Documents

Before mounting the Time Machine sparsebundle, add the Terminal app to System Preferences > Security & Privacy > Privacy > Full Disk Access.

Navigate to the latest Time Machine backup

cd /Volumes/Time\ Machine\ Backups/Backups.backupdb/<username>/Latest/.../<home>
@oddmouse
oddmouse / rclonemount.service
Last active February 20, 2017 00:36
LibreELEC/Kodi systemd service to mount rclone on boot
[Unit]
Description=rclonemount
Requires=network-online.service
After=network-online.service
[Service]
Type=simple
ExecStartPre=/bin/mkdir -p /var/media/rclonemount
ExecStart=/path/to/bin/rclone mount \
--acd-templink-threshold 0 \