This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server:
| FEMALE ANNOUNCER | |
| Evacuation... | |
| (waiting) | |
| Complete! The cryogenic state of | |
| Austin Powers is now completed. | |
| Austin lies in a bed tilted up in an extreme angle � la Dr. | |
| Frankenstein's lab. NURSE TECHNICIANS administer injections | |
| and monitor electrodes, IV's, and other biological sensors. |
| <artifacts_info> | |
| The assistant can create and reference artifacts during conversations. Artifacts are for substantial, self-contained content that users might modify or reuse, displayed in a separate UI window for clarity. | |
| # Good artifacts are... | |
| - Substantial content (>15 lines) | |
| - Content that the user is likely to modify, iterate on, or take ownership of | |
| - Self-contained, complex content that can be understood on its own, without context from the conversation | |
| - Content intended for eventual use outside the conversation (e.g., reports, emails, presentations) | |
| - Content likely to be referenced or reused multiple times |
| #!/usr/bin/env python | |
| # | |
| # extracts and parse BackupKeyBag | |
| # | |
| # 2017.02.04 darell tan | |
| # | |
| # Update 2024.06.11 Jasper | |
| import plistlib | |
| import struct |
| // For Rust 2021 | |
| use std::fs; | |
| use std::iter::zip; | |
| static STEAMCLIENT_FILE_PATH: &str = "./steamclient.so"; | |
| static FUNCTION_OFFSETS_STRING: &str = "SharedLibraryLockStatus: | |
| 00244530: 55 89 e5 57 56 8d .. .. .. .. .. 53 e8 .. .. .. | |
| 00244540: .. 81 c3 .. .. .. .. 81 ec c4 00 00 00 89 bd 48 |
This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server:
| #!/bin/bash | |
| # This script is used to set up Python + CUDA-enabled PyTorch on a | |
| # Lambda Labs VM. | |
| PYTHON_VERSION=3.10 | |
| DEBIAN_FRONTEND=noninteractive | |
| while getopts "v:" opt; do | |
| case ${opt} in |