Skip to content
View kouk's full-sized avatar

Organizations

@longaccess

Block or report kouk

Report abuse

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

Report abuse

Pinned Loading

  1. node-injecting-proxy-poc node-injecting-proxy-poc Public

    Reverse proxy with HTML injection capabilities

    JavaScript

  2. precommit-bad-mocks precommit-bad-mocks Public

    pre-commit hook for bad mocks

    Python 1

  3. utils utils Public

    Convenient utilities (at least for me)

    Shell

  4. pyfields.py pyfields.py
    1
    $ python foo.py &
    2
    [1] 21377
    3
    $ gdb -p 21377
    4
    GNU gdb (GDB) Fedora 7.7.1-17.fc20
    5
    [... gdb loading messages ...]
  5. tmux synchronize-windows tmux synchronize-windows
    1
    # tmxsync: bring all windows as panes into one window and activate the "synchronize-panes" option
    2
    # tmxunsync: split all panes into different windows and deactivate the "synchronize-panes" option.
    3
    
                  
    4
    # Licence:
    5
    # To the extent possible under law I, Konstantinos Koukopoulos, have waived all copyright and related or neighboring rights to tmxsync.sh, as describe by the CC0 document:
  6. Route traffic via a k8s cluster, usi... Route traffic via a k8s cluster, using sshuttle
    1
    #!/bin/sh
    2
    
                  
    3
    HOST_PORT=30022
    4
    DRYRUN=
    5
    if [ "$1" = "-n" ] ; then