Skip to content

Instantly share code, notes, and snippets.

View LadySmith's full-sized avatar
💭
I may be slow to respond.

LadySmith

💭
I may be slow to respond.
  • Istanbul
  • 13:05 (UTC +03:00)
View GitHub Profile
@LadySmith
LadySmith / free_ports.sh
Created August 17, 2021 23:23 — forked from hjbotha/free_ports.sh
Free ports 80 and 443 on Synology NAS
#! /bin/bash
# NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION
# Developed for DSM 6. Not tested on other versions.
# Steps to install
# Save this script in one of your shares
# Backup /usr/syno/share/nginx/ as follows:
# # cd /usr/syno/share/
# # tar cvf ~/nginx.tar nginx
# Run this script as root