Networking useful stuff

Site dedicated mainly to internetworking. The goal is to share experiences, teach IP, IPv6. Talk about Linux, IP services, servers, promote IPv6 adoption, routing protocols, security and in some cases just some thoughts. Keywords: linux, cisco, ospf, bgp, eigrp, ip, ipv6, sla, link, routers, routings, telco, telecommunications, security, ipv4

Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Monday, January 23, 2023

Python: reading a text file - character

›
Situation:    Reading a text file in python3 (csv or txt) there is a character that can be appreciated using " more " in terminal ...
Wednesday, June 30, 2021

Super easy script - Python3 & optimizing every table of a mysql db

›
  #!/usr/bin/python3.3 #The objetive of this script is to find all tables in a MYSQL DB and opmitize all of them import dbconnect import tim...
Tuesday, September 1, 2020

Tiny script: how to get the RRSIG DNS records with python3

›
 (I guess there are many other ways to do this, even more elegant) import dns.resolver domain='lacnic.net' domain = dns.name.from_te...
Friday, July 13, 2018

How to run Flask framework to listen in both IPv4 and IPv6 (DualStack)

›
Issue:   How to run Flask framework to listen in both IPv4 and IPv6 (DualStack) Answer:    app.run(host='::',port=5005)
Monday, December 8, 2014

Python Script: Probably useless but functional IPv6 Network scanner

›
Below is the code of what is probably useless but a functional IPv6 host scanner written in Python using threading. To perform a regular (b...
›
Home
View web version
Powered by Blogger.