Pi-hole is network-based ad-blocking software as well as a custom DNS server. It uses DNS sinkholing and blocklists to stop internet ads, telemetry etc.. There are several adlists
Category: Programming
Update Pihole docker container using portainer
In this article, lets take a look on how to update pihole docker container version to latest version using Portainer. What is Pi-hole? Pi-hole is
Microsoft .NET 5
Microsoft supports two .NET implementations for building server-side apps – .NET Framework and .NET 5 (including .NET Core). .NET 5.0 is the next major release
Free space in the /boot partition on Ubuntu
Usually you get this error when /boot partition is full or near to full. You can usually remove old, unused kernels on /boot by running
Squid Web Caching Proxy configuration on Ubuntu or Linux Mint
Optimising Web Delivery Squid is an excellent caching proxy for the Web. It supports HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response
Useful Features of ASP.NET
In this post, lets discuss about some of the useful features of ASP.NET 1. Faster compilation. This configuration setting was introduced post .NET 3.5 SP1.