by ray | Sep 7, 2020 | Raspberry Pi
In /etc/pihole/setupVars.conf you should have 2 settings: IPV4_ADDRESS= IPV6_ADDRESS= As soon as there are valid IP addresses entered, they will show up on Admin/Settings/System
by ray | Sep 7, 2020 | Raspberry Pi, Linux / Ubuntu
When I initially set up my Pi-Hole, I only had IPv4 on my system. Thus Pi-Hole only downloaded IPv4-capable blacklists. So I turned IPv6 on on my home router, and enabled DHCPv6.I turned IPv6 on on my Pi-Hole computer, and rebooted. ip -o addr then showed that I had...
by ray | Sep 7, 2020 | Linux / Ubuntu
How to install Sublime Text editor on Ubuntu 20.04 step by step instructions Method 1 The first, easiest and recommend method is to install sublime text editor from Ubuntu snap repository. Execute the bellow command to install the Sublime text editor on your Ubuntu...
by ray | Sep 7, 2020 | Linux / Ubuntu
There should be a copy of the default profile in /usr/share/base-files
by ray | Sep 7, 2020 | Linux / Ubuntu
That particular error message may indicate that you have held packages, but it may also indicate a different problem. You can get a list of actual held packages with: dpkg –get-selections | grep hold If there are none, or none look related, then...