Moving an Encrypted Dataset is not a complicated task but can require a little work if you have snapshots which you want to move as well. A handy tip to accomplish this is to create a recursive snapshot before moving and then send this snapshot to get all moved easily. Tip Create a recursive snapshot and send this …
Read Moreform-broker - easily handle form submissions
form broker (fbkr) is an API that handles form submissions, sending the submission to configurable endpoints (email, database, rocketchat, etc.). fbkr was designed to handle any form submission and works well when combined with Static Site Generators such as Nikola or Hugo. This site uses a fbkr instance, to try it out …
Read Moreibuilder is a cli based builder of docker images. It provides an interface for building and pushing the image as well as for tagging source code after build with a build version and other common image tasks. Building an image is easy: You can also view build history: More Info The boi Tutorial provides more info on …
Read Morea cli application for displaying the current price of a cryptocurrency, designed (but not limited) to be ran in conky. cryptik supports multiple exchanges and multiple currencies. Install Install via pip or pipx: pipx install cryptik or view the cryptik gitlab page. Setup cryptik can be ran by passing all options in …
Read MoreInspect Image and Packaging (iip) inspects packages (python, ruby, node, etc) and images (docker) of a project. Install To install iip you will need to build it from source (more info on the iip gitlab page. clone: git@gitlab.com:drad/iip.git build: cd iip && cargo build --release && strip …
Read MoreMedia Player Broker (mpb) is an application that helps you play and track media you have watched over disparet locations. mpb keeps track of what you have played at Location A so when you are at Location B you can see what you have watched from either location to avoid digging through history command output over SSH. …
Read Moreenable ZFS Encryption feature: zpool set feature@encryption=enabled tank Create Encrypted Dataset with Passphrase create dataset: zfs create -o encryption=on -o keyformat=passphrase tank/tmp this will prompt you for the passphrase after rebooting, you will need to load the passphrase to mount the volume such as: zfs …
Read MoreIf you use firefox nightly and chromium you've likely ran into the issue where some apps launch chromium as the default browser for URLs. This is ultimately due to firefox nightly not having a true installer which would create the firefox.desktop file that xdg-settings uses to set/determine the browser to open on …
Read MoreI have several apps in my k8s cluster which run behind a lighttpd web server where I wanted the access logs to be sent to graylog. The setup of lighttpd is relatively basic: 1# /etc/lighttpd/lighttpd.conf 2 3var.basedir = "/var/www/localhost" 4var.logdir = "/var/log/lighttpd" 5var.statedir = …
Read MoreMinimalistic applications require sound design and development which produce applications that are easier to run, use, support, and maintain over the life of the application. The Minimalistic Coding Standard (MCS) is a simple coding (design, development, deployment) philosophy which emphasizes minimalism in all aspects …
Read More