- Where do you want to mount things? Where is your endpoint?
- Where do you organize your equipment / tools
- How are you going to do this?
- Do you have rooftop access
- Is tehre an HOA or zoning issue
- BYOI is for the theory and the process and the concept wheras peoplesopen is the local implementation
This file contains hidden or 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
``` | |
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:10: error: package cam72cam.immersiverailroading.entity does not exist | |
import cam72cam.immersiverailroading.entity.EntityMoveableRollingStock; | |
^ | |
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:11: error: package cam72cam.mod.entity does not exist | |
import cam72cam.mod.entity.ModdedEntity; | |
^ | |
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:18: error: package trackapi.lib does not exist | |
import trackapi.lib.ITrack; | |
^ |
This file contains hidden or 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
``` | |
< AbyssalCraft-1.12.2-1.10.1.jar | |
--- | |
> AbyssalCraft-1.12.2-1.10.2.jar | |
19c19 | |
< BiomeTweaker-1.12.2-3.2.354.jar | |
--- | |
> BiomeTweaker-1.12.2-3.2.363.jar | |
31c31,32 | |
< CommonCapabilities-1.12.2-2.4.6.jar |
This file contains hidden or 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
[23:11:04] [Client thread/WARN] [jei]: Mod added a tree entry after memory optimization! | |
java.lang.UnsupportedOperationException: null | |
at it.unimi.dsi.fastutil.chars.AbstractChar2ObjectFunction.put(AbstractChar2ObjectFunction.java:119) ~[fastutil-7.1.0.jar:?] | |
at mezz.jei.suffixtree.Node.addEdge(Node.java:124) [Node.class:?] | |
at mezz.jei.suffixtree.GeneralizedSuffixTree.update(GeneralizedSuffixTree.java:335) [GeneralizedSuffixTree.class:?] | |
at mezz.jei.suffixtree.GeneralizedSuffixTree.put(GeneralizedSuffixTree.java:166) [GeneralizedSuffixTree.class:?] | |
at mezz.jei.ingredients.IngredientFilter.addIngredient(IngredientFilter.java:119) [IngredientFilter.class:?] | |
at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:277) [IngredientRegistry.class:?] | |
at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:222) [IngredientRegistry.class:?] | |
at mezz.jei.ingredients.IngredientRegistry.add |
This file contains hidden or 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
local ichos = require("ichos") | |
local const = require("ichos_constants") | |
for i=0, 12, 1 do | |
luup.call_action(const.SID_SONOS, "PlayURI", | |
{URIToPlay="x-file-cifs://nas/tunez/effects/Wilhelm-Scream.mp3", Volume=25}, | |
ichos_util.sonos_id(const.ZONES[math.random(4)]['Name'])) | |
luup.sleep(250) | |
end |
This file contains hidden or 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
# -*-YAML-*- | |
secrets: | |
- aws_file: "aws.yml" | |
mount: "aws" | |
region: "us-east-1" | |
roles: | |
- name: "bla" | |
arn: "arn:aws:iam::aws:policy/AdministratorAccess" |
This file contains hidden or 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
# -*-YAML-*- | |
secrets: | |
- files: | |
- source: 'secret.txt' | |
name: 'secret' | |
mount: 'foo' | |
path: 'bar' | |
state: 'absent' | |
- files: | |
- source: 'secret.txt' |
This file contains hidden or 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
$ aomi extract_file foo/bar/secret /tmp/garbage | |
$ cat /tmp/garbage | |
ayyyyy | |
$ aomi environment foo/bar | |
FOO_BAR_SECRET=ayyyyy | |
$ aomi environment foo/bar --no-merge-paths | |
SECRET=ayyyyyy | |
$ aomi environment foo/bar --key-map secret=not_secret \ | |
--no-merge-paths | |
NOT_SECRET=ayyyyy |
This file contains hidden or 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
# -*-YAML-*- | |
secrets: | |
- generated: | |
mount: 'foo' | |
path: 'bar' | |
keys: | |
- name: 'secret' | |
method: 'uuid' |
This file contains hidden or 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
# -*-YAML-*- | |
secrets: | |
- var_file: 'secrets.yml' | |
mount: 'foo' | |
path: 'bar' |
NewerOlder