Thursday, 31 December 2020
Interesting Snippets from 2020-12-31
-
Simplenote
All your notes, synced on all your devices. Get Simplenote now for iOS, Android, Mac, Windows, Linux, or in your browser.
-
Articles | Madaidan's Insecurities
My name is "madaidan". I'm a security researcher who works on various open source projects, mainly Whonix. My website provides information on security and privacy-related topics — it aims to highlight security issues within popular technology, debunk misinformation and provide free security guidance for everyone.
Interesting Snippets from 2020-12-30
-
GitHub - Cloudbox/Cloudbox: Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
Cloudbox is an Ansible-based solution for rapidly deploying a Docker containerized cloud media server. This project was designed for x64 machines running Ubuntu Server 16.04/18.04 with limited support for other Debian distributions.
-
Obsidian
Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files. Get Obsidian for Linux (AppImage) Beta version 0.10.1
Interesting Snippets from 2020-12-28
-
Standard Notes | A Simple And Private Notes App
Standard Notes is a safe place for your notes, thoughts, and life's work. A free, open-source, and completely encrypted notes app.
-
Paper - Dropbox
Dropbox Paper is more than a doc—it’s a co-editing tool that brings creation and coordination together in one place.
Interesting Snippets from 2020-12-25
-
GitHub - huginn/huginn: Create agents that monitor and act on your behalf. Your agents are standing by!
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
-
GitHub - n8n-io/n8n: Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-
GitHub - chrislusf/seaweedfs: SeaweedFS is a distributed object store and file system to store and serve billions of files fast!
SeaweedFS is a distributed object store and file system to store and serve billions of files fast! Object store has O(1) disk seek, transparent cloud integration. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV.
Interesting Snippets from 2020-12-24
-
Build a Tiny Certificate Authority For Your Homelab
TL;DR In this tutorial, we’re going to build a tiny, standalone, online Certificate Authority (CA) that will mint TLS certificates and is secured with a YubiKey. It will be an internal ACME server on our local network (ACME is the same protocol used by Let’s Encrypt). The YubiKey will securely store the CA private keys and sign certificates, acting as a cheap alternative to a Hardware Security Module (HSM). We’ll also use an open-source True Random Number Generator, called Infinite Noise TRNG, to spice up the Linux entropy pool.