docker run --rm -it -v ~/.aws:/root/.aws amazon/aws-cli configure
# Own stuff | |
# Functions | |
tcpall () { | |
nmap -sV -sC -p- -oN $1_tcp_all.txt $1 | |
} | |
udpall () { | |
sudo nmap -sV -sC -sU -oN $1_tcp_all.txt $1 | |
} |
import requests
import json
import time
users = [
{
"email": "[email protected]",
"password": "password"
version: '3' | |
services: | |
registry-api: | |
image: registry:2 | |
container_name: registry-api | |
ports: | |
- 5000:5000 | |
restart: always | |
volumes: |
version: '3' | |
services: | |
elasticsearch: | |
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.1 | |
container_name: elastic_search | |
environment: | |
- node.name=es01 | |
- discovery.type=single-node | |
- http.cors.enabled=true | |
- http.cors.allow-origin=http://localhost:1358,http://127.0.0.1:1358 |
Only one client in the network had a bad internet speed. Searched a lot. A hope this helps someone.
Open Powershell as administrator
Input: netsh int tcp show global