Python – Operations with IPs – IP to Int, Int to IP
Hello, another post of code snippets, in this one, I want to leave basically 2 methods that I use whenever I need to do some operation with IPs or a…
Hello, another post of code snippets, in this one, I want to leave basically 2 methods that I use whenever I need to do some operation with IPs or a…
In this post I will show another snippet of code in Python, which will be used in automations/pipelines. This is an example of how to perform simple maintenance of type…
Hello! These days I was having some problems synchronizing some services that I’m preparing for this lab and it took me a long time to figure out what it was.…
Here in this post, I’m going to talk about something that isn’t part of the laboratory, but helps me on several occasions. Create a shared folder/volume, I always need to…
Architecture BIND9 is an open source DNS software system that is widely used and simple to operate. The DHCP of the network that will be used for the DNS server…