start new:
tmux
start new with session name:
tmux new -s myname
| Email Provider Criteria | |
| Email is a notoriously insecure protocol which is generally recommended | |
| against for critical communications, particularly if exposed meta-data | |
| is part of your threat model. | |
| In any of all mentioned provider cases, the provider offers end-to-end encrypted only between users of the same solution. Only PGP is a universal way of sending encrypted emails to anyone, but unfortunately not enough people know how to use this. Zero knowledge encryption means key must be stored on the user’s device otherwise it’s not protected against state-sponsored criminals. Of course, this doesn’t mean they couldn’t give the government plain text messages — just that it would require them to actively attack the user in order steal the required password, up to now they haven’t done it, and most probable will not do so in the foreseeable future. It also means the provider is unable to recover (decrypt) data if password is lost. Tutanota explains that if they were requested to hand over inboxes (keeping in mi | 
| #!/bin/bash | |
| set -o errexit | |
| # Author: David Underhill | |
| # Script to permanently delete files/folders from your git repository. To use | |
| # it, cd to your repository's root and then run the script with a list of paths | |
| # you want to delete, e.g., git-delete-history path1 path2 | |
| if [ $# -eq 0 ]; then | |
| exit 0 | 
| #!/bin/bash | |
| datalad remove * | |
| cd .annex-cache/ | |
| git-annex uninit | |
| cd .. | |
| rm -rf .annex-cache/ | 
tar xf wget-1.15.tar.xzbb10_compile from this gist to source folder