Skip to content

Instantly share code, notes, and snippets.

View nucleare's full-sized avatar
💭
I pull from you, don't pull from me, push your ways on me.

nucleare nucleare

💭
I pull from you, don't pull from me, push your ways on me.
  • Defordo Innovations
  • Irvine, CA
View GitHub Profile
@nucleare
nucleare / wordpress-apache-hardening.md
Created February 1, 2022 11:55 — forked from chesio/wordpress-apache-hardening.md
Some common rules to harden WordPress running on Apache webserver
@nucleare
nucleare / kkic-outlinenotes.md
Last active January 6, 2022 22:54 — forked from crittermike/outline.md
Difficult Conversations outline

K.K.I.C The 'Kindly Keep It Constructive' Outline

Notes on an outline Randomly discovered and forked from mikecrittenden/outline.md that inspired action and felt as if I had stumbled upon a useful and hidden gem of sorts, to motivate and help facilitate the long-held intention of manifesting useful guidance on tackling some of the more turbulent and esoteric conversations that contain subject matter sensitive to culturural differences, expectations, and other nuances found in a patriarchal and/or matriarchal systems (AKA talking to parents who may be unknowingly narcassistic in nature or operate as entitled parents) that would otherwise favor sufferring in silence over constructive conversation. It is thus a modified version intended to serve the needs of those of whom such a situation applies.


Step 1: Prepare by Walking Through the Three Conversations

1. Sort out What Happened.

@nucleare
nucleare / nginx_rtmp.conf
Last active January 1, 2021 15:34 — forked from pschichtel/nginx_rtmp.conf
A nginx configuration adding an RTMP server for collection of multiple streams from the local network It will be modified to add a number of other features in due time and was forked for preservation.
rtmp {
server {
listen 0.0.0.0:1935;
chunk_size 4096;
# The collection server, streaming allowed from standard local /16 subnets
# Stream to rtmp://<server ip>/collect/<stream key>