Skip to content
View systemswizard's full-sized avatar

Highlights

  • Pro

Block or report systemswizard

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. searches a mac for .DS_Store directo... searches a mac for .DS_Store directories and fails if any are found and returns a multi-line output if there are more than one found
    1
    #!/bin/bash
    2
    # macos-util-find-DS_Store.sh inspired by https://github.com/krypted/DS_Store_Folders
    3
    # searches a mac for .DS_Store directories and fails if any are found and returns a multi-line output if there are more than one found
    4
    # https://gist.github.com/systemswizard
    5
    
                  
  2. Uninstalls FortiClient and its compo... Uninstalls FortiClient and its components - Tested on FortiClient SSL Client 6.x-7.1.x
    1
    #!/bin/sh
    2
    # macos-uninst-forticlient.sh
    3
    # https://gist.github.com/systemswizard
    4
    # Uninstalls FortiClient and its components - Tested on FortiClient SSL Client 6.x-7.1.x
    5
    
                  
  3. docker-gh-actions-runner docker-gh-actions-runner Public

    Github Actions Runner Docker Image

    Dockerfile

  4. docker-hugo docker-hugo Public

    Hugo Docker Image

    Dockerfile