Skip to content

Instantly share code, notes, and snippets.

View Tebro's full-sized avatar

Richard Weber Tebro

  • Helsinki, Finland
View GitHub Profile
@Tebro
Tebro / setup.md
Last active December 10, 2020 07:33
Portaler setup

Server setup

Get a Ubuntu 20.04 server from somewhere, Hetzner Cloud is pretty good, get a domain name from somewhere and point it at your server. The examples below assume the name yourdomain.com

Log into your server as root, then do the steps below

Update stuff

apt update

apt upgrade -y

@Tebro
Tebro / cinemabooker.clj
Last active October 24, 2017 09:32
Clojure cinemabooker
(ns learningclojure.core
(:gen-class)
(:require [clojure.string :as str]))
(def welcome-message "
Welcome!
These are supported commands:
- show
- book <row> <col>
@Tebro
Tebro / keybase.md
Last active February 4, 2016 13:23
keybase.md

Keybase proof

I hereby claim:

  • I am tebro on github.
  • I am tebro (https://keybase.io/tebro) on keybase.
  • I have a public key whose fingerprint is 01BE 777E 0446 0B1C 5999 BEDC 29E4 56D3 EE21 227D

To claim this, I am signing this object:

@Tebro
Tebro / digitalocean-images-12112015.json
Last active November 12, 2015 12:18
The JSON output from Digitaloceans API when asking for available images. Output from 12 Nov. 2015
{
"images": [
{
"id": 14330049,
"name": "835.4.0 (beta)",
"distribution": "CoreOS",
"slug": "coreos-beta",
"public": true,
"regions": [
"nyc1",