Help Ukraine by attacking Russian web sites. Good load testing training.
Tools:
Help Ukraine by attacking Russian web sites. Good load testing training.
Tools:
| # Python Rclone Script with Telegram and InfluxDB Reporting | |
| # - This Script backups your data to any rclone location (see rclone.org) | |
| # - You can execute scripts, commands and database dumps before running a single rclone command | |
| # - It sends automatic error reports and summaries | |
| # - It saves all statistics and operations to an Influx database | |
| # - The data can be used for visualizations in e.g. Grafana | |
| # - You can automate it by using cron | |
| # Created by: Luca Koroll - https://github.com/lucanello | |
| # Last update: 2021-07-04 |
| #!/usr/bin/env ruby | |
| require 'open3' | |
| require 'json' | |
| ffmpeg_bin = '/usr/local/bin/ffmpeg' | |
| target_il = -24.0 | |
| target_lra = +11.0 | |
| target_tp = -2.0 | |
| samplerate = '48k' |