This is a helpful Bash script to parse IP addresses by the uniqueness of their subnets. This can be quite helpful in various scenarios.
Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts
Friday, September 15, 2023
Thursday, August 24, 2023
Subshells in Linux (and Windows)
Or rather, subshells in Bash and Powershell. A subshell functions as a sort of isolated environment for executing commands, creating a subprocess or child process within the parent shell.
Labels:
bash,
command-line,
csharp,
dotnet,
linux,
microsoft,
powershell,
subshells,
unix,
windows
Sunday, February 26, 2023
Use xargs
Get out of the habit of using while read as an idiom and instead use xargs to process arguments when you're doing batch compute stuff.
Subscribe to:
Comments (Atom)
Using Python To Access archive.today, July 2025
It seems like a lot of the previous software wrappers to interact with archive.today (and archive.is, archive.ph, etc) via the command-line ...
-
Latin1 was the early default character set for encoding documents delivered via HTTP for MIME types beginning with /text . Today, only ...
-
From "Overfitting and the strong version of Goodhart's law" : Increased efficiency can sometimes, counterintuitively, lead to ...
-
Playing around with writing malware proof-of-concepts, running red and blue team simulations in my computer lab against Windows Home edition...