default

Search

You can find the results of your search below.

lxd @tips
10 Hits, Last modified:
age create zfspool zfs source=rpool/lxd # define default storage pool lxc profile device add default root disk path=/ pool=zfspool # initialize network sudo lxd i... e> create profile <code> lxc profile create juju-default cat profile.yaml | lxc profile edit juju-default </code> profile.yaml <code> name: juju-default config:
tmux @tips
10 Hits, Last modified:
us-fg colour136 #yellow set-option -g status-attr default # set window split bind-key | split-window -h bind-key - split-window -v # default window title colors set-window-option -g window-s... r244 #base0 set-window-option -g window-status-bg default #set-window-option -g window-status-attr dim # a... nge set-window-option -g window-status-current-bg default #set-window-option -g window-status-current-attr
server @projects:livenet
9 Hits, Last modified:
/github.com/scipioni/livenet-server.git edit /etc/default/livenet like this <code> # folder that contains ... SE}/boot </code> ==== Trivial FTP ==== edit /etc/default/tftp-hpa <code> TFTP_USERNAME="tftp" TFTP_DIRECTO... net/boot </code> edit /livenet/boot/pxelinux.cfg/default <code> default menu.c32 prompt 0 #timeout 100 menu title PXE Special Boot Menu MENU AUTOBOOT Starting Liv
jibri @tips
8 Hits, Last modified:
uter] option forwardfor header X-Real-IP default_backend bk_http_default frontend ft_https bind *:443 ssl crt /etc/haproxy/cert.pem alpn h2,http/1.1 ... httpchk use_backend %[lua.custom_router] default_backend bk_https_default http-response set-header Strict-Transport-Security max-age=31536000;\ include
18.04 @tips:ubuntu
7 Hits, Last modified:
</code> <code> echo 'LANG="it_IT.UTF-8"' > /etc/default/locale locale-gen it_IT.UTF-8 locale-gen en_US.... h-theme </code> disable spectre checking in /etc/default/grub <code> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=deadline noibrs noibpb nopti" </code> enabl... this behavior persistent, add GRUB_CMDLINE_LINUX_DEFAULT="break=mount" to /etc/default/grub and run grub-m
scipiodev @projects:livenet
6 Hits, Last modified:
`pwd`/etc/schroot/livenet /etc/schroot/ [ -f /etc/default/livenet ] || cp -a etc/default/livenet /etc/default/livenet zfs set sharenfs=ro rpool/livenet/backups </code> ====== network ====== <code> virsh net-edit default </code> <code> <ip address='192.168.122.1' netma
xenial @tips:ubuntu
6 Hits, Last modified:
nonfree </code> java <code> sudo apt-get install default-jre icedtea-plugin </code> for skype indicator <... ===== Routeros Mikrotik ===== Xenial support by default RSA ssh keys but mikrotik > 6.31 has to be enable... es <code bash> cd /tmp wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/sklgucver61... l.sh --install cd /tmp wget https://01.org/sites/default/files/downloads/intelr-graphics-linux/kbldmcver10
gstreamer @tips
5 Hits, Last modified:
ponent 0x0098090e (int) : min=0 max=250 step=1 default=100 value=100 white_balance_blue_component 0x0098090f (int) : min=0 max=250 step=1 default=100 value=100 gain 0x00980913 (int) : min=0 max=255 step=1 default=64 value=64 exposure_auto 0x009a0901 (menu) : min=0 max=3 default=1 value=1 exposure_absolute 0x009a0
syntax @wiki
5 Hits, Last modified:
[[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>c... res only works in Microsoft Internet Explorer per default (and only in the "local zone"). * For Mozilla a... ase Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is di... sh period// since the page was last rendered. By default the feed will be sorted by date, newest items fir
analisi @projects:charta
5 Hits, Last modified:
i documenti hanno una categoria più una chiamata "default" su cui un gruppo può avere dei permessi Al mome... nto il ruolo admin è riferito solo alla categoria default, che comprende tutti i documenti di quel realm ... o "admin" sulla categoria del documento o quella default Un documento è scannerizzabile da: * Utenti me... questo ruolo sarà sempre riferito alla categoria default del realm su cui si fa l'uplaod) ==== Schema del
postgres @tips:db
5 Hits, Last modified:
LL PRIVILEGES ON SCHEMA auth TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT SELECT ON TABLES TO gianoauth; ALTER DEFAULT PRIVILEGES FOR USER postgres IN SCHEMA auth GRANT... 3.5/dist-packages/pgadmin4/config.py sed -i -e "s/DEFAULT_SERVER\s*=.*/DEFAULT_SERVER = '0.0.0.0'/" $CONFIG # define pgadmin admin user python3 /usr/local/lib/pyth
openvpn @tips:vpn
5 Hits, Last modified:
vpn user <code> /ppp profile add change-tcp-mss=default comment="" local-address=10.15.32.33 \ name="your_profile" only-one=default remote-address=ovpn-pool \ use-compression=default use-encryption=required use-vj-compression=default </code> define vpn user <code> /ppp secret add caller
3dprinter @projects
4 Hits, Last modified:
y_changes quality_type = normal intent_category = default position = 0 setting_version = 19 [values] cool_... ayer_height_enabled = False adhesion_type = skirt default_material_bed_temperature = 60 layer_height = 0.3 ... /examples/Geeetech/A20/ Marlin/ code . // select default shell to bash Terminal: Select Default Profile // change MOTHERBOARD #define MOTHERBOARD BOARD_GT2560_V4_
dac @tips
4 Hits, Last modified:
ode> pcm.DAC { type hw card "DAC" } ctl.!default { type hw card "DAC" } pcm.!default { type plug slave { pcm "DAC" rate "u... iberry-digi </code> /etc/asound.conf <code> pcm.!default { type hw card 0 } ctl.!default { type hw card 0 } </code>
docker @projects:zibaldone:linux
4 Hits, Last modified:
> /etc/docker/daemon.json <code | download> { "default-address-pools": [ {"base":"172.16.0.0/21","... mesh, SNAT]] /etc/docker/daemon.json <code> { "default-address-pools": [ {"base":"172.16.0.0/21","... > docker swarm init --advertise-addr 10.244.0.5 --default-addr-pool 172.16.8.0/21 --default-addr-pool-mask-length 26 </code> convert web network scoped "local" to
juju @tips
3 Hits, Last modified:
keras @tips
3 Hits, Last modified:
install @tips:opencv
3 Hits, Last modified:
17.10 @tips:ubuntu
3 Hits, Last modified:
smtp @tips:vpn
3 Hits, Last modified:
mdm @projects
2 Hits, Last modified:
mopidy @tips
2 Hits, Last modified:
otp @tips
2 Hits, Last modified:
pulsar @tips
2 Hits, Last modified:
graphite @projects:internetofthings
2 Hits, Last modified:
iotaiuto_skill @projects:internetofthings
2 Hits, Last modified:
jetsonnano @projects:internetofthings
2 Hits, Last modified:
doorbell @projects:iotaiuto
2 Hits, Last modified:
mycroft @projects:iotaiuto
2 Hits, Last modified:
virtualization @projects:livenet
2 Hits, Last modified:
install @tips:archlinux
2 Hits, Last modified:
minecraft @tips:gameengine
2 Hits, Last modified:
hp @tips:hw
2 Hits, Last modified:
corne @projects:zibaldone:electronic
2 Hits, Last modified:
orin
1 Hits, Last modified:
bike @madmax
1 Hits, Last modified:
audio @tips
1 Hits, Last modified:
git @tips
1 Hits, Last modified:
gnss @tips
1 Hits, Last modified:
gpu @tips
1 Hits, Last modified:
minikube @tips
1 Hits, Last modified:
taskfile @tips
1 Hits, Last modified:
uwb @tips
1 Hits, Last modified:
zfs @tips
1 Hits, Last modified:
electronic @projects:internetofthings
1 Hits, Last modified:
googlehome @projects:internetofthings
1 Hits, Last modified:
homeassistant @projects:internetofthings
1 Hits, Last modified:
influxdb @projects:internetofthings
1 Hits, Last modified:
shinobi @projects:internetofthings
1 Hits, Last modified:
docs @projects:wamp
1 Hits, Last modified:
postinstall @tips:archlinux
1 Hits, Last modified:
gpio @tips:radxa
1 Hits, Last modified:
zfs-on-root @tips:ubuntu
1 Hits, Last modified:
juniper @tips:vpn
1 Hits, Last modified:
iidc @projects:zibaldone:electronic
1 Hits, Last modified: