I hereby claim:
- I am thomasvnl on github.
- I am thomasvnl (https://keybase.io/thomasvnl) on keybase.
- I have a public key whose fingerprint is 58C1 81A5 989C D93A CCEA 1334 10CB 0951 C795 F443
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
To use media keys on the Ducky One 2 Skyline, you must record a macro to bind the media function to a hotkey combination, i.e. Fn
plus some key.
Important: In the instructions below, "Press X+Y+Z
" means press and hold key X
, press and hold key Y
, press and hold key Z
in that order, and then release all three.
As an example, to bind Fn+PgUp
to the play/pause media function:
FROM nodered/node-red | |
USER root | |
RUN addgroup node-red dialout | |
USER node-red |
#! /bin/bash | |
# NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION | |
# Developed for DSM 6 - 7.0.1. Not tested on other versions. | |
# Steps to install | |
# Save this script in one of your shares | |
# Edit it according to your requirements | |
# Backup /usr/syno/share/nginx/ as follows: | |
# # cd /usr/syno/share/ | |
# # tar cvf ~/nginx.tar nginx |