Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View eduardoalthaus's full-sized avatar
🎯
Focusing

Eduardo Althaus eduardoalthaus

🎯
Focusing
View GitHub Profile
@eduardoalthaus
eduardoalthaus / dist.sh
Created June 6, 2019 18:38 — forked from adobkin/dist.sh
Simple script for getting OS name and it's version
#!/bin/sh
# This is simple script for getting OS name and it's version
# Script outputs the string in the format: dist_name-dist_version
# e.g. fedora-14
os=$(uname -s)
dist_name='unknown'
dist_version='unknown'
case "${os}" in
@eduardoalthaus
eduardoalthaus / tezos-baking-howto.md
Last active October 23, 2019 23:10 — forked from dakk/tezos-baking-howto.md
tezos-baking-howto.md

Tezos baking howto

This howto is valid for Betanet on Ubuntu or Debian

Setup

Prereq

You have to install some dependencies. In debian / ubuntu run: