inital dump
This commit is contained in:
30
Software/Postpoduktion/Server_TLC_PostSW.txt
Normal file
30
Software/Postpoduktion/Server_TLC_PostSW.txt
Normal file
@ -0,0 +1,30 @@
|
||||
nohup java -jar tlc_post.jar -log -m createDB -r /home/hendrik/ftp/files/camera01/ -p /home/hendrik/tlc_post/TLC01/ -i counter -n 140780 >> TLC01/log01.txt
|
||||
|
||||
nohup java -jar tlc_post.jar -log -m createDB -r /home/hendrik/ftp/files/camera02/ -p /home/hendrik/tlc_post/TLC02/ -i counter -n 135414 >> TLC02/log02.txt
|
||||
|
||||
java -jar tlc_post.jar -log -m createDB -r /home/hendrik/ftp/files/camera04/ -p /home/hendrik/tlc_post/TLC04/ -i counter -n 11935 & >> TLC04/log04.txt
|
||||
|
||||
|
||||
printf "TLC01: " && tail -n 1 ./TLC01/log01.txt && printf "TLC02: " && tail -n 1 ./TLC02/log02.txt && printf "TLC04: " && tail -n 1 ./TLC04/log04.txt
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
while true; do
|
||||
|
||||
clear
|
||||
|
||||
printf "TLC01: " && tail -n 1 ./TLC01/log01.txt && printf "TLC02: " && tail -n 1 ./TLC02/log02.txt && printf "TLC04: " && tail -n 1 ./TLC04/log04.txt
|
||||
|
||||
printf "\n"
|
||||
|
||||
sleep 1
|
||||
|
||||
done
|
||||
|
||||
|
||||
|
7
Software/Postpoduktion/brunner_cmd.txt
Normal file
7
Software/Postpoduktion/brunner_cmd.txt
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
-log -m createDB -r /home/hendrik/FTP/camera01/ -p /home/hendrik/Schreibtisch/TLC01/ -i counter -n 140780
|
||||
|
||||
-log -m createDB -r /home/hendrik/FTP/camera02/ -p /home/hendrik/Schreibtisch/TLC02/ -i counter -n 135414
|
||||
|
||||
-log -m createDB -r /home/hendrik/FTP/camera04/ -p /home/hendrik/Schreibtisch/TLC04/ -i counter -n 11935
|
Reference in New Issue
Block a user