Monday, 31 August 2020
Interesting Snippets from 2020-08-31
-
New Relic One | New Relic
Full-Stack Observability Visualize, analyze, and optimize your entire software stack from One place
Interesting Snippets from 2020-08-30
-
Miro | Free Online Collaborative Whiteboard Platform
The online collaborative whiteboard platform to bring teams together, anytime, anywhere.
-
Server SSH Access Management | ServerAuth
Instantly grant and revoke access to one or more servers for each of your team members allowing you to control who can access your servers, and client data.
Interesting Snippets from 2020-08-29
-
Teleport Features | Gravitational
Managing static SSH keys can lead to increased operational overhead and may lead to security vulnerabilities. The industry best practice is to use certificate-based authentication for SSH and Kubernetes.
-
GitHub - subspacecommunity/subspace: A fork of the simple WireGuard VPN server GUI community maintained
WireGuard VPN Protocol The most modern and fastest VPN protocol. Single Sign-On (SSO) with SAML Support for SAML providers like G Suite and Okta. Add Devices Connect from Mac OS X, Windows, Linux, Android, or iOS. Remove Devices Removes client key and disconnects client. Auto-generated Configs Each client gets a unique downloadable config file. Generates a QR code for easy importing on iOS and Android.
-
DomainBigData.com - Online investigation tools
DomainBigData is one of the leader in domain names and online investigation tools. Search in the IP address space and in all domain names to find ‘cyber fingerprint’ data on Internet.
Interesting Snippets from 2020-08-28
-
Programmatic Voice and SMS APIs. U.S. Licensed Carrier.
Programmatically send and receive SMS and MMS via long code, shortcode, or toll-free to inform and engage customers.
Interesting Snippets from 2020-08-27
-
GitHub - psy0rz/zfs_autobackup: ZFS autobackup is used to periodicly backup ZFS filesystems to other locations. No additional tools of libraries or config files needed.
This is a tool I wrote to make replicating ZFS datasets easy and reliable. You can either use it as a backup tool, replication tool or snapshot tool. You can select what to backup by setting a custom ZFS property. This allows you to set and forget: Configure it so it backups your entire pool, and you never have to worry about backupping again. Even new datasets you create later will be backupped.
-
GitHub - someone1/zfsbackup-go: Backup ZFS snapshots to cloud storage such as Google, Amazon, Azure, etc. Built with the enterprise in mind.
This backup software was designed for the secure, long-term storage of ZFS snapshots on remote storage. Backup jobs are resilient to network failures and can be stopped/resumed. It works by splitting the ZFS send stream (the format for which is committed and can be received on future versions of ZFS as per the man page) into chunks and then optionally compresses, encrypts, and signs each chunk before uploading it to your remote storage location(s) of choice. Backup chunks are validated using SHA256 and CRC32C checksums (along with the many integrity checks builtin to compression algorithms, SSL/TLS transportation protocols, and the ZFS stream format itself). The software is completely self-contained and has no external dependencies.