Search
You can find the results of your search below.
Fulltext results:
- tmux @tips
- -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 -
- airos @tips
- "xxx", "status.cgi", "10.210.12.247", "http"); // settore $out = airOS_getFile_HTTP ("root", "xxx", "st... schema) { $ch = curl_init(); // Setup CURL curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0); curl
- lxd @tips
- 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
- 3dprinter @projects
- verse.com/thing:3547428|temperature tower]] * set combing mode to off <WRAP important 50%> z offse... e = normal intent_category = default position = 0 setting_version = 19 [values] cool_fan_enabled = Tru... ata] type = quality_changes quality_type = normal setting_version = 19 [values] adaptive_layer_height_... n Distance Window: 10mm. * Combing Mode: ON and set to “Within Infill” (no stringing). * fan 100% f
- locale @tips:ubuntu
- le LANG=it_IT.UTF-8 LC_MESSAGES=POSIX timedatectl set-timezone Europe/Rome grep -q menu-complete /etc/... /etc/tmux.conf cat > /etc/vim/vimrc.local <<EOF setlocal ts=4 sts=4 sw=4 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab set paste set mouse=r set showcmd " Show (partial) command in status l
- server @tips:ubuntu
- e "0"; EOF4 cat > /etc/vim/vimrc.local <<EOF setlocal ts=4 sts=4 sw=4 expandtab autocmd 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
- redis @tips:db
- 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 "
- zabbix @tips
- 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
- homeassistant @projects:internetofthings
- Visitare http://ip-raspberry:8091 Andare sulle settings dal menu laterale **Sezione Zwave** serial... ="32" action="remove" /> <!-- This thermostat's setpoint descriptions are 0 based --> <CommandClass... proxy_pass http://localhost:8123/; proxy_set_header Host $host; } ssl_certificate /etc/s... _devices.yaml <file> </file> ===== github ===== setup <code bash> git config --global push.default si
- iotaiuto @projects:internetofthings
- the WiFi SSID named BroadlinkProv. # 1.5 Run setup() and provide your ssid, network password (if secured), and set the security mode # 1.6 Security mode options... pip install pycrypto import broadlink broadlink.setup('myssid', 'mynetworkpass', 3) # 3. poi si pre... proxy_pass http://10.44.98.13:8123; proxy_set_header Host $host; proxy_redirect http://
- zfs-on-root @tips:ubuntu
- disk -n3:1M:+512M -t3:EF00 $DISK parted $DISK set 3 bios_grub on # needed for embedding grub in thi... reate other filesystems <code bash> zfs create -o setuid=off rpool/home #zfs create -o canmount=off -o setuid=off -o exec=off rpool/var #zfs create -o com.... -o remount,dev /mnt debootstrap $DISTRO /mnt zfs set devices=off rpool mount --rbind /dev /mnt/dev mo
- atom @tips
- \ atom-ide-ui \ ide-python \ ide-typescript \ seti-syntax \ seti-ui \ minimap \ highlight-selected \ minimap-highlight-selected \ atom-save-all \ ... om-save-all \ atom-typescript \ AutoComplete \ seti-syntax \ seti-ui \ pigments \ emmet \ autoclose-html \ </code> not verified <code> atom-beauti
- cordova @tips
- on ionic-crosswalk i video partono da soli con il set di src via javascript <code javascript> if (! $('... <code> super.init(); super.appView.getSettings().setMediaPlaybackRequiresUserGesture(false); </code> ... super.init(); getSettings(super.appView).setMediaPlaybackRequiresUserGesture(false); ... ... aredMethod("getBridge"); ___getBridge.setAccessible(true); XWalkViewBridge xWal
- esphome @projects:internetofthings
- 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
- 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