8000 mcgheee (Erick McGhee) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View mcgheee's full-sized avatar

Highlights

  • Pro

Block or report mcgheee

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

    Script to Monitor DHCP Servers for leases assigned to a list of specified MACs.

    PowerShell 1

  2. UmbrellaHole UmbrellaHole Public

    De-filter DNS

    PowerShell 1

  3. MyDotFiles MyDotFiles Public

    My personal linux config files

    Shell

  4. SubnetSurvey SubnetSurvey Public

    Powershell Script to serve as IPAM

    PowerShell

  5. Perform compression & decompression ... Perform compression & decompression benchmarking on a file using multiple formats
    1
    #!/bin/bash
    2
    
                  
    3
    sourcefile=$1
    4
    
                  
    5
    # Get amount of space used by source file & double it in human readable format
  6. Check for 777 permissions on directo... Check for 777 permissions on directories in linux file systems & mail report
    1
    #!/bin/bash
    2
    
                  
    3
    # Script to check lustre subdirs for 777 perms. 
    4
    # Note: Does not check files.
    5
    
                  
0