Explore >> Select a destination


You are here

rmoff.net
| | www.thegeekstuff.com
16.1 parsecs away

Travel
| | tcpdump command is also called as packet analyzer. tcpdump command will work on most flavors of unix operating system. tcpdump allows us to save the packets that are captured, so that we can use it for future analysis. The saved file can be viewed by the same tcpdump command. We can also use open source
| | ardunn.us
14.0 parsecs away

Travel
| |
| | www.confluent.io
9.1 parsecs away

Travel
| | Syslog is one of those ubiquitous standards on which much of modern computing runs. Built into operating systems such as Linux, it's also commonplace in networking and IoT devices like [...]
| | jack-vanlightly.com
95.3 parsecs away

Travel
| In the world of open table formats (Apache Iceberg, Delta Lake, Apache Hudi, Apache Paimon, etc), an emerging trend is to provide interoperability between table formats by cross-publishing metadata. It allows a table to be written in table format X but read in format Y or Z. Cross-publishing is the idea of a table having: * A primary table format that you write to. * Equivalent metadata files of one or more secondary formats that allow the table to be read as if it were of that secondary format.