Skip to content
View bitdruid's full-sized avatar
🌲
🌲
  • free state of bavaria
  • Azeroth

Block or report bitdruid

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. python-wayback-machine-downloader python-wayback-machine-downloader Public

    Query and download archive.org as simple as possible.

    Python 36 3

  2. smtpsurfer smtpsurfer Public

    HTTP-Proxy via SMTP-Mail tunnel

    2

  3. bash-terminal-tracking bash-terminal-tracking Public

    Conceptual work to track and log bash shell during forensic investigation.

    Python

  4. chainmerger chainmerger Public

    merge chainalysis's exported transaction csv files into one xlsx file with separate sheets per exchange

    Python

  5. Simple samba installation for raspbe... Simple samba installation for raspberry pi for fast file exchange e.g. after a new installation. Configures /home/pi/samba as a samba share.
    1
    #!bin/bash
    2
    
                  
    3
    # install samba
    4
    sudo apt -qq update && sudo apt -qq install -y samba
    5
    sudo systemctl enable --now smbd nmbd
  6. run to activate buildx for docker on... run to activate buildx for docker on host
    1
    export DOCKER_CLI_EXPERIMENTAL=enabled
    2
    docker run --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d
    3
    docker buildx create --use --name multi-platform-builder