image: nikolaik/python-nodejs:latest | |
stages: | |
- install | |
- test | |
- deploy | |
prodInstall: | |
stage: install | |
script: |
Commands | |
------------ | |
1. Build Docker Image | |
docker build -t test . | |
2. Run container /w image | |
docker run -d --publish 8888:5000 test | |
3. Login to ECR | |
aws ecr get-login-password --region REGIONHERE!!!! | docker login --username AWS --password-stdin ACCOUNTIDHERE!!!!.dkr.ecr.REGIONHERE!!!.amazonaws.com |
/* Placeholder: /*[[upvotecolor]]*/ | |
/* Replace with #6F6F6F for gray upvote arrow. */ | |
/* Replace with #FF6600 for orange upvote arrow. */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("news.ycombinator.com") { | |
/* main body styles */ | |
body { | |
background-color: #262626; | |
} |
"""Python Script to solve the perseverence parachute | |
code | |
Output: | |
DARE¿¿¿¿ | |
MIGHTY¿¿ | |
THINGS¿¿ | |
34°11'58'' N 14°118'10'' W | |
""" |
#!/bin/bash | |
## Install GitLab Runner on Ubuntu 16.04 | |
## https://docs.gitlab.com/runner/install/linux-manually.html | |
## Config do Runner /etc/gitlab-runner/config.toml | |
## Para registrar e usar uma CA auto assinada | |
## gitlab-runner register --tls-ca-file="/home/gitlab-runner/data/certs/ca.crt" | |
## Install Docker | |
apt-get update | |
apt-get upgrade |
##https://about.gitlab.com/downloads/#centos6 | |
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash | |
yum install gitlab-ce | |
gitlab-ctl reconfigure | |
===== | |
Imagine a future where a user Alice has bitcoins and wants to send them with maximal privacy, so she creates a special kind of transaction. For anyone looking at the blockchain her transaction appears completely normal with her coins seemingly going from address A to address B. But in reality her coins end up in address Z which is entirely unconnected to either A or B.
Now imagine another user, Carol, who isn't too bothered by privacy and sends her bitcoin using a regular wallet which exists today. But because Carol's transaction looks exactly the same as Alice's, anybody analyzing the blockchain must now deal with the possibility that Carol's transaction actually sent her coins to a totally unconnected address. So Carol's privacy is improved even though she didn't change her behaviour, and perhaps had never even heard of this software.
In a world where advertisers, social media and other companies