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
# /etc/xinetd.d/mysqlchk | |
# description: mysqlchk | |
service mysqlchk | |
{ | |
flags = REUSE | |
socket_type = stream | |
port = 33066 | |
wait = no | |
user = nobody | |
server = /opt/tools/mysqlchk.sh |
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
[MP4] | |
ffmpeg=/home/ask/Repos/sickbeard_mp4_automator/ff/ffmpeg | |
ffprobe=/home/ask/Repos/sickbeard_mp4_automator/ff/ffprobe | |
output_directory=/extern/Videos | |
copy_to= | |
move_to=/extern/Videos/Erledigt | |
output_extension=mp4 | |
output_format=mp4 | |
delete_original=False | |
relocate_moov=True |
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
Processing file /extern/Backup/Disk/_volume1/video/Serien/House of Cards/S01E07 - Neustart.mkv | |
Matched TV episode | |
Failed to connect to TVDB, trying again in 20 seconds | |
Could not find episode 7 | |
Failed to connect to TVDB, trying again in 20 seconds | |
Could not find episode 7 | |
Failed to connect to TVDB, trying again in 20 seconds | |
Could not find episode 7 | |
Processing TV episode | |
Video codec detected: h264 |
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 header("Content-Type: text/plain");?> | |
system("/usr/bin/id") => <?php system("/usr/bin/id"); ?> | |
shell_exec("/bin/hostname") => <?php echo shell_exec("/bin/hostname"); ?> | |
done; |
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 header("Content-Type: text/plain");?> | |
system("/usr/bin/id") => <?php system("/usr/bin/id"); ?> | |
shell_exec("/bin/hostname") => <?php echo shell_exec("/bin/hostname"); ?> | |
shell_exec("/bin/bash -c /bin/date") => <?php echo shell_exec("/bin/bash -c /bin/date"); ?> | |
exec("/usr/bin/whoami") => <?php echo exec("/usr/bin/whoami"); ?> | |
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 header("Content-Type: text/plain");?> | |
system("/usr/bin/id") => <?php system("/usr/bin/id"); ?> | |
shell_exec("/bin/hostname") => <?php echo shell_exec("/bin/hostname"); ?> | |
shell_exec("/bin/bash -c /bin/date") => <?php echo shell_exec("/bin/bash -c /bin/date"); ?> | |
exec("/usr/bin/whoami") => <?php echo exec("/usr/bin/whoami"); ?> |
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 | |
phpinfo(INFO_VARIABLES); | |
system("bash -c env"); |
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
#!/sbin/sh | |
# | |
# Xposed framework installer zip. | |
# | |
# This script installs the Xposed framework files to the system partition. | |
# The Xposed Installer app is needed as well to manage the installed modules. | |
# | |
# Thanks to Chainfire for some of the functions and logic! | |
# |
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/sh | |
name=quovadis-ica-g2 | |
echo '-----BEGIN CERTIFICATE----- | |
MIIFTDCCAzSgAwIBAgIUSJgt4qkssznhyPkzNYJ10+T4glUwDQYJKoZIhvcNAQEL | |
BQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZ | |
BgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMjAeFw0xMzA2MDExMzM1MDVaFw0yMzA2 | |
MDExMzM1MDVaME0xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p | |
dGVkMSMwIQYDVQQDExpRdW9WYWRpcyBHbG9iYWwgU1NMIElDQSBHMjCCASIwDQYJ |
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 | |
start () { | |
echo "Starte Zimbra $1 Umgebung..." | |
for h in zcs-ds7-$1; do | |
if ping -c1 $h > /dev/null 2>&1; then | |
echo "$h" | |
ssh -l zimbra "$h" "zmcontrol start" | |
echo | |
else |
OlderNewer