Данный способ позволяет прошить Sync3 по USB, даже если он был полностью окирпичен 🧱. При этом не требуется припаивать ни картридер, ни какие-либо другие провода. Единственное что нужно, так это разобрать плату и замкнуть два контакта.
This file contains 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
<!DOCTYPE html> | |
<!-- saved from url=(0187)https://v2.zopim.com/widget/livechat.html?api_calls=%5B%5B%22departments.filter%22%2C%5B%22%22%5D%5D%5D&hostname=support-ebay.packlink.com&key=3rDR8s0Ip0l4cxHVgTYGRXLyhBWCsdRb&lang=en-gb& --> | |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<title>support</title> | |
<meta name="HandheldFriendly" content="True"> | |
<meta name="MobileOptimized" content="320"> | |
<meta http-equiv="cleartype" content="on"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,user-scalable=no"> | |
<meta name="robots" content="noindex"> | |
<link rel="icon" type="image/png" href="https://v2.zopim.com/dashboard/images/favicon.ico"> |
This file contains 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
# FILE - /opt/nginx-proxy/vhost.d/app.domain.tld_location e.g sonarr.cloubox.com_location | |
auth_request /auth-2; | |
# optional failsafe basic auth | |
satisfy any; | |
auth_basic "Failsafe Authentication"; | |
auth_basic_user_file /path/to/htpasswd; | |
## Full group list |
This file contains 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
#EXTM3U | |
#EXTINF:-1,Sky Sports Box Office HD | |
http://fhdiptv3.ddns.net:8080/live/livetv/livetv/74119.ts | |
#EXTINF:-1,Sky Sports Box Office HD (Backup-1) | |
http://188.93.238.184:8000/live/snet/snet//74119.ts | |
#EXTINF:-1,Sky Sports Main Event HD | |
http://188.93.238.184:8000/live/snet/snet/36512.ts | |
#EXTINF:-1,Sky Sports Main Event SD | |
http://188.93.238.184:8000/live/snet/snet/37954.ts | |
#EXTINF:-1,Sky Sports Main Event (Backup-1) |
This file contains 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
#EXTM3U | |
#EXTINF:-1,US CBS Sports | |
http://188.93.238.184:8000/live/snet/snet/37815.ts | |
#EXTINF:-1,US FOX SPORTS 1 HD | |
http://188.93.238.184:8000/live/snet/snet/37800.ts | |
#EXTINF:-1,US FOX SPORTS 2 HD | |
http://188.93.238.184:8000/live/snet/snet/37811.ts | |
#EXTINF:-1,US Sports Net Ontario HD | |
http://188.93.238.184:8000/live/snet/snet/37814.ts | |
#EXTINF:-1,US Sports Net World HD |
This file contains 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
#Upstream to Plex | |
upstream plex_backend { | |
server 192.168.1.2:32400; | |
keepalive 32; | |
} | |
server { | |
listen 80; | |
#Enabling http2 can cause some issues with some devices, see #29 - Disable it if you experience issues |
This file contains 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
<html lang="en"> | |
<head> | |
<title>Site Blocked!</title> | |
<style> | |
@charset "utf-8"; | |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,200); | |
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css); | |
/* This construction page is created by Rafael De Jongh. | |
** This code is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. | |
Content Table: |
This file contains 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
<style> | |
.overflowhider { | |
height: 228px; | |
overflow: hidden; | |
} | |
@media only screen and (max-width: 800px) { | |
#netdatacustom { | |
display:none; | |
} |
This file contains 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
<style> | |
.overflowhider { | |
height: 228px; | |
overflow: hidden; | |
} | |
@media only screen and (max-width: 800px) { | |
#netdatacustom { | |
display:none; | |
} |
This file contains 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
<style> | |
.overflowhider { | |
height: 200px; | |
overflow: hidden; | |
} | |
#discordwidget { | |
left: -10px; | |
position: relative; | |
height: calc(200px + 230px); |
NewerOlder