Wednesday, 30 October 2024
Interesting Snippets from 2024-10-30
-
GitHub - edoardottt/pwdsafety: 🔒command line tool checking password safety🔒
Command line tool that checks how much a password is safe
Interesting Snippets from 2024-10-19
-
GitHub - trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
This repository contains JavaScript based examples of many popular algorithms and data structures. Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).
Interesting Snippets from 2024-10-18
-
GitHub - noahbliss/mortar: Framework to join Linux's physical security bricks.
Framework to join Linux's physical security bricks. Mortar is essentially Linux-native TPM-backed Bitlocker.
-
Welcome to The Bastion documentation! — The Bastion 3.17.00 documentation
Wait, what's a bastion exactly? (in 140-ish characters) A so-called bastion is a machine used as a single entry point by operational teams (such as sysadmins, developers, devops, database admins, etc.) to securely connect to other machines of an infrastructure, usually using ssh. The bastion provides mechanisms for authentication, authorization, traceability and auditability for the whole infrastructure.
Interesting Snippets from 2024-10-16
-
GitHub - Y2Z/monolith: ⬛️ CLI tool for saving complete web pages as a single HTML file
A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive. Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share. If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
-
GitHub - kdabir/has: ✅ checks presence of various command line tools and their versions on the path
has checks presence of various command line tools on the PATH and reports their installed version.
-
~shulhan/gotp - Command line interface for Time-based One Time Password (TOTP) - sourcehut git
gotp A command line interface to manage and generate Time-based One Time Password (TOTP).
Interesting Snippets from 2024-10-09
-
GitHub - neilotoole/sq: sq data wrangler
sq is a command line tool that provides jq-style access to structured data sources: SQL databases, or document formats like CSV or Excel. It is the lovechild of sql+jq.
-
GitHub - marwanhawari/stew: 🥘 An independent package manager for compiled binaries.
An independent package manager for compiled binaries.
-
GitHub - pouriyajamshidi/tcping: Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
A cross-platform ping program for TCP ports inspired by the Linux's ping utility. This program will send TCP probes to an IP address or a hostname specified by you and prints the results. It supports both IPv4 and IPv6. TCPING uses different TCP sequence numbering for successful and unsuccessful probes, so that when you look at the results and spot a failed probe, inferring the total packet drops to that point would be easy.