name

Search

You can find the results of your search below.

lxd @tips
34 Hits, Last modified:
<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
22 Hits, Last modified:
.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 persistentVolumeClaim: claimName: postgres-pv-claim containers: - na
airos @tips
21 Hits, Last modified:
current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out = ai... PE print $out; function airOS_getFile_HTTP ($username, $password, $file, $address, $schema) { ... curl_setopt ($ch, CURLOPT_POSTFIELDS, Array ('username' => $username, 'password' => $password)); curl_setopt ($ch, CURLOPT_HEADER, 1); $respon
openvpn @tips:vpn
20 Hits, Last modified:
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
esphome @projects:internetofthings
16 Hits, Last modified:
"header\": {\"namespace\": \"Alexa.Discovery\", \"name\": \"Discover\", \"payloadVersion\": \"3\", \"mes... {}, "endpointId": "camera#citofono", "friendlyName": "citofono", "description": "camera.citofono via Home Assistant", "manufacturerName": "Home Assistant", "additionalAttributes": { ... { "supported": [ { "name": "connectivity" } ], "
git @tips
15 Hits, Last modified:
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-
video @tips
15 Hits, Last modified:
] || continue SIZE=$(stat -c%s "$f") OUTNAME=$OUTDIR/${f%.*}.mkv [ -f "$OUTNAME" ] && ( echo "Skip $OUTNAME"; continue ) if [ $SIZE -gt $(($LIMIT_MBYTE*1000000)) ]; then ... :v libx264 -crf $QUALITY -c:a copy -c:s copy "$OUTNAME" else echo mkvmerge $f mkvme
plate @projects
14 Hits, Last modified:
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"
syntax @wiki
12 Hits, Last modified:
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
docker @projects:zibaldone:linux
11 Hits, Last modified:
om image sslvpn-plus-leonardo <code> docker run --name vpn-leonardo --cap-add=NET_ADMIN --device=/dev/ne... ker build -t "soes/wildfly:14" . </code> ===== rename volume ===== <code> docker volume create --name <new_volume> docker run --rm -it -v <old_volume>:/from... reate a docker builder or use existing one <code> NAME=builder1 docker buildx use $NAME || docker buildx
ansible @tips
10 Hits, Last modified:
=== 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
ssl @tips
10 Hits, Last modified:
rg echo quit | openssl s_client -showcerts -servername "$API_HOST" -connect "$API_HOST":443 > cacert.pem... 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
homeassistant @projects:internetofthings
10 Hits, Last modified:
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
fail2ban @tips
7 Hits, Last modified:
r/local/bin/telegram-send -g --format markdown "`uname -n`: [Fail2Ban] jail <name> è stata avviata" actionstop = /usr/local/bin/telegram-send -g --format markdown "`uname -n`: [Fail2Ban] jail <name> è stata fermata" actioncheck = actionban = /usr/local/bin/telegram-send -g
googlehome @projects:internetofthings
7 Hits, Last modified:
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:
iotaiuto_skill @projects:internetofthings
7 Hits, Last modified:
cordova @tips
6 Hits, Last modified:
zfs @tips
6 Hits, Last modified:
doorbell @projects:iotaiuto
6 Hits, Last modified:
server @projects:livenet
6 Hits, Last modified:
jibri @tips
5 Hits, Last modified:
pcb @tips
5 Hits, Last modified:
telegram @tips
5 Hits, Last modified:
tmux @tips
5 Hits, Last modified:
windows10 @tips
5 Hits, Last modified:
influxdb @projects:internetofthings
5 Hits, Last modified:
iotaiuto @projects:internetofthings
5 Hits, Last modified:
install @tips:archlinux
5 Hits, Last modified:
univr @tips:vpn
5 Hits, Last modified:
virtualization @projects:livenet
4 Hits, Last modified:
networknamespaces @tips:linux
4 Hits, Last modified:
pptp @tips:vpn
4 Hits, Last modified:
3dprinter @projects
3 Hits, Last modified:
mdm @projects
3 Hits, Last modified:
ionic @tips
3 Hits, Last modified:
zabbix @tips
3 Hits, Last modified:
presence @projects:iotaiuto
3 Hits, Last modified:
postgres @tips:db
3 Hits, Last modified:
systemd @zibaldone:linux
3 Hits, Last modified:
dns @tips
2 Hits, Last modified:
k80 @tips
2 Hits, Last modified:
keras @tips
2 Hits, Last modified:
overpass @tips
2 Hits, Last modified:
pypi @tips
2 Hits, Last modified:
graphite @projects:internetofthings
2 Hits, Last modified:
jetsonnano @projects:internetofthings
2 Hits, Last modified:
image-build @projects:livenet
2 Hits, Last modified:
scipiodev @projects:livenet
2 Hits, Last modified:
docs @projects:wamp
2 Hits, Last modified:
adb @tips:android
2 Hits, Last modified:
redis @tips:db
2 Hits, Last modified:
galileo @tips:vpn
2 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
backup
1 Hits, Last modified:
atom @tips
1 Hits, Last modified:
gnss @tips
1 Hits, Last modified:
kvm @tips
1 Hits, Last modified:
ldap @tips
1 Hits, Last modified:
pulsar @tips
1 Hits, Last modified:
test @tips
1 Hits, Last modified:
unms @tips
1 Hits, Last modified:
seamless @projects:livenet
1 Hits, Last modified:
python @projects:zibaldone
1 Hits, Last modified:
vscode @projects:zibaldone
1 Hits, Last modified:
bootanimation @tips:android
1 Hits, Last modified:
videoediting @tips:blender
1 Hits, Last modified:
minecraft @tips:gameengine
1 Hits, Last modified:
minetest @tips:gameengine
1 Hits, Last modified:
gpio @tips:radxa
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
18.04 @tips:ubuntu
1 Hits, Last modified:
xenial @tips:ubuntu
1 Hits, Last modified:
motorizzazione @tips:vpn
1 Hits, Last modified: