set

Search

You can find the results of your search below.

tmux @tips
37 Hits, Last modified:
-colors-solarized/blob/master/tmuxcolors-256.conf set-option -g status-bg colour235 #base02 set-option -g status-fg colour136 #yellow set-option -g status-attr default # set window split bind-key | split-window -h bind-key - split-window -
lxd @tips
17 Hits, Last modified:
ode> auto update remote images <code> lxc config set images.auto_update_cached true </code> import im... nch images:ubuntu/xenial/amd64 xenial1 lxc config set xenial1 boot.autostart false lxc list </code> cr... e> autostart on host boot <code bash> lxc config set <name> boot.autostart true </code> show containe... ttach lxdbr0 $istance eth0 eth0 lxc config device set $istance eth0 ipv4.address 10.99.10.42 lxc start
locale @tips:ubuntu
12 Hits, Last modified:
le LANG=it_IT.UTF-8 LC_MESSAGES=POSIX timedatectl set-timezone Europe/Rome grep -q menu-complete /etc/... FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set paste set mouse=r set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets.
redis @tips:db
11 Hits, Last modified:
nteger, string, ...] belong a key [string] <code> SET connections 10 INCR connections => 11 INCR connec... NCR connections => 1 </code> expiring key <code> SET resource:lock "Redis Demo" EXPIRE resource:lock 1... riends 1 2 => 1) "Alice", 2) "Bob" </code> ===== set ===== A set does not have an order but each element may only appear once. <code> SADD superpowers "
server @tips:ubuntu
11 Hits, Last modified:
FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set paste set mouse=r set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. set ignoreca
3dprinter @projects
8 Hits, Last modified:
verse.com/thing:3547428|temperature tower]] * set combing mode to off <WRAP important 50%> z offse... n Distance Window: 10mm. * Combing Mode: ON and set to “Within Infill” (no stringing). * fan 100% f... home G1 Z15 F300; linear move, 15mm vertical and set feedrate at 300 M107; turn fan off G90 ; absolute... olute mode independent of the other axes. G92 E0; set absolute position M107 ; M107; turn fan off G0 X1
zabbix @tips
8 Hits, Last modified:
AM ===== API ===== <code bash> #!/bin/sh # 1. set connection details url=http://monitor.iotaiuto.it... h\": \"$auth\" } " $url ~  Scaricati  → # 1. set connection details url=http://127.0.0.1/api_j... ": \"$password\" }, \"id\": 1, # 1. set connection details url=http://127.0.0.1/api_j... " $url </code> <code bash> #!/bin/bash # 1. set connection details url=http://monitor.iotaiuto.it
esphome @projects:internetofthings
6 Hits, Last modified:
name: BLE beacon2 </code> hass scripts: <code> set_ibeacon: sequence: - condition: template ... late: "{{ ibeacon != '' }}" - service: script.set_beacon1 data_template: ibeacon: "{{ ibeacon }}" - service: script.set_beacon2 data_template: ibeacon: "{{ ibeacon }}" set_beacon2: sequence: - service: script.beacon
postgres @tips:db
6 Hits, Last modified:
nsions \dx # enable expanded display \x </code> set search path for database <code> psql <database> ALTER DATABASE database_name SET search_path TO schema_name,public; </code> drop... EQUENCES TO gianoauth; </code> on database giano set search path on user gianoauth to search first in schema auth <code> ALTER USER gianoauth SET search_path TO auth; ALTER ROLE gianoauth IN DATA
jibri @tips
5 Hits, Last modified:
efault_backend bk_https_default http-response set-header Strict-Transport-Security max-age=31536000;\ includeSubdomains;\ preload http-response set-header X-Frame-Options sameorigin http-response set-header X-Content-Type-Options nosniff http-response set-header X-XSS-Protection 1;mode=block http-res
iotaiuto @projects:internetofthings
5 Hits, Last modified:
ide your ssid, network password (if secured), and set the security mode # 1.6 Security mode options... proxy_pass http://10.44.98.13:8123; proxy_set_header Host $host; proxy_redirect http://... //; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_h
homeassistant @projects:internetofthings
4 Hits, Last modified:
proxy_pass http://localhost:8123/; proxy_set_header Host $host; } ssl_certificate /etc/s... ebhooks git checkout telegram-webhooks git push --set-upstream origin telegram-webhooks </code> everyd... ebhooks git checkout telegram-webhooks git push --set-upstream origin telegram-webhooks </code> ruby <... ===== sensors ===== * /dev-service -> zwave -> set_config_parameter disable LED on fibardo FGMS-001
server @projects:livenet
4 Hits, Last modified:
<code> #!/bin/sh -e # initramfs hook for livenet #set -x PREREQ="" # Output pre-requisites prereqs() {... 4 # pulizia di firmware non necessario e pesante set +e rm -f ${DESTDIR}/lib/firmware/* >/dev/null 2>&1 set -e ### qui sotto andrebbe commentato in produzio... ion PXE.discovery-mcast-addr code 7 = ip-address; set vendor-string = option vendor-class-identifier;
install @tips:archlinux
4 Hits, Last modified:
SK # boot partition or efi partition parted $DISK set 3 bios_grub on sgdisk -n1:0:0 -t1:8300 $DISK... disk -n3:1M:+512M -t3:EF00 $DISK parted $DISK set 3 bios_grub on # needed for embedding grub in thi... T/arch zfs create -o setuid=off rpool/home zpool set bootfs=rpool/ROOT/arch rpool </code> install bas... cache <code> [ -f /etc/zfs/zpool.cache ] || zpool set cachefile=/etc/zfs/zpool.cache rpool mkdir -p /mn
zfs-on-root @tips:ubuntu
4 Hits, Last modified:
disk -n3:1M:+512M -t3:EF00 $DISK parted $DISK set 3 bios_grub on # needed for embedding grub in thi... -o remount,dev /mnt debootstrap $DISTRO /mnt zfs set devices=off rpool mount --rbind /dev /mnt/dev mo... x_mode insmod gzio insmod part_gpt insmod zfs set root='hd1,gpt0' search --no-floppy --fs-uuid --set=root 3f1e7de17907507c linux /ROOT/artful@/
cordova @tips
3 Hits, Last modified:
git @tips
3 Hits, Last modified:
video @tips
3 Hits, Last modified:
zfs @tips
3 Hits, Last modified:
python @projects:zibaldone
3 Hits, Last modified:
18.04 @tips:ubuntu
3 Hits, Last modified:
docker @projects:zibaldone:linux
3 Hits, Last modified:
ionic @tips
2 Hits, Last modified:
juju @tips
2 Hits, Last modified:
openalpr @tips
2 Hits, Last modified:
pcb @tips
2 Hits, Last modified:
syntax @wiki
2 Hits, Last modified:
googlehome @projects:internetofthings
2 Hits, Last modified:
fluid @tips:blender
2 Hits, Last modified:
videoediting @tips:blender
2 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
backup
1 Hits, Last modified:
mdm @projects
1 Hits, Last modified:
plate @projects
1 Hits, Last modified:
ansible @tips
1 Hits, Last modified:
blender @tips
1 Hits, Last modified:
fail2ban @tips
1 Hits, Last modified:
fish @tips
1 Hits, Last modified:
keras @tips
1 Hits, Last modified:
minikube @tips
1 Hits, Last modified:
optimus @tips
1 Hits, Last modified:
otp @tips
1 Hits, Last modified:
pulsar @tips
1 Hits, Last modified:
pypi @tips
1 Hits, Last modified:
hw @projects:internetofthings
1 Hits, Last modified:
iotaiuto_skill @projects:internetofthings
1 Hits, Last modified:
jetsonnano @projects:internetofthings
1 Hits, Last modified:
shinobi @projects:internetofthings
1 Hits, Last modified:
smartband @projects:internetofthings
1 Hits, Last modified:
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified:
pnrr @projects:iotaiuto
1 Hits, Last modified:
scipiodev @projects:livenet
1 Hits, Last modified:
virtualization @projects:livenet
1 Hits, Last modified:
postinstall @tips:archlinux
1 Hits, Last modified:
deb @tips:debian
1 Hits, Last modified:
17.10 @tips:ubuntu
1 Hits, Last modified:
gnome3 @tips:ubuntu
1 Hits, Last modified:
xenial @tips:ubuntu
1 Hits, Last modified:
ipsec @tips:vpn
1 Hits, Last modified:
openvpn @tips:vpn
1 Hits, Last modified: