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
#!/bin/bash | |
USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13 | |
PASSWORD=vrIUJCLJ5x | |
docker run -d --name=abel \ | |
--rm \ | |
-e USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13 \ | |
-e PASSWORD=vrIUJCLJ5x \ | |
-e NVIDIA_VISIBLE_DEVICES=all \ |
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
#!/bin/bash | |
set -x | |
apt update -y && apt install gpg sed curl sudo -y | |
nvidia-driver-update --version 535.113.01 | |
distribution=$(. /etc/os-release;echo $ID$VERSION_ID) \ | |
&& curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg \ |
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
FROM ubuntu:22.04 AS base | |
RUN apt update && DEBIAN_FRONTEND=nointeractive apt install --no-install-recommends -y \ | |
libcurl4-openssl-dev \ | |
wget bash net-tools \ | |
libevent-dev \ | |
uthash-dev \ | |
libboost-chrono-dev \ | |
libboost-filesystem-dev \ | |
libboost-test-dev \ |
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
resolvers vipordns | |
hold valid 60s | |
defaults | |
mode tcp | |
timeout connect 30s | |
timeout client 1m | |
timeout server 1m | |
frontend public-stratum |
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 Radiant Blockchain Developers | |
# The purpose of this image is to be able to host Radiant Node (RADN) and electrumx | |
# Build with: `docker build .` | |
# Public images at: https://hub.docker.com/repository/docker/radiantblockchain | |
FROM ubuntu:20.04 as BUILDER | |
LABEL maintainer="[email protected]" | |
LABEL version="1.2.0" | |
LABEL description="Docker image for radiantd node" |
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
variable "proxmox_host_node" { | |
type = string | |
} | |
variable "proxmox_password" { | |
type = string | |
sensitive = true | |
} |
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
+------------------------------------------------------------------------------+ | |
| | | |
+-------------------+ | Router | | |
| Cable | | 1 10GB Network card | | |
| Modem | | | | |
| |
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
ssh-import-id gh:github_username |
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
/* | |
* AppleUsbPower compatibility table for Skylake+. | |
* | |
* Be warned that power supply values can be different | |
* for different systems. Depending on the configuration | |
* these values must match injected IOKitPersonalities | |
* for com.apple.driver.AppleUSBMergeNub. iPad remains | |
* being the most reliable device for testing USB port | |
* charging support. | |
* |
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
#!/usr/bin/env bash | |
# | |
# gh-dl-release! It works! | |
# | |
# This script downloads an asset from latest or specific Github release of a | |
# private repo. Feel free to extract more of the variables into command line | |
# parameters. | |
# | |
# PREREQUISITES | |
# |
NewerOlder