Предлагаю для тестирования скрипт, предназначенный для восстановления работоспособности нативного WireGuard.
- Jc — количество рандомных пакетов
- Jmin — минимальный размер рандомного пакета
| #!/bin/bash | |
| # cracked flussonic | |
| wget -q -O - http://debian.erlyvideo.org/binary/gpg.key | apt-key add -; | |
| echo "deb http://debian.erlyvideo.org binary/" > /etc/apt/sources.list.d/erlyvideo.list; | |
| apt-get update; | |
| apt-get -y install flussonic flussonic-transcoder; | |
| echo 'l4|8Ku8ypPgOUySHysCdkFHW0|r6BzpmVPpjgKpn9IunpFp6lLbCZOp3' >> /etc/flussonic/license.txt | |
| /etc/init.d/flussonic start |
| ######################################################################### | |
| # ================================================== # | |
| # $ Mikrotik RouterOS update script for CloudFlare $ # | |
| # ================================================== # | |
| # # | |
| # - You need a CloudFlare account & api key (look under settings), # | |
| # a zone and A record in it # | |
| # - All variables in first section are obvious, except CFid, # | |
| # To obtain CFid use following command in any unix shell: # | |
| # curl https://www.cloudflare.com/api_json.html -d 'a=rec_load_all' -d 'tkn=YOUR_API_KEY' -d 'email=email@example.com' -d 'z=domain.com'|python -mjson.tool |
| telegraf: | |
| image: telegraf | |
| restart: always | |
| environment: | |
| HOST_PROC: /rootfs/proc | |
| HOST_SYS: /rootfs/sys | |
| HOST_ETC: /rootfs/etc | |
| hostname: localhost | |
| volumes: | |
| - ./telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro |
| # Maintainer: Jakub Hajek, jakub.hajek@cometari.com | |
| # | |
| # docker stack deploy -c stack-elastic.yml elastic | |
| # | |
| # The stack creates Elasticsearch cluster consiting of | |
| # - 3 dedicated master nodes in order to keep quorum | |
| # - 4 dedicated data nodes to manage CRUD, | |
| # | |
| # Docker compose file to easily deploy Elasticsearch cluster 7.x on Docker Swarm cluster. |
This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.
# apt-get install mercurial subversion python-pygments sendmail imagemagick