Skip to content
View HumbleSpirit's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report HumbleSpirit

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. List all AWS availability zones in a... List all AWS availability zones in all regions
    1
    aws ec2 describe-regions --query "Regions[].[RegionName]" --out text | xargs -I{} aws --region {} ec2 describe-availability-zones --query "AvailabilityZones[].ZoneName" --out text
  2. angristan/openvpn-install angristan/openvpn-install Public

    Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.

    Shell 13.2k 2.9k

  3. openvpn-install openvpn-install Public

    Forked from angristan/openvpn-install

    Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.

    Shell

  4. curlconverter curlconverter Public

    Forked from curlconverter/curlconverter

    convert curl commands to python, javascript, php

    JavaScript