Newbetuts
.
inverse of `lsof -i`
linux
Solution 1:
how about:
lsof | awk '$5 !~ /IPv[46]/{print}'
Related
Supermicro + IPMI + FreeBSD: Kernel prints at 1-bps
Windows Server 2008 DNS Server and Root Hints Location
How to allow Active Directory authenticated users use Nagios web interface?
Mass 301 redirect URLs with Nginx
Restricting Internet Access in Windows 7
how to limit the number of simultaneous processes per user in the system?
Capture Windows Updates in a .wim so that it can be redeployed
How to use a tab character within a GPP registry item?
deduplicating and indexing directories of images across 150 linux machines
Best Practices for rotating syslog logs on RHEL with different schedules?
Monitor Size of the CAM Table on a Cisco Switch
How to export all System event logs of a definite time period
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook