Sunday, 15 September 2024
Interesting Snippets from 2024-09-15
-
Hax0rbana - Signet
Signet is a free and open source software and open hardware USB password manager. Signet is fully encrypted, requiring your device password to be unlocked. It also adds physical security to your passwords by requiring a the device's button to be pressed in order to get any secret data. It then acts as a USB keyboard to type your data when you need it.
Interesting Snippets from 2024-09-12
-
GitHub - FerretDB/FerretDB: A truly Open Source MongoDB alternative
FerretDB was founded to become the de-facto open-source substitute to MongoDB. FerretDB is an open-source proxy, converting the MongoDB 5.0+ wire protocol queries to SQL - using PostgreSQL or SQLite as a database engine.
Interesting Snippets from 2024-09-11
-
GitHub - blacknon/lssh: lssh: A list-based SSH/SCP/SFTP client supporting single and parallel connections, local bashrc usage on remote machines, and advanced proxying. Written in Go.
lssh: A list-based SSH/SCP/SFTP client supporting single and parallel connections, local bashrc usage on remote machines, and advanced proxying. Written in Go.
-
GitHub - BurntSushi/ripgrep
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. (To disable all automatic filtering by default, use rg -uuu.) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.
-
GitHub - phiresky/ripgrep-all
rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. rga wraps the awesome ripgrep and enables it to search in pdf, docx, sqlite, jpg, movie subtitles (mkv, mp4), etc.
Interesting Snippets from 2024-09-09
-
GitHub - stalwartlabs/mail-server: Secure & Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP)
Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable.
Interesting Snippets from 2024-09-04
-
GitHub - harsxv/tinystatus: Tiny status page generated by a Python script
TinyStatus is a simple, customizable status page generator that allows you to monitor the status of various services and display them on a clean, responsive web page.
-
GitHub - hroptatyr/dateutils: nifty command line date and time utilities; fast date calculations and conversion in the shell
Dateutils are a bunch of tools that revolve around fiddling with dates and times on the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.