

New rule: only six tall people allowed per flight.
New rule: only six tall people allowed per flight.
It’s not ”leaving bitlocker off”, though. It’s ”be aware about it and turn bitlocker off manually” since it’s enabled by default in the latest updates.
Probably neither, seeing as it was most likely not written in English but OP translated it for your benefit.
I go the other way. I have linux installed pretty much just to run docker and qemu running windows with iommu passthrough. The performance hit is negligible, and with docker context
you can run docker-cli and devcontainers and stuff in the windows vm like native.
Coal exist in the earth because back then the bacteria who could break down lignin and cellulose hadn’t evolved, so dead trees had the time they needed to compress. There are such bacteria around now, though, and that means there will never be any new natural coal.
You should be able to just expose port 8080 from novnc
and be good to go, I guess.
And then you don’t need the networks
stuff either.
Pinging @nimmo@lem.nimmog.uk so you see I have replied with a compose file… Maybe, not sure how lemmy works yet…
version: "3.0"
networks:
web:
external: true
services:
prusaslicer:
image: keyglitch/prusaslicer
volumes:
- share:/home/slic3r/share:z
- ./slic3r:/home/slic3r
depends_on:
- novnc
environment:
DISPLAY: novnc:0.0
WIDTH: 1920
HEIGHT: 1080
entrypoint: ""
command:
- /bin/sh
- -c
- /bin/sleep 3 && /Slic3r/slic3r-dist/prusa-slicer
novnc:
image: theasp/novnc:latest
networks:
web:
default:
environment:
RUN_XTERM: "yes"
RUN_FLUXBOX: "yes"
DISPLAY_WIDTH: 1920
DISPLAY_HEIGHT: 1080
labels:
traefik.enable: true
traefik.docker.network: web
traefik.http.routers.slicer.rule: Host(`slicer.myurl.com`)
traefik.http.routers.slicer.tls.certResolver: le
traefik.http.routers.slicer.middlewares: auth@file
You’ll have to add something to be able to transfer files to the share
volume separately. I use machines/filestash
and dperson/samba
.
Commenting so I’ll be able to find my way back here to post my docker compose for this when I’m back at my computer.
I usually say: start by removing all frontend resources - especially anything with my name on it - and see if it fixes things.
Vi Hart made a video about this years ago. The number of spirals going right and left on a pineapple are always two consecutive numbers in the Fibonacci sequence. But in Spongebob there are six going both ways. It’s all a lie! Wake up sheeple!