| From | To | Expression |
|---|
#protonmail #centos #fedora #linux
Currently protonmail bridge for linux is distributed as part of an open beta program, but soon it will be made public (https://protonmail.com/bridge/install).
Consider that the bridge linux client requires a paid protonmail account to work.
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
Please see latest draft and conversation in the bips repository PR #1378
This document proposes two paths to Bitcoin seed node authentication to facilitate conversation about the pros and cons of each.
Reading:
| # Remove previous installations | |
| sudo apt-get remove vim vim-runtime vim-tiny vim-common | |
| # Install dependencies | |
| sudo apt-get install libncurses5-dev python-dev liblua5.3-dev lua5.3 python3-dev | |
| # Fix liblua paths | |
| # You have to compile luajit for yourself. | |
| sudo ln -s /usr/include/lua5.3 /usr/include/lua | |
| sudo ln -s /usr/lib/x86_64-linux-gnu/liblua5.3.so /usr/local/lib/liblua.so |
- Privacy (main goal)
- Make it so censorship resistance is not precluded by our design
- Increase the cost for ISPs to identify (and maybe supress) Bitcoin P2P traffic
- Upgrade path that allows for authentication, PQC upgrades without needed a major overhaul
- 2016:
- BIP150: Authentication (currently stalled)
- BIP151: Encryption
#protonmail #debian #linux
Currently protonmail bridge for linux is distributed as part of an open beta program, but soon it will be made public (https://protonmail.com/bridge/install).
Consider that the bridge linux client requires a paid protonmail account to work.