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

Block or report Rvolvr

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

  1. Discord Webhook Logs Discord Webhook Logs
    1
    #!/bin/bash
    2
    
    
    3
    # Use: ./log-to-discord.sh <LogFilePath> <DiscordWebHook> <LogKeyword>
    4
    
    
    5
    tail -n0 -F "$1" | while read LINE; do
  2. BitBurnerScripting BitBurnerScripting Public

    This is my dive into JavaScript Learning. Hopefully this will be worth it.

    JavaScript

  3. Powershell_AD_Scripts Powershell_AD_Scripts Public

    This will be my non-domain specific PowerShell scripts which could be helpful to local IT as a base to start from.

    PowerShell

  4. Tenable_Updaters Tenable_Updaters Public

    Remote into other machines for updating. The base script will reach out to the NetBios name in a Tenable export CSV, then test pathing. If successful, the script process the issue.

    PowerShell 1