Skip to content
View joshdvir's full-sized avatar

Block or report joshdvir

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. curl_and_push curl_and_push Public

  2. reflex reflex Public

    Forked from cespare/reflex

    Run a command when files change

    Go 1

  3. google-analytics-turbolinks google-analytics-turbolinks Public

    Use google analytics with turbo links

    Ruby 40 13

  4. vault-get vault-get Public

    Get a value from Vault

    Go 18 3

  5. twitch_proxy.md twitch_proxy.md
    1
    ## Livestreaming via PS4 / Xbox to a local RTMP server
    2
    
                  
    3
    Live stream from your PS4 / Xbox to a local computer running an RTMP server by intercepting the twitch.tv stream.
    4
    
                  
    5
    **Requirements**
  6. Install RabbitMQ on Amazon Linux Install RabbitMQ on Amazon Linux
    1
    yum install -y erlang
    2
    rpm --import https://www.rabbitmq.com/rabbitmq-signing-key-public.asc
    3
    wget https://www.rabbitmq.com/releases/rabbitmq-server/v3.5.6/rabbitmq-server-3.5.6-1.noarch.rpm
    4
    rpm -Uvh rabbitmq-server-3.5.6-1.noarch.rpm
    5
    chkconfig rabbitmq-server on