Following instructions enable 2FA via Yubikey challenge-response for Debian root native encrypted ZFS.
For general setup please follow the instructions in the OpenZFS Documentation.
Install management tools.
Following instructions enable 2FA via Yubikey challenge-response for Debian root native encrypted ZFS.
For general setup please follow the instructions in the OpenZFS Documentation.
Install management tools.
| # frozen_string_literal: true | |
| ### Prompt | |
| Color = Pry::Helpers::Text | |
| name = 'zerowing' | |
| description = <<~DESC | |
| All your prompt are belong to us.👽 | |
| user@host:pry /path/to/obj » |
I hereby claim:
To claim this, I am signing this object:
| # General settings | |
| severity = 3 | |
| verbose = %F (line:%l) %m, %e [%p]\n | |
| include = CodeLayout Documentation InputOutput Modules::ProhibitMultiplePackages | |
| exclude = CodeLayout::RequireTidyCode RegularExpressions::RequireExtendedFormatting Moose::RequireCleanNamespace Documentation::RequirePodLinksIncludeText Subroutines::ProhibitUnusedPrivateSubroutines | |
| # Rules for POD | |
| [Documentation::RequirePodSections] | |
| lib_sections = NAME | DESCRIPTION | METHODS | |
| script_sections = NAME | SYNOPSIS | OPTIONS | DESCRIPTION |
| #!/bin/bash | |
| # | |
| # hugepages_settings.sh | |
| # | |
| # Linux bash script to compute values for the | |
| # recommended HugePages/HugeTLB configuration | |
| # | |
| # Note: This script does calculation for all shared memory | |
| # segments available when the script is run, no matter it | |
| # is an Oracle RDBMS shared memory segment or not. |
| [Unit] | |
| Description=Last Stuff | |
| After=multi-user.target | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/bin/do-last | |
| RemainAfterExit=yes | |
| [Install] |
| #!/bin/bash | |
| export PERL5OPT=-MDevel::Cover | |
| MOJO_CLIENT_DEBUG=1 prove -l lib -v --merge t/ | |
| unset PERL5OPT | |
| cover |
| [Unit] | |
| Description=FastCGI Perl Wrapper | |
| After=network.target | |
| [Service] | |
| Type=forking | |
| TimeoutStopSec=0 | |
| User=www-data | |
| Group=www-data | |
| ExecStart=/usr/local/bin/fastcgi-perl-wrapper |
| ... | |
| script-security 2 | |
| up bin/up.sh | |
| down bin/down.sh | |
| ... |