Pinned Loading
-
homebrew-cask
homebrew-cask PublicForked from Homebrew/homebrew-cask
🍻 A CLI workflow for the administration of macOS applications distributed as binaries
Ruby
-
headlines
headlines PublicGrabs top headlines from NYT, Guardian (U.S.), AJ: English, and WaPo, and displays them as links in a plain HTML page
Python
-
batch dig script for unbound
batch dig script for unbound 1#!/bin/bash23# A dumbed-down version of dig-dug by crunchprank, sans csv logging.4# (A mass domain DiG script.)5 -
script for unbound DNS - check total...
script for unbound DNS - check total cache hits/misses and ratio 1#!/bin/bash23MISSES=$(unbound-control stats_noreset | grep total.num.cachemiss | grep -Eo '[0-9]{1,8}')4HITS=$(unbound-control stats_noreset | grep total.num.cachehits | grep -Eo '[0-9]{1,8}')5PERCENT=$(echo "scale=4; (($MISSES / ($MISSES + $HITS) * 100))" | bc | awk ' sub("\\.*0+$","") ') -
A tweaked clone of obihann's macOS i...
A tweaked clone of obihann's macOS implementation of archey 1#!/bin/bash23# A tweaked clone of obihann's macOS implementation4# of archey (https://github.com/obihann/archey-osx/).5 -
installs mas, homebrew/cask & apps
installs mas, homebrew/cask & apps 1#!/bin/bash23/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Install
4# Homebrew5brew install cask # Install Homebrew-Cask
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

