Skip to content

Instantly share code, notes, and snippets.

View full-sized avatar

アブリーフリーマン averyfreeman

View GitHub Profile
@averyfreeman
averyfreeman / bs-config.js
Created September 8, 2021 11:44
browser-sync bs-config.js that will end the document.write errors in devTools
View bs-config.js
'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,
@averyfreeman
averyfreeman / server-core-enable-remote-computer-management.txt
Last active March 23, 2023 20:02
Allow remote access of Computer Management to Windows Server Core from RSAT Server Manager
View server-core-enable-remote-computer-management.txt
Trying to remotely invoke `Computer Management` on newly installed Server Core instance invokes warning by default:
![COM+ and WMI closed to you](https://www.zubairalexander.com/blog/wp-content/uploads/2015/06/RemoteEventViewerAccess_01-860x520.png)
To enable `Computer Management` from remote Server Manager instance in Windows Server Core:
open regedit - type `regedit`, hit enter
@averyfreeman
averyfreeman / mongodb-in-systemd-container.md
Last active March 3, 2022 05:52
mongodb in a systemd container (systemd-nspawn/machinectl)
View mongodb-in-systemd-container.md
@averyfreeman
averyfreeman / create-and-mount-zvol-for-use-with-systemd-container.md
Last active March 3, 2022 05:04
create and mount a zvol for use with systemd-container
View create-and-mount-zvol-for-use-with-systemd-container.md