pandoc -V geometry:margin=1in -o CR_12012017.pdf CR_12012017.md
apm list --installed --bare > packages.list
apm install --packages-file packages.list
apm config set proxy "http://10.0.4.2:3128"
apm config set https_proxy "http://10.0.4.2:3128"
apm config set strict-ssl false
sudo apt-get install siege
siege -b 127.0.0.1
Open the port tcp 1234 with nc :
nc -l 1234
Send docker swarm output to the piensg018 machine :
docker swarm join-token manager | nc piensg018 1234
scp filename host:
Be carefull to not forget the column otherwise the file will be copied into the local folder... You can specify the remote folder after the column. The default location is the home repository.
Put watch before the command :
watch docker stack ps metrics
npm version 0.0.4 && npm publish && git push --tags