• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » set

set

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (6)
  • tips:archlinux (2)
  • tips:blender (2)
  • tips:db (2)
  • tips:vpn (2)
  • tips:android (1)
  • tips:debian (1)
  • tips:hw (1)
  • tips:linux (1)
  • tips:sensors (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

tmux
37 Hits, Last modified: 9 years ago
-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
19 Hits, Last modified: 6 years ago
lxd lxd-client snap install lxd # create zfs dataset on pool rpool zfs create rpool/lxd # create lxd ... storage called zfspool using previous defined dataset lxc storage create zfspool zfs source=rpool/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
redis @tips:db
15 Hits, Last modified: 8 years ago
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 "
proxmox
14 Hits, Last modified: 4 weeks ago
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
13 Hits, Last modified: 8 years ago
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.
server @tips:ubuntu
11 Hits, Last modified: 4 years ago
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
8 Hits, Last modified: 4 years ago
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
install @tips:archlinux
6 Hits, Last modified: 3 years ago
SK # boot partition or efi partition parted $DISK set 3 bios_grub on sgdisk -n1:0:0 -t1:8300 $DISK... ux.org/title/installation_guide ==== ZFS ==== Reset disk and create GPT partition schema <code> DISK=... disk -n3:1M:+512M -t3:EF00 $DISK parted $DISK set 3 bios_grub on # needed for embedding grub in thi... 0NM0035-1V4107_ZC10????-part1 </code> create dataset <code> zfs create -o canmount=off -o mountpoint=n
postgres @tips:db
6 Hits, Last modified: 7 years ago
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
zfs-on-root @tips:ubuntu
6 Hits, Last modified: 8 years ago
gdisk zfs-initramfs </code> ===== Disk ===== Reset disk and create GPT partition schema <code> DISK=... disk -n3:1M:+512M -t3:EF00 $DISK parted $DISK set 3 bios_grub on # needed for embedding grub in thi... ===== System install ===== create filesystem dataset to act as container <code> zfs create -o canmount... -o remount,dev /mnt debootstrap $DISTRO /mnt zfs set devices=off rpool mount --rbind /dev /mnt/dev mo
jibri
5 Hits, Last modified: 3 years ago
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
rocm
5 Hits, Last modified: 3 days ago
) is essential. * **BIOS/UEFI Configuration:** Set the **UMA Frame Buffer Size** (or equivalent) in ... the `OLLAMA_VULKAN` environment variable must be set when running the service. #### **Systemd Service... Environment="OLLAMA_VULKAN=1" # Optional: Set the number of threads for the CPU fallback/host o... ** for larger models/context. | | **BIOS/UEFI** | Set UMA Frame Buffer Size to max (e.g., 16GB-32GB). |
tridactyl
5 Hits, Last modified: 6 months ago
URL * **zi / zo / zz:** Zoom in / zoom out / reset zoom =====Tab Management===== * **d:** Close ... 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
cordova
4 Hits, Last modified: 11 years ago
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; memset(&buf[0], 0, 11); size_t num = read(fd
git
4 Hits, Last modified: 7 years ago
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... l branch. git push origin :old-name new-name # Reset the upstream branch for the new-name local branch
video
4 Hits, Last modified: 5 years ago
18.04 @tips:ubuntu
4 Hits, Last modified: 7 years ago
dac
3 Hits, Last modified: 9 years ago
zfs
3 Hits, Last modified: 3 years ago
blender
2 Hits, Last modified: 6 months ago
borg
2 Hits, Last modified: 5 years ago
ceph-on-k0s
2 Hits, Last modified: 13 months ago
gnss
2 Hits, Last modified: 3 years ago
ionic
2 Hits, Last modified: 8 years ago
juju
2 Hits, Last modified: 5 years ago
openalpr
2 Hits, Last modified: 10 years ago
otp
2 Hits, Last modified: 5 years ago
pcb
2 Hits, Last modified: 5 years ago
fluid @tips:blender
2 Hits, Last modified: 11 years ago
videoediting @tips:blender
2 Hits, Last modified: 6 years ago
17.10 @tips:ubuntu
2 Hits, Last modified: 8 years ago
airmouse
1 Hits, Last modified: 4 years ago
ansible
1 Hits, Last modified: 3 years ago
cvat
1 Hits, Last modified: 5 years ago
fail2ban
1 Hits, Last modified: 7 years ago
fish
1 Hits, Last modified: 2 years ago
gemini
1 Hits, Last modified: 5 months ago
gpu
1 Hits, Last modified: 3 years ago
keras
1 Hits, Last modified: 6 years ago
minikube
1 Hits, Last modified: 4 years ago
optimus
1 Hits, Last modified: 5 years ago
pulsar
1 Hits, Last modified: 6 years ago
pypi
1 Hits, Last modified: 3 years ago
uwb
1 Hits, Last modified: 6 years ago
stratos @tips:android
1 Hits, Last modified: 8 years ago
postinstall @tips:archlinux
1 Hits, Last modified: 3 years ago
deb @tips:debian
1 Hits, Last modified: 11 years ago
hp @tips:hw
1 Hits, Last modified: 14 months ago
networknamespaces @tips:linux
1 Hits, Last modified: 7 years ago
kinectv2 @tips:sensors
1 Hits, Last modified: 11 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
ipsec @tips:vpn
1 Hits, Last modified: 9 years ago
openvpn @tips:vpn
1 Hits, Last modified: 8 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki