create different ssh key, Git Bash on Windows / GNU/Linux / macOS:
$ ssh-keygen -t rsa -C "[email protected]"
CONFIG_DIR='/config' | |
apt update | |
apt upgrade -y | |
apt-get install unzip git nano -y | |
cd /tmp | |
git clone --depth 1 https://github.com/tensorflow/models.git tensorflow-models |
sudo -i | |
add-apt-repository universe | |
apt-get update | |
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common | |
curl -sSL https://get.docker.com | sh | |
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install" | bash -s |
#include <stdio.h> | |
#include <math.h> | |
#include <stdlib.h> | |
#define N_MAX 100 | |
int v[N_MAX]; | |
int b,i,resultado,a; | |
int main(void) |
# Change this path to your config directory | |
CONFIG_DIR="/config" | |
cd /tmp | |
# Install required software | |
apt-get update | |
apt-get upgrade | |
apt-get install unzip | |
apt-get install git |
/* biblioteca */ | |
#include <stdio.h> | |
/* declaração da função */ | |
int SomaDosQuadrados(int n); | |
/* função principal do programa */ | |
int main( ) { | |
/* declaração da variáveis locais a zero */ | |
int n, soma = 0; | |
/* Total de números a inserir */ | |
printf( "Valor de n: "); |
create different ssh key, Git Bash on Windows / GNU/Linux / macOS:
$ ssh-keygen -t rsa -C "[email protected]"