Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- agid
- ===== **Inventario dei dispositivi autorizzati e non autorizzati** • Implementare un inventario ... nventario quando nuovi dispositivi approvati vengono collegati in rete. • Gestire l'inventario del... e dei dispositivi di rete stessi, registrando almeno l'indirizzo IP. **Inventario dei software autorizzati e non autorizzati** • Stilare un elenco di softwa
- postgres @tips:db
- # list databases \l # connect to database \c giano # list schema \dn # list tables in schema \dt a... ath TO schema_name,public; </code> drop role gianoauth <code> REASSIGN OWNED BY gianoauth TO postgres; DROP OWNED BY gianoauth; DROP USER IF EXISTS gianoauth; </code> create role gianoau
- 18.04 @tips:ubuntu
- apt install -y debootstrap zfs create -o canmount=noauto -o mountpoint=/$DISTRO rpool/ROOT/$DISTRO zfs... mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs... etc/fstab <<EOF rpool/ROOT/$DISTRO / zfs defaults,noatime 0 0 EOF </code> ===== post install ===== <... 0 gir1.2-clutter-1.0 sudo apt install -y gpaste gnome-shell-extensions-gpaste sudo apt install -y gno
- ssl
- ual \ --preferred-challenges=dns \ --email stefano.scipioni@csgalileo.org \ --server https://acme-v... leo.org; server_tokens off; location /.well-known/acme-challenge { root /var/www; allow a... wget -O - https://get.acme.sh | sh . ~/.bashrc # now /root/.acme.sh/acme.sh.env is avalaible with bas... # create this folder empty location /.well-known/acme-challenge { root /var/www; allow
- gnome3 @tips:ubuntu
- ====== Gnome3 ====== <code bash> sudo add-apt-repository ppa:gnome3-team/gnome3-staging sudo apt update sudo apt install ubuntu-gnome-desktop </code> customize environment with **g
- ionic
- === Ionic ====== ===== Prerequisites ===== ==== nodejs (latest) ==== <code bash> sudo apt-get install build-essential # curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - # sudo apt install nodejs </code> ==== nodeenv ==== <code bash> sudo apt-get install python-pip sudo pip install nodeenv
- gianomobile @tips:android
- lazione all’utilizzo dell’applicazione Galileo Giano Mobile (di seguito “App”) e dei servizi ivi forni... al funzionamento di questa applicazione acquisiscono, nel corso del loro normale esercizio, alcuni dati personali la cui trasmissione è implicita nell’uso... azione di Internet. Si tratta di informazioni che non sono raccolte per essere associate a interessati
- zfs-on-root @tips:ubuntu
- update apt install openssh-server # connect from another PC via ssh </code> <code> apt install --yes ... O atime=off -O canmount=off -O compression=lz4 -O normalization=formD \ -O mountpoint=/ -R /mnt ... t=/ -R /mnt -O canmount=off -O compression=lz4 -O normalization=formD -o ashift=12 \ rpool raidz /de... r <code> zfs create -o canmount=off -o mountpoint=none rpool/ROOT </code> create filesystem for root
- vrcard
- ne servizi turistici, informazioni, itinerari, prenotazioni, pagamenti da remoto, servizi di Smart des... legamento con il sito Visit Verona. Vuole essere uno strumento efficace e organico per la regia del tu... ercianti ed esercenti. Sarà ideata, dunque, come uno strumento per coniugare il turismo culturale e le... a Smart Verona potrà gestire: - - ingressi e prenotazioni ai musei e ai monumenti della città e del
- k80
- =============================================| | No running processes found ... on 11.4 / 11.4 CUDA Capability Major/Minor version number: 3.7 Total amount of global ... Run time limit on kernels: No Integrated GPU sharing Host Memory: No Support host page-locked memory mapping:
- otp
- accessi: vi /etc/security/login_token.conf # Do not require two-factor from here: + : dennis : 1.1.1.0/24 # lolnope don't need two-factor at all + : lolnope : ALL # Demand two-factor from everywhere and everyone el... s from two-factor auth [success=done default=ignore] pam_access.so accessfile=/etc/security/lo
- install @tips:archlinux
- ashift=12 \ -O atime=off -O canmount=off -O normalization=formD \ -O mountpoint=/ -R /mnt ... t=/ -R /mnt -O canmount=off -O compression=lz4 -O normalization=formD -o ashift=12 \ rpool raidz /de... t <code> zfs create -o canmount=off -o mountpoint=none rpool/ROOT zfs create -o canmount=noauto -o mountpoint=/ rpool/ROOT/arch zfs mount rpool/ROOT/arch
- 17.10 @tips:ubuntu
- apt install -y debootstrap zfs create -o canmount=noauto -o mountpoint=/$DISTRO rpool/ROOT/$DISTRO zfs... mounts /etc/mtab apt update apt install --yes --no-install-recommends linux-lowlatency zfs-initramfs... /etc/fstab <<EOF rpool/ROOT/artful / zfs defaults,noatime 0 0 EOF </code> ===== post install ===== <c... 0 gir1.2-clutter-1.0 sudo apt install -y gpaste gnome-shell-extensions-gpaste sudo apt install -y gno
- keras
- tuptools mock pip install -U keras_applications --no-deps pip install -U keras_preprocessing --no-deps # tf 2 git clone https://github.com/tensorflow/ten... -fix-for-gettid.patch </code> <code> export TF_IGNORE_MAX_BAZEL_VERSION=1 export TF_NEED_CUDA=1 ./con... code> build --action_env PYTHON_BIN_PATH="/lab/gianoobserver/lib/bin/python" build --action_env PYTHON
- lxd
- ed true # for every share # lxc init stretch giano lxc config set gianocop security.privileged true lxc config set giano raw.idmap "both $UID $UID" # source is on host, path is inside container lxc config device add giano develop disk source=/mnt/giano path=/mnt/giano </