Skip to content

Instantly share code, notes, and snippets.

@tanhueco
tanhueco / danube-cloud-hetzner-install.doc
Created November 11, 2019 05:03
Danube Cloud Install on Hetzner Dedicated Servers
Danube Cloud is a Copyright of Erigones, s. r. o.
https://danubecloud.org
Wiki: https://github.com/erigones/esdc-ce/wiki
*********************************************************************************************************************************
Danube Cloud Install on Hetzner Dedicated
Servers with a /29 Subnet
*********************************************************************************************************************************
Danube Cloud starting v4.2 now supports hybrid boot from USB and from a disk. That means you can boot through legacy BIOS or UEFI
@tanhueco
tanhueco / set-persistent-private-key-in-smartos.doc
Last active November 2, 2019 18:26
Set Persistent Private Key in SmartOS
The objective is to gain password-less access from one SmartOS server to another using SSH key pairs for server management purposes
between 2 SmartOS servers, e.g. backup purposes
1. Install nano. It is more error free. External editors like notepad++ through either WinSCP or Xshell causes "cannot find file"
issues. You can also use console editing if preferred over nano.
# pkgin in -y nano
2. After creating a key pair, copy the private key to /root/.ssh/ directory and name it id_rsa.
3. Restart ssh:
@tanhueco
tanhueco / roon-on-arch-linux.doc
Created August 29, 2019 22:24
ROON on Arch Linux
#################################################
ROON on Arch Linux on NUC or Comparable Hardware
#################################################
This is for those:
- Who already have NUC particularly NUC6i5SY series
- Uses a music server (SOtM sMS-200 or uRendu)
- Installed NVMe M.2 memory
- Have access to music files from NAS or equivalent fileserver through SMB
@tanhueco
tanhueco / smartos-on-hetzner.doc
Last active October 27, 2019 00:57
SmartOS On Hetzner Dedicated Server and Subnet
# Licensed under CC BY 3.0 http://creativecommons.org/licenses/by/3.0/
# Derived works must attribute https://gist.github.com/4492300 at the beginning, and the date.
##################################################################
Installing and Configuring SmartOS at Hetzner (with a /29)
##################################################################
# This is another version of Jahewson's Gist here: https://gist.github.com/jahewson/4492300 that adds a gate to prevent packets
from leaking out from the main MAC address.