Process and port usage in Linux
Use lsof
, fuser
, ss
, pgrep
, pstree
, ps
, htop
, etc. to find process and port usage in Linux.
Use lsof
, fuser
, ss
, pgrep
, pstree
, ps
, htop
, etc. to find process and port usage in Linux.
Since Python 3.9, most of types in typing
module is deprecated, and collections
module is recommended.
Some types like: typing.Any
, typing.Generic
, typing.TypeVar
, etc. are still not deprecated.