Skip to content
View jessebarton's full-sized avatar

Block or report jessebarton

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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++ 89k 38.9k

  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"