Skip to content
View bgoewert's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report bgoewert

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. CopyUserFiles CopyUserFiles Public archive

    This was made to copy important files and folders from a Windows user profile to be used on another Windows computer.

    Python 3 1

  2. Domain/hostname DNS resolution for i... Domain/hostname DNS resolution for iptables
    1
    #!/bin/bash
    2
    
                  
    3
    ##### Domain/Hostname Resolution for iptables #####
    4
    # This script performs a DNS query to get a list of IPs associated with a domain.
    5
    # You can then create a cron as root to be run however often your needs require.
  3. Install WordPress on Windows Subsyst... Install WordPress on Windows Subsystem for Linux (WSL2)
    1
    #!/bin/bash
    2
    
                  
    3
    # Install WordPress with defined preferences
    4
    
                  
    5
    # Works for the most part but you still need to add the domain to the hosts file.
  4. Italian-Moto-History Italian-Moto-History Public

    Website about the history, and related events, of the motocicletta. Originally built on a small HTC smartphone in 2016 while working a night shift. Re-made for my "Web Publishing" class (IS 139) at…

    HTML