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

Block or report maxwellb

Report abuse

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

Report abuse

Pinned Loading

  1. Universal Python venv wrapper Universal Python venv wrapper
    1
    ```
    2
    $ ln -s /opt/work/my-env/../../../usr/local/bin/within-venv.sh /opt/within-my-venv && ln -s /opt/within-my-venv /usr/local/bin/mytool
    3
    $ mytool     # runs in /opt/work/my-venv
    4
    ```
  2. PowerShell docker wrapper to a Hyper... PowerShell docker wrapper to a Hyper-V VM
    1
    ```
    2
    PS C:\tmp> invoke-vmssh -command "uname -a" -username $env:defaultVmUser -vmname $env:defaultVmName
    3
    Linux debianvm 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64 GNU/Linux
    4
    PS C:\tmp> docker info | grep Server
    5
    Server Version: 18.09.1
  3. PowerShell-LsView PowerShell-LsView Public

    PowerShell