Explore >> Select a destination


You are here

blog.japaric.io
| | mdlayher.com
3.2 parsecs away

Travel
| |
| | williamdurand.fr
3.2 parsecs away

Travel
| | I am writing a minimum viable network stack from scratch for ArvernOS (a UNIX-like toy kernel). This two-part story describes some protocols of the TCP/IP stack as well as some implementation details in the context of ArvernOS.
| | leshow.github.io
8.1 parsecs away

Travel
| | I've been working on cli tool for a little while called dhcpm ("m" for "mock" - link). It started as a cli tool for constructing & sending arbitrary DHCP messages. I had been looking for a tool that could build various dhcp (mostly v4) messages with different parameters easily, then simply print the responses back so I could inspect its contents. I discovered that you can use nmap scripts for this, and there are a 2 pre-written dhcp scripts in a typical nmap install.
| | www.dcac.com
30.7 parsecs away

Travel
| I've been working on a project where I use Azure Data Factory to retrieve data from the Azure Log Analytics API. The query language used by Log Analytics is Kusto Query Language (KQL). If you know T-SQL, a lot of the concepts translate to KQL. Here's an example T-SQL query and what it might look... Continue reading Retrieving Log Analytics Data with DataFactory