Skip to content
View daveschafer's full-sized avatar
๐Ÿšดโ€โ™€๏ธ
Fast Forward
๐Ÿšดโ€โ™€๏ธ
Fast Forward
Block or Report

Block or report daveschafer

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. NUC10i7FN-WindowsServer NUC10i7FN-WindowsServer Public

    Custom Drivers for NUC10i7FN on Windows Server 2016/2019

    10 9

  2. PRENEX39 PRENEX39 Public

    PREN FS19

    Jupyter Notebook 2

  3. dockerized-kdbx dockerized-kdbx Public

    Dockercompose example to secure and dockerize your Keepass Environment

    Shell 1

  4. mysql-backup-posh mysql-backup-posh Public

    MySQL DB Backup with PowerShell

    PowerShell

  5. Posh-FortiGate6 Posh-FortiGate6 Public

    PowerShell Module to manage, backup and configure FortiGate Firewalls

    PowerShell

  6. dkdbx-latest.sh dkdbx-latest.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if sudo is used
    4
    if [ "$(id -u)" != 0 ]; then
    5
        echo 'Sorry, you need to run this script with sudo'