I just thought I would include this from the linustechtips forums. User: Neonkoala posted on August 2nd, 2022.
Edit the file:
/etc.defaults/synoinfo.conf
Then find the option support_disk_compatibility and change it from yes to no
# https://aka.ms/yaml | |
trigger: | |
branches: | |
include: | |
- main | |
- releases/* | |
- hotfix/* | |
pr: | |
autoCancel: true |
I just thought I would include this from the linustechtips forums. User: Neonkoala posted on August 2nd, 2022.
Edit the file:
/etc.defaults/synoinfo.conf
Then find the option support_disk_compatibility and change it from yes to no
#! /bin/bash | |
set -e | |
#set -x | |
ROOT=$(dirname $0) | |
cd $ROOT | |
# export your cloudflare API key by uncommenting or placing the following lines (uncommented) in traefik.conf |
# | |
# Name: nginx-tls.conf | |
# Auth: Gavin Lloyd <[email protected]> | |
# Desc: Nginx SSL/TLS configuration for "A+" Qualys SSL Labs rating | |
# | |
# Enables HTTP/2, PFS, HSTS and OCSP stapling. Configuration options not related | |
# to SSL/TLS are omitted here. | |
# | |
# Example: https://www.ssllabs.com/ssltest/analyze.html?d=gavinhungry.io | |
# |
A DMG Installer is convenient way to provide end-users a simple way to install an application bundle. They are basically a folder with a shortcut to the Applications directory but they can be customized with icons, backgrounds, and layout properties. A DMG file (.dmg) is a Mac OS X Disk Image file and it is used to package files or folders providing compression, encryption, and read-only to the package.
##Creating the DMG file #Disk Utility