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.
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
; simply copy and paste lines 3 to 7 into notepad and then save and change the filetype to .reg then double click to have it | |
; add the lines for you. Otherwise, you will already know how to do it in other ways. If that doesn't fix it, read on.... | |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] | |
"BingSearchEnabled"=dword:00000000 | |
"AllowSearchToUseLocation"=dword:00000000 | |
; ----------------------------------------------------------------------------- |
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
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> |
Note: paths below assume subdirectory install in wordpress subdirectory and WordPress multi-environment configuration.
See: Why are there path disclosures when directly loading certain files?
Add the following to .user.ini (or similar):
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
pragma solidity ^0.6.6; | |
/* | |
* The following code has been posted to track the progression | |
* scammers have made in restructuring their lines of code to hide | |
* the various commands that would appear hidden to the untrained | |
* eye and is not intended to be used in any way that fosters or | |
* promotes the use of such a bot. There are lines yet to be iden- | |
* -tified online that are not covered by previous versions that | |
* review the tactics being used. Please share any findings you |