Attach to a running container:
docker exec -i -t <container> /bin/bash
Run networking tools:
docker run -d praqma/network-multitool --name netshoot
docker exec -it netshoot /bin/bash
Attach to a running container:
docker exec -i -t <container> /bin/bash
Run networking tools:
docker run -d praqma/network-multitool --name netshoot
docker exec -it netshoot /bin/bash
Create a tag | git tag -a 1.0.0 -m "First release" |
Delete a remote tag | git push --delete main 1.0.0 |
Remove all commit history and set the code as the only commit |
|
You can write an application that uses Event Sourcing using code like the asos-eventsourcing and SimpleEventStore.
However, you can take advantage of the built-in event sourcing capabilities of Durable Functions.
Settings > Interface > General > Close window on right-click: on
Settings > Disasters/Accidents > Vehicle breakdowns: none
Settings > Localisation > Speed units: Imperial (mpg)
Settings > World Generation > Road vehicles: Drive on left
Settings > Limitations > Vehicles never expire: on
Settings > Environment > Authorities > Allow buying exclusive transport rights: off
BRTrains v2
British Town Names
Whenever I loaded OpenTTD on a locked-down machine it raised the error
"Get an app to open this 'ms-gamingoverlay' link"
This was because Windows had detected a game had been loaded and started to invoke XBox Game features - such as the Game Bar and the ability to record video. However the PC was locked down through policy and these features were unavailable. Clicking on the "Browse Microsoft Store" link wouldn't work because the Windows Store was removed by policy.
This article helped.
Creating the DWORD registry key
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR\AppCaptureEnabled
and setting the value to 0 fixed it.