© 2023 Hashnode
#networkautomation
HTTP HTTP (Hypertext Transfer Protocol) is a protocol used for transferring data over the internet, specifically for the World Wide Web. It is a stateless protocol, meaning that it does not retain any…
You will first need to import the necessary modules to create a Python script to detect open ports on a server. You can do this using the import statement in Python as follows: import socket import os The socket module provides a low-level …
These are my personal notes on where to go to find specific vendor documentation to enable automation. This is a live document as I it will be updated as I get more useful links to share. “Just reme…
May the force be with you ! Born and raised with books in Congo,i consider reading as a sport and super power welcome to my first blog and enjoy ! From 1977 to a worldwide pop culture phenomenon St…
Context This is a high-level walkthrough of the YAML definition of the CloudFormation templates used in my article on setting up a Bastion Host. Please refer to this GitHub repository for the CloudFormation templates. Prerequisites You will…
El router es un dispositivo que funciona en la capa 3 del modelo OSI, su función principal es establecer la ruta que debe seguir la información para que llegue a su destino final y lo realiza mediante ruta estática o ruta dinámica, en este…
The Why At first, let us understand WHY do we need to test our application for different network conditions While developing applications, we experience performance based on our home network and we op…
I am glad to announce that I have been accepted into AWS Community Builders program into the Network C&D program topic. This is definitely going to be an Amazing adventure with a lot of learning and sharing. Home-Lab Adventures to the World…
Monitoring is definitely part of Dev-ops and there are many tools for this. In this case I'll concentrate on the open source tools I have got to use before.Just to mention them; Nagios, OpenNMS, Zab…
🌀Router: A router is a network device whose main goal is to transfer data back and forth between different networks. This device allows requests to be made to the internet and for information to be s…