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 |
| # Remove previous installations | |
| sudo apt-get remove vim vim-runtime vim-tiny vim-common | |
| # Install dependencies | |
| sudo apt-get install libncurses5-dev python-dev libperl-dev ruby-dev liblua5.2-dev | |
| # Fix liblua paths | |
| sudo ln -s /usr/include/lua5.2 /usr/include/lua | |
| sudo ln -s /usr/lib/x86_64-linux-gnu/liblua5.2.so /usr/local/lib/liblua.so |