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
~ ⌚ 12:21:45 | |
$ curl -v https://rabbitmq.ecp.prod | |
* Could not resolve host: rabbitmq.ecp.prod | |
* Closing connection 0 | |
curl: (6) Could not resolve host: rabbitmq.ecp.prod | |
~ ⌚ 12:22:23 | |
$ curl -v https://rabbitmq.dev.ecp | |
* Trying 172.18.32.129:443... | |
* Connected to rabbitmq.dev.ecp (172.18.32.129) port 443 (#0) |
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
$ curl -vX "POST" "https://edcore-registration-service-dev.dev.educ.pp.ru/api/v1/users/register-employee" \ | |
-H 'Content-Type: application/json' \ | |
-d $'{ | |
"phone": "+75556661122", | |
"spaceId": "efcff2dd-9d3f-4114-b732-23afc62adc02", | |
"firstName": "Пётр", | |
"roles": [ | |
"EXECUTOR", | |
"EXAMINER" | |
], |
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
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2492 kb/s, 25 fps, 12800 tbn (default) | |
Metadata: | |
encoder : Lavc61.3.100 libx264 | |
Side data: | |
cpb: bitrate max/min/avg: 0/0/2492000 buffer size: 0 vbv_delay: N/A | |
Stream #0:1: Video: h264 (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 2492 kb/s, 25 fps, 12800 tbn | |
Metadata: | |
encoder : Lavc61.3.100 libx264 | |
Side data: | |
cpb: bitrate max/min/avg: 0/0/2492000 buffer size: 0 vbv_delay: N/A |
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
$ transcribe-sh/check.sh files/success.mp4 | |
getStreams main files/success.mp4 | |
selectVideoStreams main | |
selectAudioStreams main | |
{ | |
"index": 6, | |
"codec_name": "aac", | |
"codec_long_name": "AAC (Advanced Audio Coding)", | |
"profile": "LC", | |
"codec_type": "audio", |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>org.springframework.boot</groupId> | |
<artifactId>spring-boot-starter-parent</artifactId> | |
<version>3.2.9-SNAPSHOT</version> | |
<relativePath/> <!-- lookup parent from repository --> | |
</parent> |
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
➜ demo git init --initial-branch=master | |
Initialized empty Git repository in /Users/sergey/project/bft/demo/.git/ | |
➜ demo git:(master) ✗ git remote add origin [email protected]:ecp/iis/camel-introduction.git | |
➜ demo git:(master) ✗ git add . | |
warning: in the working copy of 'gradlew.bat', CRLF will be replaced by LF the next time Git touches it | |
➜ demo git:(master) ✗ git commit -m "Initial commit" |
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
{"timestamp":"2024-08-09T11:41:29.866144948Z","level":"TRACE","service":"mattermost-communication-service","thread":"http-nio-8080-exec-157","logger":"org.zalando.logbook.Logbook","traceId":"000000000000000090be1f4574a87165","spanId":"f69af92da7b1906b","message":"Incoming Request: d595d78fe8e71525\nRemote: 93.123.221.32\nPOST https://mattermost-communication-service-edcore-mattermost-communi-cut.sbed.site/mattermost-communication-service/api/v1/mattermost/send/direct-message/batch/mm HTTP/1.1\naccept: */*\naccept-encoding: gzip, deflate, br\ncontent-length: 307\ncontent-type: application/json\ncookie: XXX\nhost: mattermost-communication-service-edcore-mattermost-communi-cut.sbed.site\npostman-token: a9bd0226-5400-4029-9e04-39159ec88cd4\nuser-agent: PostmanRuntime/7.40.0\nx-b3-flags: 0\nx-b3-parentspanid: 0de15a0777a32894\nx-b3-sampled: 0\nx-b3-spanid: bd3d72533624a96c\nx-b3-traceid: 90be1f4574a87165\nx-envoy-attempt-count: 1\nx-envoy-original-path: /mattermost-communication-service/api/v1/mattermost/send/dire |
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
{"timestamp":"2024-08-09T11:42:49.020217175Z","level":"INFO","service":"mattermost-communication-service","thread":"http-nio-8080-exec-76","logger":"r.s.c.c.s.CookieJWTToBearerAuthFilter","traceId":"0000000000000000c200e8da8890de4c","spanId":"3d35712c7a083929","message":"Bearer Authorization header added to the request from access_token cookie","exception":""} | |
{"timestamp":"2024-08-09T11:42:49.026539254Z","level":"TRACE","service":"mattermost-communication-service","thread":"http-nio-8080-exec-76","logger":"org.zalando.logbook.Logbook","traceId":"0000000000000000c200e8da8890de4c","spanId":"687f836f0ff3e602","message":"Incoming Request: cd2389e62abc24aa\nRemote: 93.123.221.32\nGET https://mattermost-communication-service-edcore-mattermost-communi-cut.sbed.site/mattermost-communication-service/api/v1/openid-connect/auth-without-redirect HTTP/1.1\naccept: */*\naccept-encoding: gzip, deflate, br\nAuthorization: XXX\ncontent-length: 178\ncontent-type: application/json\ncookie: XXX\nhost: mattermost-communication-s |
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
curl -v --location 'https://mattermost-communication-service-edcore-mattermost-communi-cut.sbed.site/mattermost-communication-service/private/api/v1/mattermost/team/productEntityIdtestone/add/user/batch' \ | |
--header 'Content-Type: application/json' \ | |
--header 'Cookie: MMAUTHTOKEN=nwzdeac8bjd15j3gpp7hxzmcbo; MMUSERID=7c5ccc3a6e3f47cb9503ae1c42; access_token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJfei1ud3JRRm1xTDBuaDlWcG5VYlBwUzhjX0xYMjJiNzlTdjVBbVMtdGFFIn0.eyJleHAiOjE3MjMxMTU5OTIsImlhdCI6MTcyMzAyOTU5MiwianRpIjoiYjI3MDI2ODYtYzRhZC00NjE2LTk0NTItOWE1YmViZjZiZmNjIiwiaXNzIjoiaHR0cDovL2tleWNsb2FrLXB2LmVkY29yZS1rZXljbG9hay1wdi1kZXYuc3ZjOjgwODAvYXV0aC9yZWFsbXMvZWR1dG9yaWEiLCJzdWIiOiI3YzVjY2MzYS02ZTNmLTQ3Y2ItOTUwMy1hZTFjNDJjZWMxNmQiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJ0b2tlbi1jbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiMzg1MTk1N2YtYWIwYi00Y2Q4LWE5ZTYtMzc1NjIwMDg5OWQ1Iiwic2NvcGUiOiIiLCJzaWQiOiIzODUxOTU3Zi1hYjBiLTRjZDgtYTllNi0zNzU2MjAwODk5ZDUiLCJ1c2VyIjp7Im9yZ2FuaXphdGlvbklkIjoiZWM1MzI1N2EtZGU2MC00NGUzLThmNzYtYzYwMTUzM2Q4ZTNiI |
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
curl -v --cookie "access_token=eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJfei1ud3JRRm1xTDBuaDlWcG5VYlBwUzhjX0xYMjJiNzlTdjVBbVMtdGFFIn0.eyJleHAiOjE3MjMxMTEzNTIsImlhdCI6MTcyMzAyNDk1MiwianRpIjoiZWU3NGJmNDQtN2RmMC00MmM1LThlZTItYmRhZGI4MGQ3Nzk0IiwiaXNzIjoiaHR0cDovL2tleWNsb2FrLXB2LmVkY29yZS1rZXljbG9hay1wdi1kZXYuc3ZjOjgwODAvYXV0aC9yZWFsbXMvZWR1dG9yaWEiLCJzdWIiOiJhNTE1ZjE1Ni1iMjliLTQ3ZDMtYTYzOS03YTRiMjM1YWZjNjgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiJ0b2tlbi1jbGllbnQiLCJzZXNzaW9uX3N0YXRlIjoiMTE2MzljZWQtZWU1Mi00NDY5LTkwMTMtYTU5NzhmMWNhODc1Iiwic2NvcGUiOiIiLCJzaWQiOiIxMTYzOWNlZC1lZTUyLTQ0NjktOTAxMy1hNTk3OGYxY2E4NzUiLCJ1c2VyIjp7Im9yZ2FuaXphdGlvbklkIjoiZWM1MzI1N2EtZGU2MC00NGUzLThmNzYtYzYwMTUzM2Q4ZTNiIiwic3BhY2VJZCI6ImU5YjdiYTdiLWJkYTAtNDM0OS04YmNmLTQ4NmI0NWU3ZmM2ZiIsInJvbGVzIjpbIlNUVURFTlQiXSwiaXNBZG1pbiI6ZmFsc2UsInVzZXJJZCI6ImE1MTVmMTU2LWIyOWItNDdkMy1hNjM5LTdhNGIyMzVhZmM2OCJ9fQ.HY5foOcy-1o5C6s66_XoLo7sD36DbVj8XtAyP5f3jEe_g9syZYT7xqzIQvb-MDcmdUaBpUVVWOqO84LhbgJFS2LA9zZnKoXhLH-rgu2F5-zdBmAVX5YIUy9Ti76klql4BW6UACS1jYV4FYEcox |