Coder Social home page Coder Social logo

pihole_stuff's Introduction

Files and stuff from my Pihole implementation.

I am currently using:

For the basic Armbian stuff (static ip, hostname, timezone etc) you can run:

armbian-config

What I Sdid was:

  1. configured a static IP network:

    nano /etc/network/interfaces

  2. changed default SSH port

    nano /etc/ssh/sshd_config

  3. updated OS

    apt-get update && apt-get dist-upgrade

In order to install Pihole I did the following:

wget -O basic-install.sh https://install.pi-hole.net
bash basic-install.sh

Armbian-config offers an option to install Pihole but I did not test it.

After Pihole installation I downloaded and modified my adlists.list file, enabling most of the extra sources:

wget https://raw.githubusercontent.com/archphile/pihole_stuff/master/adlists.list -O /etc/pihole/adlists.list
pihole -g

Finally some Odroid related stuff:

wget https://raw.githubusercontent.com/archphile/pihole_stuff/master/rc.local-odroid-c1 -O /etc/rc.local

and

wget https://raw.githubusercontent.com/archphile/pihole_stuff/master/log2ram -O /etc/default/log2ram

For the tp-adblock.txt file, please read the following link:

http://thepenguin.eu/2018-05-27-an-adblock-list-for-rooted-xiaomi-smartphones/

pihole_stuff's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.