Skip to content
View hoggren's full-sized avatar
💾
💾
Block or Report

Block or report hoggren

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. digitalocean-ddns digitalocean-ddns Public

    A minimal DNS record changer with as few dependencies as possible. Run on a schedule on your machine with dynamic IP to keep the DNS record updated. No unnecessary API calls. No hastle.

    JavaScript 1

  2. bt-util bt-util Public

    Command-line bluetooth utility for macOS in Swift

    Objective-C 2

  3. Unload OSX / macOS smartcard driver Unload OSX / macOS smartcard driver
    1
    #!/bin/bash
    2
    #
    3
    # Unload OSX / macOS smartcard driver
    4
    # Useful for libnfc
    5
    #
  4. Bootable usb flash drive for MacOS Bootable usb flash drive for MacOS
    1
    #!/bin/bash
    2
    # Usage: ./bootable_usb4mac.sh /dev/rdiskX isofile.iso
    3
    # Writing to /dev/rdiskX requires root privilegies, and rdisk is FASTER
    4
    # https://superuser.com/questions/631592/why-is-dev-rdisk-about-20-times-faster-than-dev-disk-in-mac-os-x/631601
    5
    USBDISK=$1
  5. WSL LSCOLORS - Nice colors for files... WSL LSCOLORS - Nice colors for files and directories when browsing around in Windows files.
    1
    # Usage intendended for WSL. Add following row to your .zshrc, .bashrc, or what shell you are using.
    2
    # Try which variant suites your terminal best! :)
    3
    # Author: Patrik Höggren <p@hoggren.nu> 
    4
    #
    5
    # Type 1:
  6. pi-physical-button-trigger pi-physical-button-trigger Public

    Run any command on a Raspberry Pi with the press on a button

    Python