Skip to content
View osborn566's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report osborn566

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. afterinstall.sh afterinstall.sh
    1
    #!/bin/bash
    2
    # Date: 14th Sep 2023 
    3
    # Author: Michael Gomes
    4
    # Use: Script to download required softwares in Linux OS
    5
    
                  
  2. DVWA_Install DVWA_Install
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if the script is running with root privileges
    4
    if [ "$EUID" -ne 0 ]; then
    5
        echo "Please run this script as root."
  3. Programming-100-Fundamentals Programming-100-Fundamentals Public

    TCM Security - Programming 100 Fundamentals Notes

    HTML