I hereby claim:
- I am davidecavestro on github.
- I am davidecavestro (https://keybase.io/davidecavestro) on keybase.
- I have a public key ASDS5u6MkJUx99COb0NlInSiPgkEAEQn7Us6KRPpgfAbzAo
To claim this, I am signing this object:
name: builder | |
on: | |
push: | |
branches: | |
- master | |
- develop | |
jobs: | |
build: |
#!/bin/sh | |
# see https://gist.github.com/davidecavestro/ce54e7bf18b09812c03d109e83dbcc38 | |
# originated from https://chatgpt.com/share/de263a5a-a3df-4dc3-944f-14b911624879 | |
# PLEASE NOTE that the LED_PATH variable should reflect the hardware specific led name | |
# Install necessary packages | |
opkg update | |
opkg install collectd collectd-mod-ping bc |
#!/bin/bash | |
# See https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/tf_sig_build_dockerfiles | |
TF_TAG=v2.13.0 | |
BUILDER_TAG=2.13-python3.8 | |
# clonse sources | |
git clone --depth 1 --branch $TF_TAG https://github.com/tensorflow/tensorflow.git | |
# output folder | |
mkdir packages |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.synced_folder "./", "/vagrant" | |
# config.vm.box = "generic/ubuntu2004" | |
# config.vm.provider :libvirt do |domain| | |
# domain.memory = 4096 | |
# domain.nested = true |
#!/usr/bin/env bash | |
# | |
# Usage: [dry_run=1] [debug=1] [interface=tunsnx] docker-fix-snx | |
# | |
# Credits to: https://github.com/docker/for-linux/issues/288#issuecomment-825580160 | |
# | |
# Env Variables: | |
# interface - Defaults to tunsnx | |
# dry_run - Set to 1 to have a dry run, just printing out the iptables command | |
# debug - Set to 1 to see bash substitutions |
I hereby claim:
To claim this, I am signing this object:
server { | |
listen 8080; | |
server_name _; | |
root /opt/concord/console/dist; | |
access_log /opt/concord/logs/access.log main; | |
proxy_read_timeout 1800; | |
client_max_body_size 32M; |
/* | |
* Uses `openconnect` to validate vpn user credentials | |
* (tested on Debian GNU/Linux 9, where openconnect must be called as root user) | |
*/ | |
credentials = [ //TODO set credentials here | |
user1 : 'pass1', | |
user2 : 'pass2' | |
] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:2a593a990e0a21ae09bfabf4d8490b88844b4cca] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:2a593a990e0a21ae09bfabf4d8490b88844b4cca] |