[PYTHON] There is no telnet! At that time

When working on a server, sometimes you want to use telnet for something other than telnet, right? Right? Right?

For example, when you want to speak HTTP live, or when you want to speak SMTP, use POP3 (ry).

So, of course,

$ telnet localhost 80
zsh: command not found: telnet

Sorry. At that time, don't panic, don't panic.

$ python -m telnetlib localhost 80


You don't need telnet!

Most Linux environments should have Python installed by default, so don't panic. Try it.

Recommended Posts

There is no telnet! At that time
There is no switch in python
There is no eclipse project description file (.project).
Note that Python dict returns default value if there is no key
There is Linux.
[Introduction to Udemy Python3 + Application] 37. Techniques for determining that there is no value
I want to say that there is data preprocessing ~
Grep so that grep does not appear at the time of grep
Is there a bias in the numbers that appear in the Fibonacci numbers?