Search
You can find the results of your search below.
Matching pagenames:
- ansible (tips)
- blender (tips)
- googleearth (tips)
- taskfile (tips)
- telegram (tips)
- decompile (tips:android)
- gianomobile (tips:android)
- fluid (tips:blender)
- opencl (tips:blender)
- particles (tips:blender)
- redisegni (tips:blender)
- videoediting (tips:blender)
- oracle (tips:db)
- checkin (tips:galileo)
- lenovo-s531 (tips:hw)
- locale (tips:ubuntu)
- galileo (tips:vpn)
Fulltext results:
- agid
- utorizzati** • Implementare un inventario delle risorse attive correlato a quello ABSC 1.4 • ... collegati in rete. • Gestire l'inventario delle risorse di tutti i sistemi collegati alla rete e ... esenza di software non autorizzato. **Proteggere le configurazioni di hardware e software sui disposi... ati utilizzando la configurazione standard. • Le immagini d'installazione devono essere memorizzat
- ionic
- roid ===== It is important to install native gradle or use gradle shipped with android studio (see PATH below) * ANDROID_HOME=/opt/android-sdk * PAT... ndroid-sdk/platform-tools:/opt/android-studio/gradle/gradle-3.2/bin/ example <code bash> nodeenv lib . lib/bin/activate npm install -g ionic cordova ioni
- lxd
- rpool/lxd # define default storage pool lxc profile device add default root disk path=/ pool=zfspool ... eract with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1... /etc/apt/apt.conf.d/proxy.conf ]; then lxc file push /etc/apt/apt.conf.d/proxy.conf $NAME/etc/apt/apt.conf.d/ fi lxc file push /etc/inputrc $NAME/etc/ </file> ===== basic
- ansible
- ====== ansible ====== ===== basic op ===== <code bash> ansible all --list-hosts ansible all -m ping </code> ===== playbook ===== <file yaml helloworld.yaml> - name: helloworld hosts: n
- ssl
- only --webroot -w /var/www/html -d mail.veronamobile.it </code> wildcard <code> certbot certonly \ -... -tos -d *.iotaiuto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.cs... ive/nextcloud.csgalileo.org/privkey.pem; } </file> renew <code> certbot renew [--dry-run] </code> ... bashrc # now /root/.acme.sh/acme.sh.env is avalaible with bash alias </code> ==== certificate generat
- airos
- uery si ottiene il mac. Ovviamente da fare usande le librerie SNMP PHP ===== http API ===== <code php> <?php // airOS-getFile_HTTP() from Omniflux: // https://community.ubnt.c... interface-with-PHP/m-p/2291860#M29858 // an example of fetching status.cgi from an AF24 (and probably... JSON with the current radio stats // airOS_getFile_HTTP ($username, $password, $file, $address, $sch
- sqlite
- ====== sqlite ====== compile from sources into a python virtualenv (or change PREFIX to /usr/local) w... .tar.gz fi cd sqlite export CFLAGS="-DSQLITE_ENABLE_FTS3 \ -DSQLITE_ENABLE_FTS3_PARENTHESIS \ -DSQLITE_ENABLE_FTS4 \ -DSQLITE_ENABLE_FTS5 \ -DSQLITE_ENABLE_JSON1 \
- gnss
- ster ==== * https://gitlab.com/ihfazhillah/simple-ntrip-caster/-/tree/master * https://gitlab.com/hydrasystem/ntripcaster.git sourcetable.dat <code> CAS;rtcm-ntrip.org;2101;NtripInfoCaste... none </code> test caster, must return source table <code> curl http://192.168.2.50:2101 </code> ==... e <code> ubxtool -p CFG-NAV5 ... dynModel (Portable) ... # or ubxtool -p CFG-NAV5 | grep dynModel
- locale @tips:ubuntu
- url -s "http://wiki.csgalileo.org/tips:ubuntu:locale?do=export_code&codeblock=1" | /bin/bash </code> <file bash script> apt remove -y unattended-upgrades locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX timedatectl s
- 18.04 @tips:ubuntu
- ode> echo 'LANG="it_IT.UTF-8"' > /etc/default/locale locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DISTRO=bionic cat > /etc/apt/sourc
- postgres @tips:db
- eventually open network for remote connections <file ini /etc/postgresql/9.5/main/postgresql.conf> listen_addresses = '*' </file> ===== Basic operations ===== <code> # list dat... # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable expanded display \x </code> set search path for
- galileo @tips:vpn
- :vpn03.png?400 |}} ====== pptp manual ====== <file ini /etc/NetworkManager/system-connections/galile... to-dns=true method=auto [ipv6] addr-gen-mode=stable-privacy dns-search= method=disabled [proxy] </file> <code> chmod 600 /etc/NetworkManager/system-con... ==== galileo openvpn ===== Server certificate <file txt ca.crt> -----BEGIN CERTIFICATE----- MIIDVDCCA
- openvpn @tips:vpn
- import certificates <code> /certificate import file=server.crt import file=server.pem import file=ca.crt </code> <del>Simplier method</del> <code bash> openssl genrsa -des3 -o... pool ranges=10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-
- zfs-on-root @tips:ubuntu
- ash> echo 'LANG="en_US.UTF-8"' > /etc/default/locale dpkg-reconfigure tzdata dpkg-reconfigure keyboard-configuration locale-gen it_IT.UTF-8 locale-gen en_US.UTF-8 update-locale LANG=it_IT.UTF-8 LC_MESSAGES=POSIX DISTRO=xenial cat > /etc/apt/source
- audio
- bash> sudo apt install pulseaudio pulseaudio-module-zeroconf gstreamer1.0-plugins-base-apps gstreamer1.0-pulseaudio </code> <file ini /etc/systemd/system/pulseaudio.service> # sy... rt with: systemctl start pulseaudio.service # enable on boot: systemctl enable pulseaudio.service [Unit] Description=Pulseaudio sound server After=avahi-