Install Pi-hole on Raspberry Pi

Pihole is a DNS sinkhole which provides the ability to block content Network wide without any need for client software. What that essentially means is that we can use a Pihole Install to filter any unwanted content (In our case Ads) for all out network clients without any client-side configuration, This is especially usefull for mobile devices. Note: Pihole CANNOT block Youtube Ads, A Browser extension like uBlock Origin might help better there....

July 24, 2021 · 4 min · Ashutosh Verma

Install Docker on Proxmox

Proxmox is one of the best Linux distro available to run your home-lab on, relying primarily on KVM and LXC for it’s virtualisation and containerization features, however the one place i feel it falls short is in Docker support, Many apps today like nextcloud provide official Docker images for ease of deployment however very few exist for LXC. We can easily rectify this using already inbuilt features of Proxmox to run Docker inside an LXC conatiner with virtually no overhead....

July 24, 2021 · 3 min · Ashutosh Verma