Tuesday, 26 April 2022
Interesting Snippets from 2022-04-26
-
Tomb :: File Encryption on GNU/Linux
Tomb generates encrypted storage folders to be opened and closed using their associated keyfiles, which are also protected with a password chosen by the user. A tomb is like a locked folder that can be safely transported and hidden in a filesystem; its keys can be kept separate, for instance keeping the tomb file on your computer harddisk and the key files on a USB stick. Tomb is a simple tool to manage encrypted storage on GNU/Linux, from the hashes of the dyne:bolic nesting mechanism.
Interesting Snippets from 2022-04-19
-
GitHub - offen/docker-volume-backup: Backup Docker volumes locally or to any S3 or WebDAV compatible storage
The offen/docker-volume-backup Docker image can be used as a lightweight (below 15MB) sidecar container to an existing Docker setup. It handles recurring or one-off backups of Docker volumes to a local directory, any S3 or WebDAV compatible storage (or any combination) and rotates away old backups if configured. It also supports encrypting your backups using GPG and sending notifications for failed backup runs.
Interesting Snippets from 2022-04-14
-
Liquorix Kernel
Liquorix is a distro kernel replacement built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.
-
GitHub - kaythomas0/noisedash
Self-hostable web tool for generating ambient noises
-
GitHub - ohmyform/ohmyform
An open source alternative to TypeForm that can create stunning mobile-ready forms, surveys and questionnaires.
-
GitHub - svenstaro/miniserve
miniserve is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly.
-
GitHub - WeeJeWel/wg-easy: The easiest way to run WireGuard VPN + Web-based Admin UI.
All-in-one: WireGuard + Web UI. Easy installation, simple to use. List, create, edit, delete, enable & disable clients. Show a client's QR code. Download a client's configuration file. Statistics for which clients are connected. Tx/Rx charts for each connected client.
-
Kukkee | The open source Doodle alternative
Share your availability for a meeting through a poll and let participants narrow it down. See who's free - or who can be - with "if need be" votes.
-
GitHub - WardPearce/paaster
Paaster is a secure by default end to end encrypted pastebin built with the objective of simplicity.
Interesting Snippets from 2022-04-12
-
Secure access for fast-growing teams | Twingate | Twingate
Securely connect to your private network on any device with our easy-to-use apps. Twingate feels like magic because it quietly runs in the background and just works.
-
GitHub - octeep/wireproxy: Wireguard client that exposes itself as a socks5 proxy
wireproxy is a completely userspace application that connects to a wireguard peer, and exposes a socks5 proxy or tunnels on the machine. This can be useful if you need to connect to certain sites via a wireguard peer, but can't be bothered to setup a new network interface for whatever reasons.