Trying to remotely invoke Computer Management
on newly installed Server Core instance invokes warning by default:
To enable Computer Management
from remote Server Manager instance in Windows Server Core:
open regedit - type regedit
, hit enter
# did docker compose down --rmi all beforehand | |
➜ avery workshop vitualenv:(.venv) docker container ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
➜ avery workshop vitualenv:(.venv) docker compose up --build | |
[+] Running 21/21 | |
✔ pgadmin Pulled 13.2s | |
✔ 540db60ca938 Already exists 0.9s | |
✔ 703171bdeac3 Pull complete 3.9s |
``` | |
wiz = ["Wizard",70,150] | |
elf = ["Elf",70,100] | |
hum = ["Human",150,20] | |
dragon = ["Trump",300,150] | |
print("Welcome to Function Scope Issue Example!") | |
print( | |
f"1) {wiz[0]}\n" |
'use strict'; | |
// var fallback = require('connect-history-api-fallback'); | |
// var log = require('connect-logger'); | |
/* | |
| For up-to-date information about the options: | |
| http://www.browsersync.io/docs/options/ | |
*/ | |
module.exports = { | |
port: 8085, | |
injectChanges: true, |