This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################# | |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |