Please note - you may want to validate whether the options used affect your setup.
Create a new service file.
nano /etc/systemd/system/disable-offloading.service
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Contact</title> | |
| <meta charset="UTF-8"> | |
| <link rel="stylesheet" | |
| href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css"> | |
| </head> | |
| <body> |
| #! /bin/bash | |
| # | |
| # Diffusion youtube avec ffmpeg | |
| # Configurer youtube avec une résolution 720p. La vidéo n'est pas scalée. | |
| VBR="2500k" # Bitrate de la vidéo en sortie | |
| FPS="30" # FPS de la vidéo en sortie | |
| QUAL="medium" # Preset de qualité FFMPEG | |
| YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL de base RTMP youtube |
| #!/usr/bin/env bash | |
| set -o errexit | |
| set -o pipefail | |
| set -o nounset | |
| set -o xtrace | |
| PWD="$(pwd)" | |
| die () { |
| version: "3.9" | |
| services: | |
| traefik: | |
| image: "traefik:v2.4" | |
| container_name: "traefik" | |
| command: | |
| #- "--log.level=DEBUG" | |
| - "--api.insecure=true" | |
| - "--providers.docker=true" |
| #!/usr/bin/env bash | |
| set -o errexit | |
| set -o pipefail | |
| set -o nounset | |
| # set -o xtrace | |
| PWD="$(pwd)" | |
| die () { |
| // ==UserScript== | |
| // @name Add Saved Items to Cart | |
| // @namespace https://gist.github.com/beporter/ce76204bcba35d9edb66b395bb5e9305 | |
| // @version 0.5 | |
| // @description Repeatedly refresh a given "saved items" page (Amazon, Walmart, BestBuy), look for specific "Add to Cart" buttons, click them if present, and make a lot of noise on success. | |
| // @author https://github.com/beporter | |
| // @match https://www.amazon.com/gp/registry/wishlist/* | |
| // @match https://www.amazon.com/hz/wishlist/ls/* | |
| // @match https://www.bestbuy.com/cart | |
| // @match https://www.bestbuy.com/site/customer/lists/manage/saveditems |
Make a copy of your normal VLC Shortcut and paste this into it's Target under Properties and customize according to you're system and setup.
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="Game Capture HD60 S (Video) (#01)" :dshow-adev="Game Capture HD60 S (Audio) (#01)" :dshow-aspect-ratio="16:9" :dshow-audio-samplerate=48000 :dshow-audio-channels=2 :live-caching=0 :dshow-fps=60
| import requests | |
| import re | |
| import sys | |
| from multiprocessing.dummy import Pool | |
| def robots(host): | |
| r = requests.get( | |
| 'https://web.archive.org/cdx/search/cdx\ | |
| ?url=%s/robots.txt&output=json&fl=timestamp,original&filter=statuscode:200&collapse=digest' % host) |
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: