Pinned Loading
-
Bash shell script to print stats abo...
Bash shell script to print stats about a Raspberry running pihole - Original Credit to robocopAlpha 1#!/bin/bash
23# Define colors
4RED='\033[91m'
5RED_solid='\033[101m'
-
Shell script to allow Raspberry Pi t...
Shell script to allow Raspberry Pi to act as a network bridge using WiFi to Ethernet. 1#!/usr/bin/env bash
23set -e
45[ $EUID -ne 0 ] && echo "run as root" >&2 && exit 1
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.