Skip to content

Instantly share code, notes, and snippets.

View B-Interactive's full-sized avatar

David Armstrong B-Interactive

View GitHub Profile
@sepastian
sepastian / nikon_d7000_hdmi.md
Last active June 18, 2024 08:38
Nikon D7000 full screen HDMI output

Purpose

Stream HDMI video from a Nikon D7000, for usage in online meetings, video recording, etc.

Based on this video on Youtube.

Steps

1) Download firmware

@keilmillerjr
keilmillerjr / Creating an AUR Package.md
Last active June 6, 2024 14:49
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
@PieterScheffers
PieterScheffers / pm2
Last active March 14, 2023 07:43
node.js pm2 startup script for FreeBSD
#!/bin/sh
# PM2 Startup script
# Source: https://0x0a14.de/pm2-startup-script-for-freebsd/
# Made by: Johannes Tonn
#
# Download this file
# cd /usr/local/etc/rc.d && fetch https://gist.github.com/457769f2090c6b69cd9d
#
# Make the file executable with: