scripts Monitoring PiHole with Telegraf and Influxdb I recently installed Pi-hole [https://github.com/pi-hole/pi-hole] on a spare Raspberry Pi 3 [https://www.raspberrypi.org/]. Pi-hole essentially blocks most advertisements from devices on a network, by running dnsmasq [http://www.thekelleys.org.uk/dnsmasq/doc.html] with a custom set
scripts Create Your Own URL Shortener I don’t really pay attention to twitter that often,but I did notice more and more people are starting to use personalized url shorteners. There’s a lot of free services out there you can use, but if you have somewhere you can
scripts du2.php This is based off of du.php [http://justynshull.com/2010/08/du-php-php-disk-usage-script/], and is basically the same thing except it lets you click on folders to navigate through the directory structure and see how much space each directory is taking up. It uses
scripts du.php - PHP Disk Usage script I’m starting to copy my scripts from https://justynshull.com/oldsite/phpscripts.html but figured I’d start with this one so I can get the syntax hilighting/formatting down with wordpress. <?php // $a = shell_exec('df -h'); //echo getenv(