Skip to content
View spawnmarvel's full-sized avatar
💭
sudo ufw enable
💭
sudo ufw enable

Block or report spawnmarvel

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. quickguides quickguides Public

    quickguides, markdown, nutshell reference (some are quick(pdf's), others are not so quick)

    Python 1

  2. azure-functions azure-functions Public

    Testing and learning Azure functions

    Python

  3. learning-docker learning-docker Public

    Testing and learning Docker with Azure

    Python

  4. linux-and-azure linux-and-azure Public

    Moved from https://github.com/spawnmarvel/azure-automation

    Bicep

  5. Url encode in Python Url encode in Python
    1
    import urllib.parse
    2
    # abcde/fghi+jklmn=opq
    3
    # abcde%2Ffghi%2Bjklmn%3Dopq
    4
    inp = "abcde/fghi+jklmn=opq"
    5
    print(inp)
  6. Check certificate Check certificate
    1
    # modified
    2
    
                  
    3
    $fqdn = "xxxx.servicebus.windows.net" 
    4
    $port = 443
    5