• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

che

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips
  • Any namespace
  • tips:android (6)
  • tips:ubuntu (5)
  • tips:radxa (3)
  • tips:vpn (3)
  • tips:archlinux (2)
  • tips:blender (2)
  • tips:db (2)
  • tips:gameengine (2)
  • tips:cordova (1)
  • tips:hw (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:

  • checkin (tips:galileo)

Fulltext results:

agid
19 Hits, Last modified: 4 years ago
nizzazione. • Eventuali sistemi in esercizio che vengano compromessi devono essere ripristinati ut... tutti i sistemi in rete con strumenti automatici che forniscano a ciascun amministratore di sistema re... port con indicazioni delle vulnerabilità più critiche. • Assicurare che gli strumenti di scansione delle vulnerabilità utilizzati siano regolarmente agg
git
17 Hits, Last modified: 7 years ago
vim [http] sslverify = false [alias] co = checkout ci = commit st = status br = bra... p://git.csgalileo.org/livenet-server.git </code> check origin <code bash> git remote show origin </code> if prune needed (on server restart apache if dav is used) <code bash> git remote prune orig... ate branch with current changes ===== <code> git checkout -b newBranch </code> ===== tag ===== <code
telegram
11 Hits, Last modified: 4 years ago
: updater = Updater(TOKEN) updater.dispatcher.add_handler(CommandHandler('start', start)) updater.dispatcher.add_handler(CommandHandler('show', show)) updater.dispatcher.add_handler(CommandHandler('motion', motion)) updater.dispatcher.add_handler(CommandHandler('1', previewday))
atom
10 Hits, Last modified: 8 years ago
b.com/atom/atom/releases/latest -O /tmp/latest MATCHEDROW=$(awk -F '[<>]' '/href=".*atom-amd64.deb/' /tmp/latest) LATEST=$(echo $MATCHEDROW | grep -o -P '(?<=href=").*(?=" rel)') VER_LATEST=$(echo $MATCHEDROW | rev | cut -d"/" -f 2 | rev | sed 's/v//g') ... lled --bare </code> disabilitare package metrics che manda le statistiche a google $HOME/.atom/confi
jibri
10 Hits, Last modified: 3 years ago
"ping"; } storage = "null" muc_room_cache_size = 1000 VirtualHost "jibri.csgalileo.org" ... ient 50000 timeout server 50000 timeout check 10000 log global option httplog m... mode http server s1 94.230.76.84:8080 check id 1 backend bk_http mode http server s2 localhost:8080 check id 2 backend bk_https mode http
lxd
10 Hits, Last modified: 6 years ago
f.d/proxy.conf ]; then sudo apt install apt-cacher-ng PROXY=$( lxc network show lxdbr0 | sed -n... echo "PfilePattern = .*" | sudo tee -a /etc/apt-cacher-ng/acng.conf echo "PassThroughPattern: .*" | sudo tee -a /etc/apt-cacher-ng/acng.conf systemctl restart apt-cacher-ng fi lxc info $NAME >/dev/null 2>&1 if [ ! $? = 0 ];
postgres @tips:db
10 Hits, Last modified: 7 years ago
bases \l # connect to database \c giano # list schema \dn # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extens... ALTER DATABASE database_name SET search_path TO schema_name,public; </code> drop role gianoauth <cod... NOREPLICATION; </code> ... create database and schemas ... grant operations on schema auth to role g
gianomobile @tips:android
9 Hits, Last modified: 6 years ago
nerale relativo alla protezione delle persone fisiche con riguardo al trattamento dei dati personali n.... unicazione di Internet. Si tratta di informazioni che non sono raccolte per essere associate a interessati identificati, ma che, per loro stessa natura, potrebbero, attraverso e... ati al solo fine di ricavare informazioni statistiche anonime sull’uso dell’applicazione e per controll
pulsar
8 Hits, Last modified: 6 years ago
=== Pulsar ====== <code> wget https://archive.apache.org/dist/pulsar/pulsar-2.4.1/apache-pulsar-2.4.1-bin.tar.gz tar xvfz apache-pulsar-2.4.1-bin.tar.gz cd apache-pulsar-2.4.1 # connectors # storage wget https://archive.apache.o
install @tips:archlinux
8 Hits, Last modified: 3 years ago
== ZFS ==== Reset disk and create GPT partition schema <code> DISK=/dev/disk/by-id/ata-HFS512G39MND-35... ,xattr,noacl 0 0" > /mnt/etc/fstab </code> zfs cache <code> [ -f /etc/zfs/zpool.cache ] || zpool set cachefile=/etc/zfs/zpool.cache rpool mkdir -p /mnt/etc/zfs cp /etc/zfs/zpool.cache /mnt
airos
7 Hits, Last modified: 7 years ago
le_HTTP ($username, $password, $file, $address, $schema) #$out = airOS_getFile_HTTP ("root", "xxx", "s... le_HTTP ($username, $password, $file, $address, $schema) { $ch = curl_init(); // Setu... < 8.5.0 curl_setopt ($ch, CURLOPT_URL, "$schema://$address/api/auth"); curl_setopt ($ch... curl_setopt ($ch, CURLOPT_URL, "$schema://$address/$file"); curl_setopt
jupyterhub
6 Hits, Last modified: 5 years ago
') ====== Cluster ====== Il cluster kubernetes (che si appoggia su [[https://rancher.com/|Rancher]] per una migliore versatilità) è composto da tre nodi master e tre nodi worker (che eseguono i container docker). Il tutto si pilota
openspec
6 Hits, Last modified: 2 weeks ago
/changes/<change-id>/tasks.md` file, ensuring the checklist of implementation steps is accurate, comple... validate <change-id>` command in the terminal to check for any structural errors in the spec deltas. I... impact * **tasks.md**: Detailed implementation checklist broken into 5 phases (design, configuration... 3) **Review spec.md and tasks.md** eventually check status of proposals <code bash> openspec view o
ssl
6 Hits, Last modified: 7 days ago
ration for letsencrypt ===== On host that has apache/nginx install acme.sh <code bash> wget -O - htt... cer </file> ==== certificate integration for apache ==== <code bash> HOST=mail.csgalileo.org acme.sh... etc/ssl/certs/ca.cer \ --fullchainpath /etc/apache2/fullchain.cer \ --ecc \ --reloadcmd "service apache2 reload" </code> <file yaml apache.conf> <Virtua
zfs-on-root @tips:ubuntu
6 Hits, Last modified: 8 years ago
Disk ===== Reset disk and create GPT partition schema <code> DISK=/dev/disk/by-id/ata-HFS512G39MND-35... apt install --yes grub-efi-amd64 </code> check <code> grub-probe / ---> zfs </code> if error... tory=/boot/efi \ --bootloader-id=ubuntu --recheck --no-floppy </code> verify if "ls /boot/grub/*... ias=throughput -o sync=always \ -o primarycache=metadata -o secondarycache=none \ -o com.su
vrcard
5 Hits, Last modified: 3 years ago
cordova
4 Hits, Last modified: 11 years ago
tridactyl
4 Hits, Last modified: 6 months ago
zfs
4 Hits, Last modified: 3 years ago
minecraft @tips:gameengine
4 Hits, Last modified: 8 years ago
ansible
3 Hits, Last modified: 3 years ago
idrac
3 Hits, Last modified: 2 years ago
k80
3 Hits, Last modified: 17 months ago
pcb
3 Hits, Last modified: 5 years ago
rocm
3 Hits, Last modified: 3 days ago
zsh
3 Hits, Last modified: 7 years ago
adb @tips:android
3 Hits, Last modified: 8 years ago
inappbrowser @tips:cordova
3 Hits, Last modified: 11 years ago
mssql @tips:db
3 Hits, Last modified: 9 years ago
locale @tips:ubuntu
3 Hits, Last modified: 8 years ago
cvat
2 Hits, Last modified: 5 years ago
dac
2 Hits, Last modified: 9 years ago
dns
2 Hits, Last modified: 4 years ago
fail2ban
2 Hits, Last modified: 7 years ago
jupyter
2 Hits, Last modified: 8 years ago
keras
2 Hits, Last modified: 6 years ago
onvif
2 Hits, Last modified: 7 years ago
pyramid
2 Hits, Last modified: 10 years ago
test
2 Hits, Last modified: 5 years ago
bv7000 @tips:android
2 Hits, Last modified: 8 years ago
17.10 @tips:ubuntu
2 Hits, Last modified: 8 years ago
18.04 @tips:ubuntu
2 Hits, Last modified: 7 years ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
airmouse
1 Hits, Last modified: 4 years ago
audit
1 Hits, Last modified: 7 years ago
autofs
1 Hits, Last modified: 9 years ago
ceph-on-k0s
1 Hits, Last modified: 13 months ago
k0s
1 Hits, Last modified: 13 months ago
kyria
1 Hits, Last modified: 5 years ago
multiboot
1 Hits, Last modified: 3 years ago
otp
1 Hits, Last modified: 5 years ago
overpass
1 Hits, Last modified: 5 years ago
tmux
1 Hits, Last modified: 9 years ago
video
1 Hits, Last modified: 5 years ago
zabbix
1 Hits, Last modified: 4 years ago
decompile @tips:android
1 Hits, Last modified: 6 years ago
stratos @tips:android
1 Hits, Last modified: 8 years ago
virtualization @tips:android
1 Hits, Last modified: 10 years ago
appimage @tips:archlinux
1 Hits, Last modified: 6 years ago
fluid @tips:blender
1 Hits, Last modified: 11 years ago
redisegni @tips:blender
1 Hits, Last modified: 11 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
dell @tips:hw
1 Hits, Last modified: 3 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
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
juniper @tips:vpn
1 Hits, Last modified: 11 years ago
motorizzazione @tips:vpn
1 Hits, Last modified: 7 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