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

Block or report davisdre

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
davisdre/README.md

Hi 👋, I'm Drew

Veteran Advocate | Cloud Advocate | Open-Source Enthusiast

davisdre

davisdredotcom

  • 🔭 I’m currently working on azure-resume

  • 🌱 I’m currently learning Azure

  • 📝 I regularly write articles on my blog

  • 📫 How to reach me github@davisdre.com

  • ⚡ Fun fact I've earned Eagle Scout in Boy Scouts of America.

Blogs posts

Connect with me:

davisdredotcom davisdrew davisdredotcom https://blog.davisdre.me/feed.xml

Languages and Tools:

aws jekyll

Support:

davisdredotcom



 davisdre

Pinned

  1. azure-blog azure-blog Public

    My blog is built on Azure technologies

    SCSS

  2. azure-resume azure-resume Public

    My resume built on Azure technologies.

    CSS 8 5

  3. littlelink littlelink Public

    Forked from sethcottle/littlelink

    Docker version of LIttleLink, a lightweight DIY alternative to services like Linktree and many.link.

    CSS 15 10

  4. Linode-StackScript-Centos-WebPanel Linode-StackScript-Centos-WebPanel Public

    This is a Linode StackScript for CentOS Web Panel setup running CentOS 7.

    Shell 4 1

  5. Create a Linode via Linode-CLI in BA... Create a Linode via Linode-CLI in BASH and set to a variable to easily SSH into after creation.
    1
    # This will create a new linode and will put the public ipv4 into a variable.
    2
    NEW_LINODE_IPV4=$(linode-cli linodes create --root_pass --no-header --text --format "ipv4")
    3
    
                  
    4
    # Now let's ssh into our new linode.
    5
    ssh root@$NEW_LINODE_IPV4