зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 04:44:18 +02:00
m
Этот коммит содержится в:
родитель
2130c59b80
Коммит
8b70b6601a
2
devops/cloud/aws/docs/training.txt
Обычный файл
2
devops/cloud/aws/docs/training.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://aws.amazon.com/training/
|
||||
https://aws.amazon.com/training/digital/
|
||||
4
hw/glue/pva.txt
Обычный файл
4
hw/glue/pva.txt
Обычный файл
@ -0,0 +1,4 @@
|
||||
2025
|
||||
HandsFromShoulders - How Bank of PWA Destroyed Milliard Monopoly of 12:08
|
||||
https://www.youtube.com/watch?v=GZwvkmtSgpc
|
||||
! US Farben, Monsanta
|
||||
@ -34,3 +34,18 @@ CONTAINER_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddres
|
||||
# something like 172.17.0.2
|
||||
|
||||
ip route add default via <IP_CONTAINER> dev docker0
|
||||
|
||||
******************************************
|
||||
|
||||
docker bridge network does not support fixed ip-addresses
|
||||
docker network create \
|
||||
--subnet=192.168.1.0/24 \
|
||||
my_custom_network
|
||||
|
||||
docker run --rm -dit \
|
||||
--net my_custom_network \
|
||||
--ip 192.168.1.100 \
|
||||
--name my_container \
|
||||
nginx
|
||||
|
||||
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' my_container
|
||||
|
||||
@ -37,6 +37,7 @@ rules
|
||||
https://doc.lagout.org/network/inetdoc/Policy_Routing_in_Linux_ENG.pdf
|
||||
https://blog.scottlowe.org/2013/05/29/a-quick-introduction-to-linux-policy-routing/
|
||||
http://www.policyrouting.org/
|
||||
http://www.policyrouting.org/PolicyRoutingBook/ONLINE/CH05.web.html
|
||||
ip rule help
|
||||
man ip-rule
|
||||
|
||||
|
||||
@ -37,6 +37,8 @@ Na more - 2008
|
||||
https://www.youtube.com/watch?v=5XlJEqJKDZY
|
||||
|
||||
2025
|
||||
Metametrics - Gevorgyan - Siriya GB and Near East of 46:56
|
||||
https://www.youtube.com/watch?v=clmXZcHakmI
|
||||
ImportantTalks - Manucharov - Gevorgyan - Price of RU of 1:33:17
|
||||
https://www.youtube.com/watch?v=nV9zAEkgYo4
|
||||
INRPC - Gevorgyan - 9 May is a Special Union of People of 11:30
|
||||
|
||||
@ -8,3 +8,12 @@ https://www.starlette.io/
|
||||
|
||||
inst
|
||||
pip install "fastapi[standard]"
|
||||
|
||||
misc
|
||||
https://fastapi.tiangolo.com/tutorial/bigger-applications/#include-an-apirouter-with-a-custom-prefix-tags-responses-and-dependencies
|
||||
https://fastapi.tiangolo.com/reference/dependencies/
|
||||
https://fastapi.tiangolo.com/tutorial/dependencies/global-dependencies/
|
||||
https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-in-path-operation-decorators/
|
||||
https://fastapi.tiangolo.com/tutorial/dependencies/classes-as-dependencies/
|
||||
https://fastapi.tiangolo.com/reference/parameters/#fastapi.File
|
||||
https://medium.com/@johnidouglasmarangon/request-parameters-in-fastapi-8ba12ded1e5c
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user