Category Archives: RaspberryPi

Guide for pi-hole

This is for my own note. Commonly white listed domains – anudeepND Phishing domain Mother of all Blocklist  Porn etc TLDR; add below url to adlist https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts https://adaway.org/hosts.txt https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext http://winhelp2002.mvps.org/hosts.txt https://www.malwaredomainlist.com/hostslist/hosts.txt https://phishing.army/download/phishing_army_blocklist_extended.txt https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_all.list https://raw.githubusercontent.com/EnergizedProtection/block/master/porn/formats/hosts https://dbl.oisd.nl/

Loading

Odroid HC2 Heat Issue

The infamous heat issue with the Odroid HC2 is here. My simple solution is simply by plugging in cheap USB fan to the bottom of the case (I put my HC2 vertically for better heat dissipation). Below is the result. And for the sake of comparison, here’s the CPU thermal reading for my RPi2 with… Read More »

Loading

Install Transmission on Xbian

Connect to xbian using ssh Default username xbian password raspberry Perform package update and upgrade root@xbian:/home/xbian#apt-get update root@xbian:/home/xbian#apt-get upgrade –y Install xbian optimized transmission binary root@xbian:/home/xbian#apt-get install -y -o Dpkg::Options::=”–force-confdef” -o Dpkg::Options::=”–force-confold” xbian-package-transmission Notes: 1. Default download location is at /home/xbian 2. Access webui via http://xbianip:9091 3. Default webui login admin password raspberry

Loading