Getting Pi-hole to do reverse lookups
As I was unable to find this anywhere on the web and had to walk back to the solution from dnsmasq I thought that some others may find this interesting.
The problem
Many users of Pi-hole would the built in DHCP server. But for those like me that have a …
more ...Jekyll on Windows 10
Installing Jekyll on windows.
I installed this based on the excellent guide on setting this up on Jekyll's site here. https://jekyllrb.com/docs/windows/
This is a overview of the commands that I run.
- Update system
sudo apt-get update -y && sudo apt-get upgrade -y
Hit:1 http://security.ubuntu …
robots.txt
What is Robots.txt
robots.txt is a file placed at the root of a website requesting web crawlers not index parts of a website. This does not enforce this in anyway but is a defacto standard that most reputable search engines and web crawlers will respect.
How to add …
more ...New Web Site Architecture
As may be clear I have rebuilt my website from wordpress to Jekyll. I will documenting the reasons for this change and how I designed this new site in this post.
Goals for move
- Reduce Costs
- Wordpress is a very Powerful CMS and so intern takes a good chunk of …