Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- lxd @tips
- <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1 ALIAS=$2 ALIAS=${ALIAS:=xenial} lxc image sho... systemctl restart apt-cacher-ng fi lxc info $NAME >/dev/null 2>&1 if [ ! $? = 0 ]; then lxc launch $ALIAS $NAME fi if [ -f /etc/apt/apt.conf.d/proxy.conf ]; th... lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/in
- minikube @tips
- .yaml> apiVersion: v1 kind: ConfigMap metadata: name: postgres-config labels: app: postgres data... apiVersion: apps/v1 kind: Deployment metadata: name: postgres spec: replicas: 1 selector: mat... app: postgres spec: volumes: - name: postgres-pv-storage persistentVolumeCl... me: postgres-pv-claim containers: - name: postgres image: postgres:12
- openvpn @tips:vpn
- tca </code> ==== server certificate ==== <code> NAME=legnago-gw ./pkitool --pass --server $NAME # create passphrase here openssl rsa -in keys/$NAME.key -out keys/$NAME.pem # give passphrase here chmod 600 keys/$NAME.pem </code> ==== client certificat
- git @tips
- labla </file> <file ini ~/.gitconfig> [user] name = Stefano Scipioni email = blabla [core] ... auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git init --bare mv hooks/post-update* hooks/post-update chmod +x hooks/post-update git update-
- esphome @projects:internetofthings
- "header\": {\"namespace\": \"Alexa.Discovery\", \"name\": \"Discover\", \"payloadVersion\": \"3\", \"mes... { "supported": [ { "name": "connectivity" } ], "... { "supported": [ { "name": "connectivity" } ], "... 36:FD:20:E3:54 id: miband_presence_scipio name: "MiBand presence scipio" </code> ==== hass ====
- plate @projects
- cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) txt_name_list.extend(filenames) break print(txt_name_list) """ Process """ for txt_name in txt_name_list: # txt_file = open("Labels/stop_sign/001.txt"
- ansible @tips
- === playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts: nodes tasks: - name: Ping my hosts ansible.builtin.ping: - name: Print message ansible.builtin.debug: m... lloworld.yaml </code> <file yaml addkeys.yaml> - name: Add ssh key to ubuntu user hosts: nodes task
- homeassistant @projects:internetofthings
- ostato [[reference|<Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xm... acturer_specific.xml near <Manufacturer id="0118" name="Wenzhou TKB Control System"> <code> <Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wenzhou/tz10.xm... homeassistant> server { listen 80; server_name "scipio.csgalileo.org"; # create this fold
- docker @projects:zibaldone:linux
- om image sslvpn-plus-leonardo <code> docker run --name vpn-leonardo --cap-add=NET_ADMIN --device=/dev/ne... ename volume ===== <code> docker volume create --name <new_volume> docker run --rm -it -v <old_volume>:... reate a docker builder or use existing one <code> NAME=builder1 docker buildx use $NAME || docker buildx create --use --name $NAME --driver-opt network=host <
- ssl @tips
- nginx ==== <file> server { listen 80; server_name nextcloud.csgalileo.org; server_tokens off; ... } location / { return 301 https://$server_name$request_uri; } } server { listen 443; server_name nnextcloud.csgalileo.org; ssl_certificat... site.conf> server { listen 80; server_name "mail.csgalileo.org"; # create this folde
- googlehome @projects:internetofthings
- om/home/dashboard]] console * Specify project name and country {{:projects:internetofthings:passo1.... s.google.com]] * Add/Import project, give it a name (The same project created by the Google Cloud pla... igure your client. Add scopes for **email** and **name**. - Testing instructions: Enter anything. It d... group entity_config: switch.kitchen: name: Custom Name for Google Assistant aliases:
- video @tips
- for folder in $(find /media/camere/ -maxdepth 1 -name "camera*" -type d); do for video in $(find $folder -newer $folder.jpg -name "*mp4"); do i=$(echo "$folder" | tail -c 2) ... !/bin/bash CHROOT=/media/camere/ FILENAME=$1 # name of the first folder level inside CHROOT INPUT=$(c... {INPUT}.jpg [ -f $LOCK ] && exit 0 touch $LOCK name="`date +%Y-%m-%d_%H.%M`" i=${INPUT/camera/} video
- doorbell @projects:iotaiuto
- gurazione base per camera e led <code> esphome: name: esp-citofono platform: ESP32 board: esp32dev... ifi ssid" password: "password" esp32_camera: name: Videocamera citofono external_clock: pin: ... ight: - platform: binary output: gpio_4 name: doorbell light sensor: - platform: wifi_signal name: doorbell wifi signal update_interval: 30s
- ceph-on-k0s @tips
- eph-csi-rbd" "ceph-csi-rbd" ceph-csi/ceph-csi-rbd NAME: ceph-csi-rbd LAST DEPLOYED: Wed Oct 30 10:58:07 ... goose:~$ sudo k0s kubectl -n ceph-csi-rbd get all NAME READY ... db975cd5-mbgcd 6/6 Running 0 6s NAME DESIRED CUR... 1 1 <none> 6s NAME READY UP-
- jibri @tips
- a> local function router(txn, value) local fe_name = txn.f:fe_name() local fe_room = txn.f:url_param("room") local fe_char = fe_room:byte(1) c... .Debug("Returning bk_https \n") core.Debug(fe_name) core.Debug(fe_room) core.Debug(fe_char) if fe_char % 2 == 1 then if fe_name == "ft_https" then core.Debug("Return