Skip to content
View FatGrizzly's full-sized avatar
💯
debian
💯
debian

Organizations

@InfinitzHost @VyperGroup @FreeVPS-org

Block or report FatGrizzly

Report abuse

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

Report abuse
fatgrizzly/README.md

Hi there 👋

  • 🔭 I’m currently studying.
  • 🌱 astroid dot gg
  • 💬 Ask me anything.
  • 📫 How to reach me: administrator at soundar dot net
  • 😄 Pronouns: He,Him.
  • ⚡ Likes: Debian,Litespeed,NGINX.

Pinned Loading

  1. lscfcaptcha lscfcaptcha Public

    Go 2

  2. byod-proxy byod-proxy Public

    BYOD with Caddy

  3. ripienaar/free-for-dev ripienaar/free-for-dev Public

    A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

    HTML 127k 13.3k

  4. blesta-support-pin blesta-support-pin Public

    Forked from webmastery/blesta-support-pin

    Assign clients a support PIN to use when making contact.

    PHP

  5. ss.sh ss.sh
    1
    #!/bin/bash
    2
    url="https://upload.catto.pictures/"
    3
    temp_file="/tmp/screenshot.png"
    4
    flameshot gui -r > $temp_file
    5
    image_url=$(curl --header "Authorization: ibrahimalhaha" --header "Domain: img.soundar.net" -X POST -F "image=@"$temp_file -v "$url" 2>/dev/null)