ATOTCLIC Linux Resolve IP with Python

Resolve IP with Python

>>> def getIP(d):
...     try:
...         data = socket.gethostbyname(d)
...         ip = repr(data)
...         return ip
...     except Exception:
...         return False
...
>>> getIP('atotclic.es')
"'151.106.100.50'"


Related Post

KERNEL PANICKERNEL PANIC

¿Bueno que es KERNEL PANIC ? En wikipedia es esto: El kernel panic (en español: núcleo en pánico) es un mensaje mostrado por un sistema operativo una vez detectado un

btrfsbtrfs

$ btrfs filesystem defrag -v -r dir/ Recursively defragment files under dir/, print files as they are processed. The file names will be printed in batches, similarly the amount of