kjeldaas Alexander Kjeldaas
I hereby claim:
- I am alexanderkjeldaas on github.
- I am kjeldaas (https://keybase.io/kjeldaas) on keybase.
- I have a public key ASAysRZ5gvRIQPaCvSirL3sgW1KJD__6MrCHXPY6dMyOOQo
PLAY [localhost] ******************************************************************************************************************************************************************************************* | |
TASK [Check ansible version >=2.7.8] *********************************************************************************************************************************************************************** | |
Wednesday 15 May 2019 22:14:42 +0200 (0:00:00.107) 0:00:00.107 ********* | |
ok: [localhost] => { | |
"changed": false, | |
"msg": "All assertions passed" | |
} | |
[WARNING]: Could not match supplied host pattern, ignoring: bastion |
#!/bin/bash | |
LOCATION=${HCLOUD_LOCATION:-nbg1-dc3} | |
if [ -z "$HCLOUD_TOKEN" ]; then | |
echo "You need to set HCLOUD_TOKEN to an Hetzner API token!"; | |
exit 1 | |
fi | |
if [ -z "$SSH_KEY" ]; then |
#!/usr/bin/env bash | |
# Installs NixOS on a Hetzner Cloud CX51 server, wiping the server. | |
# | |
# This is for a specific server configuration; adjust where needed. | |
# | |
# Prerequisites: | |
# * Update the script to adjust SSH pubkeys, hostname, NixOS version etc. | |
# | |
# Usage: |
// g++ -O3 -g -std=c++17 test.cc -lboost_filesystem -lboost_system -lpthread -lboost_iostreams -lboost_thread | |
#include <iostream> | |
#include <string> | |
#include <bitset> | |
#include <thread> | |
// #include <experimental/barrier> | |
#include <boost/thread/barrier.hpp> | |
#include <boost/iostreams/device/mapped_file.hpp> | |
#include <boost/filesystem.hpp> | |
#define BOOST_DISABLE_ASSERTS 1 |
kjeldaas Alexander Kjeldaas
I hereby claim:
A Pen by Alexander Kjeldaas on CodePen.