Skip to content
View jessebarton's full-sized avatar

Block or report jessebarton

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bitcoin/bitcoin bitcoin/bitcoin Public

    Bitcoin Core integration/staging tree

    C++ 87.5k 38.6k

  2. OpenBSD Unbound Config Example OpenBSD Unbound Config Example
    1
    server:
    2
      # log verbosity
    3
        verbosity: 1
    4
        interface: 0.0.0.0
    5
        interface: ::0
  3. zroot zfs backup script zroot zfs backup script
    1
    #!/bin/sh
    2
    
                  
    3
    current_day=$(date +"-%Y-%m-%d-00h07")
    4
    backup_snap=zroot/ROOT/default@zfs-auto-snap_daily$current_day
    5
    backup_filename=default@zfs-auto-snap_daily$current_day
  4. OpenBSD NSD Example Configuration OpenBSD NSD Example Configuration
    1
    server:
    2
            hide-version: yes
    3
            verbosity: 1
    4
            database: "" # disable database
    5
            ip-address: "NSD_SERVER_IP"