Skip to content
View kmatt's full-sized avatar
😐
😐
Block or Report

Block or report kmatt

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

  1. DuckDB over SSH DuckDB over SSH
    1
    """ 
    2
      Run DuckDB query on over SSH to avoid scanning full file set on a remote server,
    3
      and make results availble to local DuckDB process
    4
    """
    5
    
    
  2. Install Void Linux on WSL2 Install Void Linux on WSL2
    1
    # Based on https://gist.github.com/kmatt/71603170556ef8ffd14984af77ff10c5
    2
    # prompt ">" indicates Powershell commands
    3
    # prompt "$" are Linux shell commands
    4
    
    
    5
    # https://docs.microsoft.com/en-us/windows/wsl/install-win10