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
; Script Requires a powershell extension | |
; https://www.powershellgallery.com/packages/AudioDeviceCmdlets/3.1.0.2 | |
; https://github.com/frgnca/AudioDeviceCmdlets | |
; Configuration | |
global logMessages2File := true | |
; Declare global variables for the original Playback and Recording device indices | |
global originalPlayback := "" | |
global originalRecording := "" |
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
<?php | |
declare(strict_types=1); | |
namespace Tarach; | |
/** | |
* Based of https://gist.github.com/magnetikonline/650e30e485c0f91f2f40 | |
*/ | |
class DumpHTTPRequestToFile | |
{ |
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
socat TCP-LISTEN:2376,reuseaddr,fork UNIX-CONNECT:/run/docker.sock |