Skip to content

Instantly share code, notes, and snippets.

@dyindude
dyindude / escgrave.sc
Created October 1, 2020 17:47
soarer's converter poker-like escgrave key
remapblock
ESC BACK_QUOTE
BACK_QUOTE ESC
endblock
macroblock
macro ESC SHIFT
PUSH_META CLEAR_META ALL
SET_META LSHIFT
PRESS BACK_QUOTE
POP_ALL_META
@dyindude
dyindude / nginx-docker-compose.yml
Last active December 14, 2018 17:14
pihole configuration
#nginx/docker-compose.yml
version: '2'
services:
nginx-proxy:
image: jwilder/nginx-proxy
container_name: nginx-proxy
restart: always
networks:
- webapps
ports:
@dyindude
dyindude / cfssl_certificate.py
Created July 21, 2018 05:34 — forked from ianunruh/cfssl_certificate.py
Ansible module for generating SSL certs from cfssl
#!/usr/bin/env python
import json
import os
import requests
def main():
module = AnsibleModule(
argument_spec=dict(
cert_path=dict(required=True),

Livestreaming via PS4 / Xbox to a local RTMP server

Live stream from your PS4 / Xbox to a local computer running an RTMP server by intercepting the twitch.tv stream.

Requirements

  • DD-WRT enabled Router (or router with iptables compatibility)
  • nix Envirment
  • nginx with the nginx-rtmp-module
@dyindude
dyindude / rdp.md
Last active June 5, 2018 14:07
zsh global alias for grabbing current packer rdp port
alias -g PACKER_RDP='$(netstat -anlp |& grep 127.0.0.1:59 | tr -s " " | cut -d " " -f 4)'
rdesktop-vrdp PACKER_RDP
@dyindude
dyindude / bumpme
Last active February 20, 2018 14:33
concourse tutorial
Tue Feb 20 14:33:34 UTC 2018