host

Search

You can find the results of your search below.

lxd @tips
27 Hits, Last modified:
trusty1 lxc delete trusty1 </code> autostart on host boot <code bash> lxc config set <name> boot.autos... # lxc config set $NAME environment.DISPLAY <ip-of-host-lxdbr0-bridge>:0 lxc config set $NAME environment... Xauthority source=${XAUTHORITY} </code> ==== on host ==== for gmd (ubuntu >= 17.10) or ... <file ini ... isten tcp </file> add ip of container on /etc/X0.hosts <code> NAME=x11test lxc info $NAME | sed -n "s/\
ssl @tips
12 Hits, Last modified:
rtificate and use with curl <code | download> API_HOST=sso.csgalileo.org echo quit | openssl s_client -showcerts -servername "$API_HOST" -connect "$API_HOST":443 > cacert.pem curl --cacert cacert.pem https://sso.csgalileo.org/ </code> in ... === acme.sh integration for letsencrypt ===== On host that has apache/nginx install acme.sh <code bash
docker @projects:zibaldone:linux
11 Hits, Last modified:
ode> attach to container and copy directory from host to container <code> docker attach 3f apk update a... dx create --use --name $NAME --driver-opt network=host </code> build from a Dockerfile and push to loca... via ssh ===== scenario: connect to remote docker host via ssh and run X11 GUI on client ssh on docker host sshd edit /etc/ssh/sshd_config <code> X11Forwardi
iotaiuto @projects:internetofthings
9 Hits, Last modified:
CHINA e VPN-CLIENTE corrispondano sudo nano /etc/hostname sudo nano /etc/hosts sudo hostname ha-xxxxxxxx sudo reboot </code> ==== INSTALLAZIONE PYTHON3 + HOME-ASSISTANT + RELATIV... del "discovery": broadlink_cli --type 0x2787 --host 192.168.2.28 --mac a126f434ea34 # si esegue qu
ansible @tips
6 Hits, Last modified:
== basic op ===== <code bash> ansible all --list-hosts ansible all -m ping </code> ===== playbook ==... <file yaml helloworld.yaml> - name: helloworld hosts: nodes tasks: - name: Ping my hosts ansible.builtin.ping: - name: Print message ansi... ddkeys.yaml> - name: Add ssh key to ubuntu user hosts: nodes tasks: - name: Set authorized key too
k80 @tips
6 Hits, Last modified:
: No Integrated GPU sharing Host Memory: No Support host page-locked memory mapping: Yes Alignment requirement for ... / 3 / 0 Compute Mode: < Default (multiple host threads can use ::cudaSetDevice() with device sim... : No Integrated GPU sharing Host Memory: No Support host page-locked
univr @tips:vpn
6 Hits, Last modified:
{ :tips:vpn:mfa.jpg |}} ~/.ssh/config <code> Host umfa Hostname mfa-ssh-srv.univr.it User 01scpsfn29 ForwardAgent yes Host ucd Hostname cd-www-srv.univr.it User 01scpsfn29 ProxyJump umfa Host ustage Hostname stage-dev
airos @tips
5 Hits, Last modified:
number": 2, "name": "Chain 1" } ], "host": { "hostname": "cpe-188192-gal-lab", "uptime": 667685, "time": "2018-01-26 08:29:59", ... pps": 0 }, "remote": { "hostname": "santuario-SudOvest", "platform":... } } </code> risposta CPE <code javascript> { "host": { "uptime": 5104088, "time": "2017-02-16 18:5
virtualization @projects:livenet
5 Hits, Last modified:
driver for storage (no virtio available) * Use host only network and assign static IP to guest * In... irtualbox-vm-on-linux.html|ZFS zvol]] Discover host printer name with lpstat -a Address to use from windows <code> http://<hostip>:631/printers/<printername> </code> Enable network for guest if host is connected to work with eth0 <code> echo 1 > /p
vgpu @tips
4 Hits, Last modified:
====== vgpu ====== ===== host ===== * TESLA T4 NVIDIA Corporation TU104GL * you must ensure that... IOV SBIOS setting is enabled on the server. into host <code> sudo apt install build-essential echo 'bla... -x86_64-460.73.01.run into juju cli and upload to host <code> juju scp /root/NVIDIA-Linux-x86_64-460.73.01.run $node1:/tmp </code> into host <code> sh /tmp/NVIDIA-Linux-x86_64-460.73.01.run
zabbix @tips
4 Hits, Last modified:
-r '.result' > ../flussi/dati.json jq -r 'del(.[].hosts) | (map(keys) | add | unique) as $cols | map(. a... ti.json > ../flussi/dati_trigger.csv jq -r '(map(.hosts[] + {"triggerid": .triggerid} | keys) | add | un... ws[] | @csv' ../flussi/dati.json > ../flussi/dati_host.csv rm ../flussi/dati.json cat ../flussi/dati_trigger.csv & ../flussi/dati_host.csv # 4. logout user curl -s -X POST \ -H 'Conte
server @projects:livenet
4 Hits, Last modified:
et/images run .... <code> R=bionic cat > ${R}/etc/hosts <<QWK 127.0.0.1 localhost livenet-host ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-... are installed in the chroot if [ ! "\\\`cat /etc/hostname\\\`" = "\\\`hostname\\\`" ]; then exit 101 fi QWE chmod +x ${R}/usr/sbin/policy-rc.d </code>
postgres @tips:db
4 Hits, Last modified:
ners <code> /var/lib/lxd/networks/lxdbr0/dnsmasq.hosts ├── pgmodeler └── postgres </code> <code> cat > /var/lib/lxd/networks/lxdbr0/dnsmasq.hosts/pgmodeler <<EOF 00:16:3e:9d:ad:d2,10.8.120.205,p... r EOF cat > /var/lib/lxd/networks/lxdbr0/dnsmasq.hosts/postgres <<EOF 00:16:3e:ce:41:53,10.8.120.228,po... code> if in container enable remote connection on host <file ini /etc/gdm3/custom.conf> [security] Disal
mdm @projects
3 Hits, Last modified:
CREATE DATABASE hmdm WITH OWNER=hmdm; PostgreSQL host [localhost]: localhost PostgreSQL port [5432]: 54... h on server or ROOT [/hmdm]: /hmdm Tomcat virtual host [localhost]: localhost Ready to install! Locatio... '' aperta. Inoltre, dietro NAT, modificare ''/etc/hosts'' <code> IP_PRIVATO android.giano.comune.verona
cvat @tips
3 Hits, Last modified:
tp://94.230.78.71:8007/ enable access from other hosts <file ini docker-compose.override.yml> version:... services: cvat: environment: ALLOWED_HOSTS: "*" CVAT_SHARE_URL: "Mounted from host directory" volumes: - cvat_share:/home/django/
orin
2 Hits, Last modified:
cordova @tips
2 Hits, Last modified:
keras @tips
2 Hits, Last modified:
homeassistant @projects:internetofthings
2 Hits, Last modified:
xenial @tips:ubuntu
2 Hits, Last modified:
dns @tips
1 Hits, Last modified:
fail2ban @tips
1 Hits, Last modified:
idrac @tips
1 Hits, Last modified:
minikube @tips
1 Hits, Last modified:
pypi @tips
1 Hits, Last modified:
broadlink @projects:internetofthings
1 Hits, Last modified:
presence @projects:iotaiuto
1 Hits, Last modified:
seamless @projects:livenet
1 Hits, Last modified:
vscode @projects:zibaldone
1 Hits, Last modified:
install @tips:archlinux
1 Hits, Last modified:
mssql @tips:db
1 Hits, Last modified:
networknamespaces @tips:linux
1 Hits, Last modified:
kinectv2 @tips:sensors
1 Hits, Last modified:
smtp @tips:vpn
1 Hits, Last modified:
iptables @projects:zibaldone:linux
1 Hits, Last modified: