• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

no

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:ubuntu (8)
  • tips:android (6)
  • tips:vpn (6)
  • tips:db (4)
  • tips:hw (4)
  • tips:radxa (4)
  • tips:gameengine (3)
  • tips:archlinux (2)
  • tips:speech (2)
  • tips:blender (1)
  • tips:cordova (1)
  • tips:debian (1)
  • tips:galileo (1)
  • tips:rasberry (1)
  • tips:sensors (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • gianomobile (tips:android)
  • lenovo-s531 (tips:hw)
  • cyanogenmod (tips:radxa)
  • notes (tips:speech)
  • gnome3 (tips:ubuntu)

Fulltext results:

agid
39 Hits, Last modified: 4 years ago
===== **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
21 Hits, Last modified: 7 years ago
# 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
20 Hits, Last modified: 7 years ago
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
18 Hits, Last modified: 7 days ago
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
ionic
16 Hits, Last modified: 8 years ago
=== 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
15 Hits, Last modified: 6 years ago
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
15 Hits, Last modified: 8 years ago
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
14 Hits, Last modified: 3 years ago
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
13 Hits, Last modified: 17 months ago
=============================================| | 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
13 Hits, Last modified: 5 years ago
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
13 Hits, Last modified: 3 years ago
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
13 Hits, Last modified: 8 years ago
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
12 Hits, Last modified: 6 years ago
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
blender
11 Hits, Last modified: 6 months ago
ges or vertex * a: select all * ALT+a: select nothing * c: circle select * b: box select * S... select touching vertex, edges, faces Recalculate normals (to solve bevel problems): select all with “... ttps://www.vevor.it/macchina-per-incisione-del-legno-c_11142/cnc-3018-pro-500mw-incisore-laser-per-macchine-cnc-per-pelle-legno-efficiente-p_010225409807?srsltid=AfmBOooSvIuTZpK
lxd
11 Hits, Last modified: 6 years ago
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 </
zabbix
11 Hits, Last modified: 4 years ago
redis @tips:db
11 Hits, Last modified: 8 years ago
xenial @tips:ubuntu
11 Hits, Last modified: 8 years ago
galileo @tips:vpn
11 Hits, Last modified: 17 months ago
cordova
10 Hits, Last modified: 11 years ago
idrac
10 Hits, Last modified: 2 years ago
jibri
10 Hits, Last modified: 3 years ago
tmux
10 Hits, Last modified: 9 years ago
openvpn @tips:vpn
10 Hits, Last modified: 8 years ago
fail2ban
9 Hits, Last modified: 7 years ago
zfs
9 Hits, Last modified: 3 years ago
panda3d @tips:gameengine
9 Hits, Last modified: 11 years ago
unreal @tips:gameengine
9 Hits, Last modified: 11 years ago
locale @tips:ubuntu
9 Hits, Last modified: 8 years ago
airos
8 Hits, Last modified: 7 years ago
telegram
8 Hits, Last modified: 4 years ago
jupyter
7 Hits, Last modified: 8 years ago
ceph-on-k0s
6 Hits, Last modified: 13 months ago
cvat
6 Hits, Last modified: 5 years ago
k0s
6 Hits, Last modified: 13 months ago
minikube
6 Hits, Last modified: 4 years ago
tridactyl
6 Hits, Last modified: 6 months ago
airmouse
5 Hits, Last modified: 4 years ago
gnss
5 Hits, Last modified: 3 years ago
jupyterhub
5 Hits, Last modified: 5 years ago
test
5 Hits, Last modified: 5 years ago
postinstall @tips:archlinux
5 Hits, Last modified: 3 years ago
checkin @tips:galileo
5 Hits, Last modified: 3 years ago
simon @tips:speech
5 Hits, Last modified: 9 years ago
gnome3 @tips:ubuntu
5 Hits, Last modified: 5 months ago
server @tips:ubuntu
5 Hits, Last modified: 4 years ago
trusty @tips:ubuntu
5 Hits, Last modified: 10 years ago
pptp @tips:vpn
5 Hits, Last modified: 9 years ago
ansible
4 Hits, Last modified: 3 years ago
git
4 Hits, Last modified: 7 years ago
windows10
4 Hits, Last modified: 7 years ago
bv9500 @tips:android
4 Hits, Last modified: 4 years ago
mssql @tips:db
4 Hits, Last modified: 9 years ago
atom
3 Hits, Last modified: 8 years ago
autofs
3 Hits, Last modified: 9 years ago
dac
3 Hits, Last modified: 9 years ago
fdf
3 Hits, Last modified: 5 years ago
pypi
3 Hits, Last modified: 3 years ago
verbaliesempio
3 Hits, Last modified: 3 years ago
vgpu
3 Hits, Last modified: 4 years ago
video
3 Hits, Last modified: 5 years ago
stratos @tips:android
3 Hits, Last modified: 8 years ago
bonding
2 Hits, Last modified: 5 years ago
borg
2 Hits, Last modified: 5 years ago
capacitor
2 Hits, Last modified: 8 years ago
pcb
2 Hits, Last modified: 5 years ago
rocm
2 Hits, Last modified: 3 days ago
uwb
2 Hits, Last modified: 6 years ago
virtualization @tips:android
2 Hits, Last modified: 10 years ago
linux @tips:rasberry
2 Hits, Last modified: 9 years ago
motorizzazione @tips:vpn
2 Hits, Last modified: 7 years ago
audio
1 Hits, Last modified: 9 years ago
calibre
1 Hits, Last modified: 8 years ago
cps
1 Hits, Last modified: 4 years ago
ftp
1 Hits, Last modified: 7 years ago
ldap
1 Hits, Last modified: 6 years ago
multiboot
1 Hits, Last modified: 3 years ago
openalpr
1 Hits, Last modified: 10 years ago
opengl
1 Hits, Last modified: 11 years ago
openspec
1 Hits, Last modified: 2 weeks ago
trac
1 Hits, Last modified: 14 months ago
xpath
1 Hits, Last modified: 10 years ago
zsh
1 Hits, Last modified: 7 years ago
bootanimation @tips:android
1 Hits, Last modified: 11 years ago
decompile @tips:android
1 Hits, Last modified: 6 years ago
fluid @tips:blender
1 Hits, Last modified: 11 years ago
inappbrowser @tips:cordova
1 Hits, Last modified: 11 years ago
mariadb @tips:db
1 Hits, Last modified: 9 years ago
deb @tips:debian
1 Hits, Last modified: 11 years ago
minetest @tips:gameengine
1 Hits, Last modified: 8 years ago
dell @tips:hw
1 Hits, Last modified: 3 years ago
hp @tips:hw
1 Hits, Last modified: 14 months ago
kuu @tips:hw
1 Hits, Last modified: 3 years ago
lenovo-s531 @tips:hw
1 Hits, Last modified: 7 years ago
android @tips:radxa
1 Hits, Last modified: 11 years ago
gpio @tips:radxa
1 Hits, Last modified: 11 years ago
linux @tips:radxa
1 Hits, Last modified: 10 years ago
monitor @tips:radxa
1 Hits, Last modified: 10 years ago
kinectv2 @tips:sensors
1 Hits, Last modified: 11 years ago
notes @tips:speech
1 Hits, Last modified: 9 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago
univr @tips:vpn
1 Hits, Last modified: 3 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