Tag: line tools
-
Hacker News: Building a Linux Container Runtime from Scratch
Source URL: https://edera.dev/stories/styrolite Source: Hacker News Title: Building a Linux Container Runtime from Scratch Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the creation of Styrolite, a new low-level container runtime designed for improved precision and ease of use in managing containers, particularly within the Edera Protect platform. The focus is…
-
News: The DNA of organised crime is changing – and so is the threat to Europe
Source URL: https://www.europol.europa.eu/media-press/newsroom/news/dna-of-organised-crime-changing-and-so-threat-to-europe Source: News Title: The DNA of organised crime is changing – and so is the threat to Europe Feedly Summary: A changing DNA: how organised crime is mutatingJust as DNA shapes the blueprint of life, the blueprint of organised crime is being rewritten. No longer bound by traditional structures, organised crime has…
-
Cloud Blog: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability
Source URL: https://cloud.google.com/blog/products/containers-kubernetes/using-hubble-for-gke-dataplane-v2-observability/ Source: Cloud Blog Title: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability Feedly Summary: As a Kubernetes platform engineer, you’ve probably followed the buzz around eBPF and its revolutionary impact on Kubernetes networking. Perhaps you’ve explored Cilium, a popular solution leveraging eBPF, and wondered how Google…
-
Simon Willison’s Weblog: Quoting Rob Cheung
Source URL: https://simonwillison.net/2024/Dec/11/rob-cheung/ Source: Simon Willison’s Weblog Title: Quoting Rob Cheung Feedly Summary: (echo “PID COMMAND PORT USER"; lsof -i -P -n | grep LISTEN | awk ‘{print $2, $1, $9, $3}’ | sort -u | head -n 50; echo;) | column -t | llm "what servers are running on my machine and do some…