Dns

What is DNS? DNS is Domain Name Server, when you go to google.com, computers don’t know what google.com is but it does know what an IP address is. So you have a file on you computer that says google.com equals 127.0.0.1. If you want to see the IP of google.com ping google.com on any system. How does DNS work? So when you go to a site like rebootcyber.xyz. First your pc check its DNS cache file then go to a local name server like your router or pi-hole. Then to a .com name server. Final to rebootcyber.xyz nameserver. If there are subdomains you want to go to then it will be the job of rebootcyber.xyz nameserver. ...

October 30, 2022 · 2 min

Uptime Kuma

uptime-kuma UPTIME-KUMA What is Uptime-Kuma? Uptime-Kuma is a self-hosted monitoring tool. I will say at first I thought this was dumb. Why would I need a uptime monitor system? When I run it just to give it a chance I fell in love with it because of one feature. The feature notification. You can send notification to email, discord, telegram, and etc. What are the ways to install it. You can install using docker, install script, or build it. I use docker because I love docker. I will do an article on it later. ...

October 7, 2022 · 2 min

Pihole

PiHole Pi-Hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. This allows you to block unwanted stuff and websites on your private network.DNS Sinkhole is a mechanism aimed at protecting users by intercepting DNS request attempting to connect to known malicious or unwanted domains and returning a false, or rather controlled IP address. The controlled IP address points to a sinkhole server defined by the DNS sinkhole administrator. ...

October 7, 2022 · 3 min