This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This Scripts and Config Snippets are for a little Symbol in the Waybar. If you Click on the Tunnelsymbol the OpenVPN-Client | |
| establish a Connection to the given Config (Systemd Openvpn-Client). If you do not Need the Tunnel then you can Click again on | |
| the Symbol and the VPN-Tunnel gets closed. The following moving Parts are needed: | |
| 1. The Waybar Config Snippit | |
| 2. The Toggle/Status Script | |
| 3. The Polkit Rule to allow the control of the OpenVPN-Client systemd-Unit by given user (a sudo nopasswd is also possible but | |
| not so granular and allows systemctl completly) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| cd C:\s4y\Videoueberwachung\ffmpeg\bin | |
| start ffmpeg ^ | |
| -i "http://192.168.178.26/videostream.cgi?user=USER&pwd=PWD" ^ | |
| -i "http://192.168.178.27/videostream.cgi?user=USER&pwd=PWD" ^ | |
| -filter_complex "[0]drawtext=box=1:boxcolor=black:boxborderw=2:fontcolor=white:text='CAM1 %%{localtime}':fontsize=14[c1];[1]drawtext=box=1:boxcolor=black:boxborderw=2:fontcolor=white:text='CAM2 %%{localtime}':fontsize=14[c2]" ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #************************************************************ | |
| #* Dateierstellungsmonitor V2.4 by Raffael Willems@RVI GmbH * | |
| #* Dieses Script verschiebt nach Erstellung einer Datei in * | |
| #* Ordner A diese automatisch in Ordner B * | |
| #* Ordner B ist der VDI-Desktop, Ordner A Freigabe in die * | |
| #* Scanner Dokument ablegt * | |
| #************************************************************ | |
| counter=0 | |
| echo $$ > /var/run/changemon.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /*++++++++++++++++++ rwtime 1.0 by Raffael Willems 24.03.2016+++++++++++++ | |
| + Dieses Programm kopiert Wochenweise von den Tagen das jeweils Xte Bild + | |
| + Danach werden die Bilder mit ffmpeg in ein Timelapse Video gestreamt + | |
| ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ | |
| $quelle= "./aufnahmen"; | |
| $Ziel = "./temp"; | |
| $xbild = 5; | |
| $startbild = 441; // 07:00 |