Category Linux

10 Linux tcpdump examples

Ever felt like your computer is a black box, constantly sending and receiving data without you having a clue what’s going on? You send an email, visit a website, or stream a video, and poof – magic happens. But what…

Understanding Python len function

The len() function is a built-in function in Python that returns the length of a given object. The object can be a list, string, tuple or dict. The function returns an integer value which is the length of the object.…

2 Ways to test DNS Speed

DNS is a system by which a browser or other software converts a domain name to a IP4 or IP6 address. Each time we access a website the browser needs to convert the domain name to a IP4/IP6 address using…