Monday, 15 May 2023
Interesting Snippets from 2023-05-15
-
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.
Interesting Snippets from 2023-05-14
-
GitHub - Frooodle/Stirling-PDF
This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs.
Interesting Snippets from 2023-05-12
-
GitHub - amidaware/tacticalrmm
Tactical RMM is a remote monitoring & management tool, built with Django, Vue and Go. It uses an agent written in golang and integrates with MeshCentral
Interesting Snippets from 2023-05-11
-
GitHub - valeriansaliou/vigil
Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.). Vigil is an open-source Status Page you can host on your infrastructure, used to monitor all your servers and apps, and visible to your users (on a domain of your choice, eg. status.example.com). It is useful in microservices contexts to monitor both apps and backends. If a node goes down in your infrastructure, you receive a status change notification in a Slack channel, Email, Twilio SMS or/and XMPP.