I hereby claim:
- I am phuchptty on github.
- I am phuchptty (https://keybase.io/phuchptty) on keybase.
- I have a public key ASBOX1LlA_CDCpVP_MVeHIS2Y2vR2lzs6dDQcb_NRYFSkAo
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# Automatically update your CloudFlare DNS record to the IP, Dynamic DNS | |
# Can retrieve cloudflare Domain id and list zone's, because, lazy | |
# Place at: | |
# /usr/local/bin/cf-ddns.sh |
I hereby claim:
To claim this, I am signing this object:
wpasupplicant
sudo nmcli radio wifi on
sudo iwconfig
sudo iwlist wlp3s0 scan
netplan
by dropping a file called 01-netcfg.yml
into /etc/netplan/
or edit existing file there. See example below.netplan try
, netplan generate
, netplan apply
.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 |
#! /bin/bash | |
# | |
# Diffusion youtube avec ffmpeg | |
# Configurer youtube avec une résolution 720p. La vidéo n'est pas scalée. | |
VBR="2500k" # Bitrate de la vidéo en sortie | |
FPS="30" # FPS de la vidéo en sortie | |
QUAL="medium" # Preset de qualité FFMPEG | |
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" # URL de base RTMP youtube |