Skip to content

Instantly share code, notes, and snippets.

View ElliotGluck's full-sized avatar
🔥
Heating up!

Elliot Gluck ElliotGluck

🔥
Heating up!
View GitHub Profile
@ElliotGluck
ElliotGluck / n8n-ollama-StackScript
Last active October 22, 2025 10:10
Installs n8n+ollama on Linode stackscript
#!/bin/bash
# <UDF name="domain_name" label="Domain Name" example="example.com" />
# <UDF name="subdomain" label="Subdomain" default="n8n" example="n8n" />
# <UDF name="ssl_email" label="Email for SSL Certificate" example="admin@example.com" />
###########################################
# n8n + Ollama GPU Stack (SSL Required)
# Ubuntu 22.04/24.04 LTS - NVIDIA GPU Required
###########################################
@ElliotGluck
ElliotGluck / randomizer.sh
Last active August 13, 2023 18:06
TLW Filename Randomizer
#!/bin/bash
# Check if the directory was passed as an argument
if [ "$#" -ne 1 ]; then
echo "Usage: $0 /path/to/photo/directory"
exit 1
fi
DIRECTORY="$1"
According to all known laws
of aviation,
there is no way a bee
should be able to fly.
Its wings are too small to get
its fat little body off the ground.