Skip to content

Instantly share code, notes, and snippets.

View planecore's full-sized avatar

Matan Mashraki planecore

View GitHub Profile
@Damotron500
Damotron500 / free_ports.sh
Last active April 30, 2026 17:06 — forked from hjbotha/free_ports.sh
Free ports 80 and 443 on Synology NAS
#!/bin/bash
# WARNING: Use at your own risk. Test carefully before applying in production.
# THIS SCRIPT WAS UPDATED FROM THE ORIGINAL USING CHATGPT!
# IT worked on a DS920+ as of 19th May 25.
# Updated for DSM 7.2.2 compatibility.
# STILL working on DSM 7.2.2-72806 Update 3 (9th Jan 26)
# This script will attempt to free up ports 80 and 443 used by the built-in nginx.
HTTP_PORT=81
@gingerbeardman
gingerbeardman / file.io.sh
Last active January 26, 2026 09:08 — forked from devster/file.io.sh
Simple cli tool to use file.io https://www.file.io/#one Install: curl https://gist.githubusercontent.com/gingerbeardman/a7737e4c89fccab8605f8538ddaeec0d/raw/a78f5253b0fcdbd7b893f91627a29498690356ea/file.io.sh | sudo tee /usr/local/bin/file.io && sudo chmod +x /usr/local/bin/file.io
#!/bin/sh
URL="https://file.io"
DEFAULT_EXPIRE="14d" # Default to 14 days
if [ $# -eq 0 ]; then
echo "Usage: file.io FILE [DURATION]\n"
echo "Example: file.io path/to/my/file 1w\n"
exit 1
fi
@berkedel
berkedel / flow-error-icu4c-not-loaded.md
Created April 4, 2018 14:13
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

How to solve dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.60.dylib

brew uninstall --ignore-dependencies node icu4c
brew install node