Once you have created a remindme.cfg with the contents as shown in the file,
place it in ~/.mackup.
Now, trigger a backup:
$ mackup backup| var SeedReporter = function(baseReporterDecorator) { | |
| baseReporterDecorator(this); | |
| this.onBrowserComplete = function(browser, result) { | |
| if (result.order && result.order.random && result.order.seed) { | |
| this.write("%s: Randomized with seed %s\n", browser, result.order.seed); | |
| } | |
| }; | |
| }; |
| # Image neeeds to have ssh-client | |
| image: docker:git | |
| services: | |
| - docker:dind | |
| stages: | |
| - staging | |
| before_script: | |
| - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY |
| #!/usr/bin/env bash | |
| case "$(uname --kernel-name)" in | |
| *cygwin*|*CYGWIN*|*mingw*|*MINGW*|*msys*|*MSYS*) | |
| echo "I'm in cygwin or mingw!" | |
| ;; | |
| esac |
Once you have created a remindme.cfg with the contents as shown in the file,
place it in ~/.mackup.
Now, trigger a backup:
$ mackup backupThere are two types of markup in Liquid: Output and Tag.
{{ matched pairs of curly brackets (ie, braces) }}| #! /bin/bash | |
| ipline=$(ifconfig | grep inet | grep " 192") | |
| ip=$(echo $ipline | sed 's/inet \([^ ]*\).*/\1/g') | |
| echo $ip | |
This is a collection of snippets, not a comprehensive guide. I suggest you start with Operational PGP.
Here is an incomplete list of things that are different from other approaches:
| package main | |
| import ( | |
| "bufio" | |
| "flag" | |
| "fmt" | |
| "io" | |
| "os" | |
| "strings" | |
| ) |
| function transfer | |
| if test (count $argv) -eq 0 | |
| echo "No arguments specified. Usage:\necho transfer /tmp/test.md\ncat /tmp/test.md | transfer test.md" | |
| return 1 | |
| end | |
| ## get temporarily filename, output is written to this file show progress can be showed | |
| set tmpfile ( mktemp -t transferXXX ) | |
| ## upload stdin or file |
This is a guide on how to email securely.
There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.