Skip to content

Instantly share code, notes, and snippets.

@marcosscriven
marcosscriven / lxc_plex_intel_quicksync.md
Created November 17, 2022 12:27 — forked from packerdl/lxc_plex_intel_quicksync.md
Intel QuickSync passthrough to an unprivileged LXC container running plex.

Running Plex in an Unprivileged LXC with Intel QuickSync Passthrough

First setup an unprivileged Ubuntu container with Plex Media Server installed. Inside the container take note of the id of the plex group.

# Your Plex group's ID may be different
$ getent group plex | cut -d : -f3
998
@marcosscriven
marcosscriven / README.md
Created August 5, 2020 13:13 — forked from JesusFreke/README.md
Fusion 360 API Example: wrap sketch around surface

This is an example of using SurfaceEvaluator.getModelCurveFromParametricCurve in order to do a true wrap (not just a projection) of a 2D sketch onto a curved surface. This can be used, for example, to wrap text around a cylinder or even a sphere. It should be possible to map a sketch onto most any surface.