Skip to content

Instantly share code, notes, and snippets.

View t5r7's full-sized avatar
✌️

Thomas R. t5r7

✌️
  • Portsmouth, Birmingham
  • 07:11 (UTC +01:00)
View GitHub Profile
@ryck
ryck / config.gateway.json
Created January 7, 2021 16:26
USG + Sky
{
"interfaces": {
"ethernet": {
"eth0": {
"address": ["dhcp"],
"dhcp-options": {
"client-option": [
"retry 60;",
"send dhcp-client-identifier "bacons";"
],
@DanOffDiscord
DanOffDiscord / Why I was Demoted on Novus Community.md
Last active December 24, 2021 23:15
This gist explains why I was demoted on Novus Community.

Why I was demoted on Novus Community

Hey, in short, I'll be explaining why I was demoted on Novus Community and the full story behind it. It's pretty long and repetitive in parts, so be prepared.

Sorry this is a little late, I've just not been bothered to do it, as I thought it would have probably started drama, and we have enough of that as it is, but so many people want to know, so this is the easiest way to answer people's questions.

At the start

At the start of Novus, I was an Admin+ (now named Supervisor), and it was great, I was getting some great feedback from the community and everything seemed nice, and within a couple of months, I replaced Haden as a Manager, since he left. Now, this is when stuff was at it's best point, it was almost like the time of my life, everybody loved me, and I was getting along with the Management team really well. However, something changed.

One night, there was a vote for Regan to become Manager, and it went in his favour. I'll be honest, I had my dou

@schmich
schmich / ducky.md
Last active April 5, 2024 14:20
Programming media keys on the Ducky One 2 Skyline

Programming Media Keys on the Ducky One 2 Skyline

To use media keys on the Ducky One 2 Skyline, you must record a macro to bind the media function to a hotkey combination, i.e. Fn plus some key.

Example

Important: In the instructions below, "Press X+Y+Z" means press and hold key X, press and hold key Y, press and hold key Z in that order, and then release all three.

As an example, to bind Fn+PgUp to the play/pause media function:

@hazcod
hazcod / apache-plex-reverse-proxy.vhost
Last active December 9, 2023 19:02
Apache2 reverse proxy vhost configuration for Plex. Rerquires modules ssl, proxy, wstunnel
This current configuration is based of at least Server Version 1.16.5.1488 and Web Version: 3.108.2.
This updated config file allows the playing of trailers and TV Show theme music where as the previous one did not.
## Requirements
1. Apache version > 2.4
2. A bunch of mod's enabled (proxy, ssl, proxy_wstunnel, http, dir, env, headers, proxy_balancer, proxy_http, rewrite)
3. Protocols h2 http/1.1 needs apachectl -V 2.4.17 and higher...
## Apache .conf file