title | author | date |
---|---|---|
mongodb in systemd-container |
averyfreeman |
2022-03-01 |
View bs-config.js
This file contains 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
'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, |
View server-core-enable-remote-computer-management.txt
This file contains 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
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 |
View mongodb-in-systemd-container.md
View create-and-mount-zvol-for-use-with-systemd-container.md
title | author | date |
---|---|---|
btrfs zvol for systemd-container |
averyfreeman |
2022-03-02 |