Search
You can find the results of your search below.
Fulltext results:
- tmux
 - -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
 - 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
 - proxmox
 - ox ====== ===== Template ===== <code="bash"> # Set variables for easy customization VMID=9000 VM_NAM... NT: Replace 'local-lvm' with your storage name qm set $VMID --scsi0 local-lvm:vm-9000-disk-0 # Resize ... NT: Replace 'local-lvm' with your storage name qm set $VMID --ide2 local-lvm:cloudinit # Add a new, e... NT: Replace 'local-lvm' with your storage name qm set $VMID --scsi1 local-lvm:50 # Set the user accoun
 - locale @tips:ubuntu
 - 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
 - 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
 - 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
 - zabbix
 - 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
 - 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
 - jibri
 - 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
 - install @tips:archlinux
 - 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
 - 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
 - on ionic-crosswalk i video partono da soli con il set di src via javascript <code javascript> if (! $('... return null; } </code> Posizionare un set di src dopo il device ready <code> $('#video1')[0... OLLPRI"); int off = lseek(fd, 0, SEEK_SET); if(off == -1) break; me
 - git
 - sh> git remote -v </code> <code bash> git remote set-url origin http://git.csgalileo.org/livenet-serve... te prune origin </code> <code bash> git push --set-upstream origin master </code> ===== create b... code> create or update remotly <code> git push --set-upstream origin [name_of_branch] </code> view re
 - tridactyl
 - command]`: Get help on a specific command * `:set [setting] [value]`: Set a Tridactyl setting * `:bind [key_sequence] [ex_command]`: Bind a key sequ... ensively using the command line (e.g., `:bind`, `:set`). * **`:` (Command Mode):** Many actions are a
 - video
 - TY=20 # lower values are better mkdir -p $OUTDIR set -x for f in "$@" do [ -f "$f" ] || continue ... </code> ===== telegram ===== <code> #!/bin/sh set -x caption=$1 video=$2 CHATID=$3 # TOKEN="xxxx... de> ===== preview day ===== <code> #!/bin/bash set -x CHATID=$1 CHATID=${CHATID:=xxxxxx} i=$2 i=${