Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python311-port-for

port-for is a command-line utility and a python library that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association:: $ sudo port-for foo 37987 This can be useful when you are installing a stack of software with multiple parts needing port numbers. There are several rules port-for is trying to follow to find and return a new unused port: 1) Port must be unused: port-for checks this by trying to connect to the port and to bind to it. 2) Port must be IANA unassigned and otherwise not well-known: this is acheived by maintaining unassigned ports list (parsed from IANA and Wikipedia). 3) Port shouldn't be inside ephemeral port range. This is important because ports from ephemeral port range can be assigned temporary by OS (e.g. by machine's IP stack) and this may prevent service restart in some circumstances. ``port-for`` doesn't return ports from ephemeral port ranges configured at the current machine. 4) Other heuristics are also applied: ``port-for`` tries to return a port from larger port ranges; it also doesn't return ports that are too close to well-known ports.

Found 1 sites for python311-port-for

Found 3 RPM for python311-port-for

PackageSummaryDistributionDownload
python311-port-for-0.7.2-1.6.noarch.htmlUtility that helps with local TCP ports managmentOpenSuSE Tumbleweed for noarchpython311-port-for-0.7.2-1.6.noarch.rpm
Utility that helps with local TCP ports managmentpython311-port-for-0.7.2-1.4.noarch.rpm
python311-port-for-0.7.2-1.3.noarch.htmlUtility that helps with local TCP ports managmentOpenSuSE Ports Tumbleweed for noarchpython311-port-for-0.7.2-1.3.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet