I hereby claim:
- I am fireglow on github.
- I am fireglow (https://keybase.io/fireglow) on keybase.
- I have a public key ASD_3gCFhZQAstPXze5gDRqvhnDxRd_8gGkoZQcdvPc7Kwo
To claim this, I am signing this object:
Test scenario: | |
1. Remove all ethernet cables | |
2. Boot up system from CF card | |
3. Configure Interfaces: vr0 as WAN, re0 as LAN | |
4. Plug in cable modem to vr0 | |
5. Plug in LAN switch to re0 | |
Test case #1, image: OPNsense-17.7.5-OpenSSL-serial-i386.img | |
vr0= ok, DHCP lease from cable modem after step 4 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
"""\ | |
A command-line utility that can (re)send all messages in an mbox file | |
to a specific email address, with options for controlling the rate at | |
which they are sent, etc. | |
""" | |
# I got this script from Robin Dunn a few years ago, see | |
# https://github.com/wojdyr/fityk/wiki/MigrationToGoogleGroups |