All Projects → pi-hole → Padd

pi-hole / Padd

PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Padd

My Pihole Blocklists
Create custom pi-hole blocklists
Stars: ✭ 269 (-73.39%)
Mutual labels:  pi-hole, raspberry-pi, raspberrypi
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+3270.52%)
Mutual labels:  pi-hole, hacktoberfest, raspberry-pi
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-85.76%)
Mutual labels:  pi-hole, raspberry-pi, raspberrypi
Diy Ipmi
A DIY IPMI / IP KVM system utilizing the Raspberry Pi
Stars: ✭ 730 (-27.79%)
Mutual labels:  raspberry-pi, raspberrypi
Octoprint
OctoPrint is the snappy web interface for your 3D printer!
Stars: ✭ 6,267 (+519.88%)
Mutual labels:  hacktoberfest, raspberry-pi
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (-35.81%)
Mutual labels:  hacktoberfest, raspberry-pi
Monitoring
Monitor ESXi, Synology, Docker, PiHole and Raspberry Pi and Windows using Grafana, InfluxDB and Telegraf
Stars: ✭ 493 (-51.24%)
Mutual labels:  pi-hole, raspberry-pi
Signalbox
DCC Project
Stars: ✭ 17 (-98.32%)
Mutual labels:  raspberry-pi, raspberrypi
Ftl
The Pi-hole FTL engine
Stars: ✭ 776 (-23.24%)
Mutual labels:  pi-hole, hacktoberfest
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-98.22%)
Mutual labels:  raspberry-pi, raspberrypi
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (-9.89%)
Mutual labels:  raspberry-pi, raspberrypi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (-96.93%)
Mutual labels:  raspberry-pi, raspberrypi
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+442.93%)
Mutual labels:  hacktoberfest, raspberry-pi
Ustreamer
µStreamer - Lightweight and fast MJPG-HTTP streamer
Stars: ✭ 533 (-47.28%)
Mutual labels:  raspberry-pi, raspberrypi
Freenos
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
Stars: ✭ 683 (-32.44%)
Mutual labels:  raspberry-pi, raspberrypi
Flutter Pi
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
Stars: ✭ 492 (-51.34%)
Mutual labels:  hacktoberfest, raspberry-pi
Rpi Debian Builder
Build your own Debian image for Raspberry Pi
Stars: ✭ 6 (-99.41%)
Mutual labels:  raspberry-pi, raspberrypi
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-96.64%)
Mutual labels:  hacktoberfest, raspberry-pi
Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (-54.2%)
Mutual labels:  raspberry-pi, raspberrypi
Reconpi
ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
Stars: ✭ 490 (-51.53%)
Mutual labels:  hacktoberfest, raspberry-pi

*Note: PADD has been adopted by the Pi-hole team, thanks to JPMCK for creating this helpful tool!

PADD

PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.

PADD

Setup PADD

More in-depth information about setting up PADD can be found in this repo’s wiki.

  • Get a copy of PADD by running:
cd ~
wget -N https://raw.githubusercontent.com/pi-hole/PADD/master/padd.sh
  • Make PADD executable by running
sudo chmod +x padd.sh
  • Set PADD to auto run by adding the following to the end of ~/.bashrc:
# Run PADD
# If we’re on the PiTFT screen (ssh is xterm)
if [ "$TERM" == "linux" ] ; then
  while :
  do
    ./padd.sh
    sleep 1
  done
fi

One line version

cd ~ ; echo "if [ \"\$TERM\" == \"linux\" ] ; then\n  while :\n  do\n    ./padd.sh\n    sleep 1\n  done\nfi" | tee ~/.bashrc -a
  • Reboot your Pi-Hole by running sudo reboot. PADD should now run when your Pi-Hole has completed booting.

Updating PADD

  • Just run
cd ~
wget -N https://raw.githubusercontent.com/pi-hole/PADD/master/padd.sh

Note: if you are already running Chronometer2 v1.3.1 or below, you’ll need to follow these instructions!

FAQ

Answers to frequently asked questions can be found in this repo’s wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].