• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

id

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (76)
  • projects (39)
  • madmax (3)
  • music (1)
  • playground (1)
  • wiki (1)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • sidebar
  • agid (tips)
  • idrac (tips)
  • mopidy (tips)
  • pyramid (tips)
  • tridactyl (tips)
  • video (tips)
  • liberidicomunicare (pro…aiuto)
  • adb (tips:android)
  • bootanimation (tips:android)
  • bv7000 (tips:android)
  • bv9500 (tips:android)
  • decompile (tips:android)
  • development (tips:android)
  • gianomobile (tips:android)
  • postinstall (tips:android)
  • stratos (tips:android)
  • virtualization (tips:android)
  • fluid (tips:blender)
  • videoediting (tips:blender)
  • android (tips:radxa)
  • iidc (projects:z…e:electronic)

Fulltext results:

lxd @tips
54 Hits, Last modified: 6 years ago
lder ===== <code> # only first time echo "root:$UID:1" | sudo tee -a /etc/subuid echo "root:${id -d}:1" | sudo tee -a /etc/subgid lxc profile set default security.privileged true # for every share
cordova @tips
49 Hits, Last modified: 11 years ago
e> sudo npm update -g </code> ===== Install Android SDK ===== Create /etc/etc/profile.d/android.sh or add in .bash_profile <code> export ANDROID_HOME=/lab/android-sdk-linux/ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools </cod
telegram @tips
30 Hits, Last modified: 4 years ago
pi.telegram.org/bot[BOT_API_KEY]/sendMessage?chat_id=@[MY_CHANNEL_NAME]&text=[MY_MESSAGE_TEXT] </code>... ndMessage \ -d text="this is a message" \ -d chat_id=73496590 \ | jq . </code> <code> curl -s -X POST ... a message to group * Give .result.message.chat.id from curl https://api.telegram.org/bot${TOKEN}/ge... Send a message to group <code bash> TOKEN= CHATID= curl -X POST "https://api.telegram.org/bot${TOKE
ionic @tips
29 Hits, Last modified: 8 years ago
cd <project> ionic lib update </code> ===== Android ===== It is important to install native gradle or use gradle shipped with android studio (see PATH below) * ANDROID_HOME=/opt/android-sdk * PATH=/opt/android-sdk/platform-tools:/opt/android-studio/gradle/gradle-3.2/
install @tips:opencv
26 Hits, Last modified: 8 years ago
====== opencv install ====== ===== android studio ===== [[https://stackoverflow.com/questions/504338... -to-as3-1-2-and-ndk-17-0|integrate opencv in android studio project]] ===== linux ===== prereq: ubu... do make install sudo ldconfig </code> ===== android ===== prereq: * android SDK in REAL_ANDROID_SDK (REAL_ANDROID_SDK=/opt/android-sdk) with NDK insta
esphome @projects:internetofthings
25 Hits, Last modified: 4 years ago
\"Discover\", \"payloadVersion\": \"3\", \"messageId\": \"8db404f7-f5a1-495e-9a30-3a8af3bf94e0\"}, \"p... ": [ "CAMERA" ], "cookie": {}, "endpointId": "camera#citofono", "friendlyName": "citofono"... a", "version": "3" } ] } </code> valid stream camera working in alexa <code javascript> ... ": [ "CAMERA" ], "cookie": {}, "endpointId": "camera#cancello", "friendlyName": "camera ca
openalpr @tips
22 Hits, Last modified: 10 years ago
====== OpenALPR ====== ===== Android ===== [[https://github.com/openalpr/openalpr/wiki/Android-compilation|reference]] ==== Requirements ==== === android sdk === === android-ndk === /etc/profile.d/sdk.sh <code> export NDKROOT=/lab/sdk/android-ndk-r10e e
proxmox @tips
19 Hits, Last modified: 4 weeks ago
="bash"> # Set variables for easy customization VMID=9000 VM_NAME="ubuntu-2404-template" # A descripti... the VM with your specified hardware qm create $VMID \ --name $VM_NAME \ --memory 8192 \ --cores... m' with your target storage name qm importdisk $VMID ubuntu-24.04-server-cloudimg-amd64.img local-lvm ... lace 'local-lvm' with your storage name qm set $VMID --scsi0 local-lvm:vm-9000-disk-0 # Resize the di
iotaiuto_skill @projects:internetofthings
19 Hits, Last modified: 5 years ago
= user --> alexa alexa -[#0000FF]-> skill: alexa_id skill --> cloud: /api/user/alexa_id cloud --> skill: token,endpoint,user_id skill -[#0000FF]-> proxy: <endpoint> payload proxy -[#0000FF]... tro ingresso aws_token * risposta <code> {'user_id': 'amzn1.account.AGH7EXZ2ZZMPAUDFRBZQQFK7HDQQ', '
04-connessione-ceph @projects:openstack-ansible
14 Hits, Last modified: 17 hours ago
.224.14.12:6789 - 10.224.14.13:6789 # Genera UUID per i segreti # Usa: uuidgen per generare questo uuid cinder_ceph_client_uuid: "ad44c82d-e905-4d13-bfad-8fe47567a8e0" # === GLANCE CONFIGURATION === gla... timeout: -1 rbd_user: cinder rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}" report_disca
k80 @tips
12 Hits, Last modified: 17 months ago
----------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Tem... | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |================================
video @tips
12 Hits, Last modified: 5 years ago
===== lates ===== <code bash> #!/bin/bash CHATID=$1 BASEpath='/media/camere' [ -z "${CHATID}" ] && exit 1 for folder in $(find /media/camere/ -maxd... /telegram.sh "$ago (camera $i)" "${preview}" $CHATID ) & sleep 1 done done </code> ===== on motion... <code> #!/bin/sh set -x caption=$1 video=$2 CHATID=$3 # TOKEN="xxxx:xxxx" [ -z "$CHATID" ] && exi
zabbix @tips
12 Hits, Last modified: 4 years ago
: \"$user\", \"password\": \"$password\" }, \"id\": 1, \"auth\": null } " $url | \ jq -r '.result... ": \"DESC\" }, \"auth\": \"$auth\", \"id\": 1 } " $url | \ jq -r '.result' # 4. logout us... hod\": \"user.logout\", \"params\": [], \"id\": 1, \"auth\": \"$auth\" } " $url ~  Scari... \"password\": \"$password\" }, \"id\": 1, # 1. set connection details url=htt
homeassistant @projects:internetofthings
12 Hits, Last modified: 3 years ago
er sudo systemctl start docker ls /dev/serial/by-id/ copiare il nome della chiavetta usb (es usb-0658... 10.36 termostato [[reference|<Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wen... nfig/manufacturer_specific.xml near <Manufacturer id="0118" name="Wenzhou TKB Control System"> <code> <Product type="0201" id="0501" name="TZ10.XX Wall Thermostat" config="wen
dell @tips:hw
11 Hits, Last modified: 3 years ago
upport/home/us/en/04/drivers/driversdetails?driverid=f48c2 <code> cd /opt tar xvf perccli_7.1-007.012... 7.0127.0000.0000-1_all.deb </code> ====== megaraid ====== ==== Install on Ubuntu 22.04 ==== <code>... /tmp/megacli_8.07.14-2_all.deb; ln -s /opt/MegaRAID/MegaCli/MegaCli64 /usr/bin/megacli </code... code> apt install -y gnupg wget -O - https://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | s
zfs-on-root @tips:ubuntu
11 Hits, Last modified: 8 years ago
development @tips:android
10 Hits, Last modified: 9 years ago
airos @tips
9 Hits, Last modified: 7 years ago
capacitor @tips
9 Hits, Last modified: 8 years ago
fluid @tips:blender
9 Hits, Last modified: 11 years ago
doorbell @projects:iotaiuto
8 Hits, Last modified: 4 years ago
postinstall @tips:archlinux
8 Hits, Last modified: 3 years ago
3dprinter @projects
7 Hits, Last modified: 4 years ago
mdm @projects
7 Hits, Last modified: 4 years ago
openspec @tips
7 Hits, Last modified: 2 weeks ago
zfs @tips
7 Hits, Last modified: 3 years ago
googlehome @projects:internetofthings
7 Hits, Last modified: 8 years ago
docker @projects:zibaldone:linux
7 Hits, Last modified: 3 years ago
pyramid @tips
6 Hits, Last modified: 10 years ago
iotaiuto @projects:internetofthings
6 Hits, Last modified: 5 years ago
chiquitita @music
5 Hits, Last modified: 10 years ago
esp32lora @projects:internetofthings
5 Hits, Last modified: 6 years ago
11-ns-network @projects:openstack-ansible
5 Hits, Last modified: 17 hours ago
inappbrowser @tips:cordova
5 Hits, Last modified: 11 years ago
playground @playground
4 Hits, Last modified: 3 years ago
autofs @tips
4 Hits, Last modified: 9 years ago
gnss @tips
4 Hits, Last modified: 3 years ago
ldap @tips
4 Hits, Last modified: 6 years ago
mev2 @projects:giano
4 Hits, Last modified: 3 years ago
liberidicomunicare @projects:iotaiuto
4 Hits, Last modified: 3 years ago
adb @tips:android
4 Hits, Last modified: 8 years ago
install @tips:archlinux
4 Hits, Last modified: 3 years ago
kinectv2 @tips:sensors
4 Hits, Last modified: 11 years ago
locale @tips:ubuntu
4 Hits, Last modified: 8 years ago
turbolevo @projects:zibaldone:electronic
4 Hits, Last modified: 4 years ago
oruxmaps @madmax
3 Hits, Last modified: 3 years ago
plate @projects
3 Hits, Last modified: 3 years ago
blender @tips
3 Hits, Last modified: 6 months ago
ceph-on-k0s @tips
3 Hits, Last modified: 13 months ago
keras @tips
3 Hits, Last modified: 6 years ago
optimus @tips
3 Hits, Last modified: 5 years ago
rocm @tips
3 Hits, Last modified: 3 days ago
smartreader @tips
3 Hits, Last modified: 7 years ago
graphite @projects:internetofthings
3 Hits, Last modified: 8 years ago
03-ceph @projects:openstack-ansible
3 Hits, Last modified: 17 hours ago
10-storage-backend @projects:openstack-ansible
3 Hits, Last modified: 17 hours ago
postinstall @tips:android
3 Hits, Last modified: 9 years ago
redis @tips:db
3 Hits, Last modified: 8 years ago
monitor @tips:radxa
3 Hits, Last modified: 10 years ago
18.04 @tips:ubuntu
3 Hits, Last modified: 7 years ago
univr @tips:vpn
3 Hits, Last modified: 3 years ago
airmouse @tips
2 Hits, Last modified: 4 years ago
ansible @tips
2 Hits, Last modified: 3 years ago
bonding @tips
2 Hits, Last modified: 5 years ago
fail2ban @tips
2 Hits, Last modified: 7 years ago
jibri @tips
2 Hits, Last modified: 3 years ago
overpass @tips
2 Hits, Last modified: 5 years ago
iotaiuto_privacy @projects:internetofthings
2 Hits, Last modified: 6 years ago
micropython @projects:internetofthings
2 Hits, Last modified: 7 years ago
smartband @projects:internetofthings
2 Hits, Last modified: 5 years ago
presence @projects:iotaiuto
2 Hits, Last modified: 4 years ago
05-installazione @projects:openstack-ansible
2 Hits, Last modified: 17 hours ago
docs @projects:wamp
2 Hits, Last modified: 9 years ago
vscode @projects:zibaldone
2 Hits, Last modified: 3 months ago
bootanimation @tips:android
2 Hits, Last modified: 11 years ago
gianomobile @tips:android
2 Hits, Last modified: 6 years ago
virtualization @tips:android
2 Hits, Last modified: 10 years ago
minecraft @tips:gameengine
2 Hits, Last modified: 8 years ago
android @tips:radxa
2 Hits, Last modified: 11 years ago
gpio @tips:radxa
2 Hits, Last modified: 11 years ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
smtp @tips:vpn
2 Hits, Last modified: 10 years ago
systemd @zibaldone:linux
2 Hits, Last modified: 18 months ago
orin
1 Hits, Last modified: 3 years ago
cie @madmax
1 Hits, Last modified: 3 years ago
turbolevo @madmax
1 Hits, Last modified: 5 years ago
agid @tips
1 Hits, Last modified: 4 years ago
audio @tips
1 Hits, Last modified: 9 years ago
dac @tips
1 Hits, Last modified: 9 years ago
ftp @tips
1 Hits, Last modified: 7 years ago
k0s @tips
1 Hits, Last modified: 13 months ago
opengl @tips
1 Hits, Last modified: 11 years ago
pulsar @tips
1 Hits, Last modified: 6 years ago
sqlite @tips
1 Hits, Last modified: 6 years ago
tridactyl @tips
1 Hits, Last modified: 6 months ago
vgpu @tips
1 Hits, Last modified: 4 years ago
vrcard @tips
1 Hits, Last modified: 3 years ago
syntax @wiki
1 Hits, Last modified: 5 years ago
analisi @projects:charta
1 Hits, Last modified: 3 years ago
esp32 @projects:internetofthings
1 Hits, Last modified: 4 years ago
hw @projects:internetofthings
1 Hits, Last modified: 8 years ago
influxdb @projects:internetofthings
1 Hits, Last modified: 6 years ago
jetsonnano @projects:internetofthings
1 Hits, Last modified: 2 years ago
pm10 @projects:internetofthings
1 Hits, Last modified: 6 years ago
mycroft @projects:iotaiuto
1 Hits, Last modified: 4 years ago
occhiali @projects:iotaiuto
1 Hits, Last modified: 4 years ago
server @projects:livenet
1 Hits, Last modified: 8 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
00-setup-univr @projects:openstack-ansible
1 Hits, Last modified: 17 hours ago
python @projects:zibaldone
1 Hits, Last modified: 3 years ago
bv9500 @tips:android
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
mssql @tips:db
1 Hits, Last modified: 9 years ago
cyanogenmod @tips:radxa
1 Hits, Last modified: 11 years ago
linux @tips:rasberry
1 Hits, Last modified: 9 years ago
xtion @tips:sensors
1 Hits, Last modified: 11 years ago
notes @tips:speech
1 Hits, Last modified: 9 years ago
trusty @tips:ubuntu
1 Hits, Last modified: 10 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
1 Hits, Last modified: 7 years ago
openvpn @tips:vpn
1 Hits, Last modified: 8 years ago
corne @projects:zibaldone:electronic
1 Hits, Last modified: 4 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