Sunday, 15 December 2019
Interesting Snippets from 2019-12-15
-
GitHub - latchset/tang: Tang binding daemon
Tang is a server for binding data to network presence. This sounds fancy, but the concept is simple. You have some data, but you only want it to be available when the system containing the data is on a certain, usually secure, network. This is where Tang comes in.
-
GitHub - latchset/clevis: Automated Encryption Framework
Clevis is a plugable framework for automated decryption. It can be used to provide automated decryption of data or even automated unlocking of LUKS volumes.
-
GitHub - latchset/luksmeta
Welcome to LUKSMeta! LUKSMeta is a simple library for storing metadata in the LUKSv1 header. This library is licensed under the GNU LGPLv2+.
-
MPUTangAndClevisTrial < DICE < TWiki
One of the interesting features appearing in RHEL 7.4 is NBDE, or Network Bound Disk Encryption. This manages the seemingly impossible - through the magic of asymmetric cryptography it allows a machine with an encrypted disk to boot, without the disk's encryption key having to be entered at boot time - but only when the machine is on the correct network, and without storing the encryption key in plain text, or storing it off the machine, or transmitting data across the network in such a way that a thief could make use of it. Try to boot the machine when it's not on its home network and you'll need to enter the encryption key if you want to steal its data make progress.
Interesting Snippets from 2019-12-14
-
GitHub - caronc/apprise: Apprise - Push Notifications that work with just about every platform!
Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
Interesting Snippets from 2019-12-04
-
The Project - KeePassXC
KeePassXC is a community fork of KeePassX, a native cross-platform port of KeePass Password Safe, with the goal to extend and improve it with new features and bugfixes to provide a feature-rich, fully cross-platform and modern open-source password manager.
-
Beginner friendly guide to GPU passthrough on Ubuntu 18.04
The intent of this document is to provide a complete, step-by-step guide on how to setup a virtual machine(VM) with graphics cards(GPU) passthrough – detailed enough that even Linux rookies are able to participate.
Interesting Snippets from 2019-11-30
-
TurboBytes Pulse: global DNS, HTTP and Traceroute testing
TurboBytes Pulse enables you to quickly collect DNS, HTTP and Traceroute responses from many computers around the world. Most of these 'agents' are connected to consumer ISP networks. Pulse is free and open-source.
Interesting Snippets from 2019-11-26
-
GitHub - denji/nginx-tuning: NGINX tuning for best performance
Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel Xeon with HyperThreading enabled, but it can work without problem on slower machines.