triggering ikea tradfri gateway on debian
Get the IP with arping. Then trigger the gateway to retuen you a passkey for a username you can define: Get a list of paired devices from your gateway: Get props of a device: Set devices props:
Get the IP with arping. Then trigger the gateway to retuen you a passkey for a username you can define: Get a list of paired devices from your gateway: Get props of a device: Set devices props:
Do some setup stuff: s3cmd –configure HINTS: When you are asked for the s3 endpoint, use your hosts (canonical) address YOURHOST instead of s3.amazonaws.com When asked for DNS-style bucket+hostname:port don’t use the suggested %(bucket)s.YOURHOST. Instead specify your bucket like YOURBUCKETs.YOURHOST. Mind the ‘s’ appended to YOURBUCKET! Your credentials and settings will be stored in .s3cmd. […]
Install ssh via Dockerfile.
Your daemon doesn’t write to his logfile after rotating log using newsyslog? You are executing a postrotate command in newsyslog.conf? The reason for this strange behaviour is that in case of executing a postrate command per definition (rtfm newsyslog.conf) no SIGHUP will be sent to syslogd. Solution: execute a pkill -HUP syslogd afterwards: #/var/log/maillog 640 […]
schtasks /create /tn “TASK NAME” /tr C:\PATH\BATCH.CMD /sc ONSTART /ru system /rl highest https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357
ps -p PID -o args=
shuf -i 1-999 -n 1
You must be logged in to post a comment.