id

Search

You can find the results of your search below.

cordova @tips
68 Hits, Last modified:
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
lxd @tips
63 Hits, Last modified:
h0: mtu: "9000" name: eth0 nictype: bridged parent: br-mng type: nic kvm: pa... nch mycustomimage newcontainer </code> bash inside <code> lxc exec trusty1 -- /bin/bash </code> st... stall mesa-utils x11-apps </code> <code> NAME=nvidia-sdk-manager # lxc config set $NAME environment.DISPLAY <ip-of-host-lxdbr0-bridge>:0 lxc config set $NAME environment.DISPLAY :0
video @tips
37 Hits, Last modified:
====== Video TIPS ====== ===== Getting INFO ===== <code> avprobe <file> </code> ===== Convert to webm ===== <code bash> ffmpeg -i input.video -threads 4 -b:v 1M -crf 10 output.webm </code> ===== Repair index ===== <code bash> mencoder -idx input.video -ovc copy -oac copy -o output.video </code> ===== from images to video ===== <code> #
telegram @tips
36 Hits, Last modified:
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
31 Hits, Last modified:
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/
esphome @projects:internetofthings
31 Hits, Last modified:
\"Discover\", \"payloadVersion\": \"3\", \"messageId\": \"8db404f7-f5a1-495e-9a30-3a8af3bf94e0\"}, \"p... "resolutions": [ { "width": 1280, "height": 720 ... s": [ "NONE" ], "videoCodecs": [ "H264" ], ... ": [ "CAMERA" ], "cookie": {}, "endpointId": "camera#citofono", "friendlyName": "citofono"
gstreamer @tips
29 Hits, Last modified:
264depay ! queue ! h264parse ! nvv4l2decoder ! nvvideoconvert ! autovideosink </code> deepstream amd64 <code bash> URL=rtsp://192.168.2.35:7447/60e1a6425... _1 </code> nvv4l2h264enc <code> gst-launch-1.0 videotestsrc is-live=1 ! nvvidconv ! nvv4l2h264enc ! h264parse ! matroskamux ! filesink location=/tmp/out
install @tips:opencv
28 Hits, Last modified:
====== 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... -dev libjasper-dev libopenexr-dev libgdal-dev # Video I/O: sudo apt-get install -y libdc1394-22-dev l... v libswscale-dev libtheora-dev libvorbis-dev libxvidcore-dev libx264-dev yasm libopencore-amrnb-dev li
liberidicomunicare @projects:iotaiuto
27 Hits, Last modified:
====== openedx ====== * [[https://liberidicomunicare.csgalileo.org/|liberi di comunicare]] * us... stallare il modulo per mostrare quiz dentro a un video: <code> $ tutor local stop $ tutor config save ... ENTS="- git+https://github.com/openedx/xblock-in-video-quiz.git" $ tutor images build openedx $ tutor ... studio.local.overhang.io Abilitare il modulo in-video-quiz * Andare sull'editor del corso (Studio)
k80 @tips
26 Hits, Last modified:
====== K80 ====== <code="bash"> pacman -S nvidia-470xx-dkms nvidia-470xx-settings nvidia-470xx-util pacman -U https://archive.archlinux.org/packages/c/cuda/cuda-11.4.2-1-x86_64.pkg.tar.zst </code> nvidia-smi <code> +-----------------------------------
syntax @wiki
26 Hits, Last modified:
lude external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optiona... {{wiki:dokuwiki-128.png}} Resize to given width: {{wiki:dokuwiki-128.png?50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it
openalpr @tips
22 Hits, Last modified:
====== 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
iotaiuto_skill @projects:internetofthings
21 Hits, Last modified:
= 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', '
airos @tips
19 Hits, Last modified:
Login AirOS >= 8.5.0+ OR get cookie with session ID for AirOS < 8.5.0 curl_setopt ($ch, CURLO... ) == 200) { // Get X-CSRF-ID value preg_match ('/X-CSRF-ID: .*/', substr ($response, 0, curl_getinfo ($ch, CURLINFO_HEADER_SIZE)), $XCSRFID); curl_setopt ($ch, CURLOPT_URL,
homeassistant @projects:internetofthings
19 Hits, Last modified:
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... ocal.conf> SUBSYSTEM=="tty", ACTION=="add", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", SYMLINK+="zwave" </file> Add to ~/lib/lib/python3.5/site-p
zfs-on-root @tips:ubuntu
18 Hits, Last modified:
doorbell @projects:iotaiuto
17 Hits, Last modified:
3dprinter @projects
16 Hits, Last modified:
mopidy @tips
14 Hits, Last modified:
analisi @projects:charta
14 Hits, Last modified:
server @projects:livenet
13 Hits, Last modified:
18.04 @tips:ubuntu
13 Hits, Last modified:
idrac @tips
12 Hits, Last modified:
jibri @tips
12 Hits, Last modified:
zabbix @tips
12 Hits, Last modified:
mycroft @projects:iotaiuto
12 Hits, Last modified:
inappbrowser @tips:cordova
12 Hits, Last modified:
kinectv2 @tips:sensors
12 Hits, Last modified:
capacitor @tips
11 Hits, Last modified:
jetsonnano @projects:internetofthings
11 Hits, Last modified:
install @tips:archlinux
11 Hits, Last modified:
dell @tips:hw
11 Hits, Last modified:
gnss @tips
10 Hits, Last modified:
iotaiuto @projects:internetofthings
10 Hits, Last modified:
development @tips:android
10 Hits, Last modified:
fluid @tips:blender
10 Hits, Last modified:
galileo @tips:vpn
10 Hits, Last modified:
mdm @projects
9 Hits, Last modified:
zfs @tips
9 Hits, Last modified:
iidc @projects:zibaldone:electronic
9 Hits, Last modified:
docker @projects:zibaldone:linux
9 Hits, Last modified:
plate @projects
8 Hits, Last modified:
gpu @tips
8 Hits, Last modified:
googlehome @projects:internetofthings
8 Hits, Last modified:
postinstall @tips:archlinux
8 Hits, Last modified:
videoediting @tips:blender
8 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
8 Hits, Last modified:
ldap @tips
7 Hits, Last modified:
pyramid @tips
7 Hits, Last modified:
smartreader @tips
7 Hits, Last modified:
locale @tips:ubuntu
7 Hits, Last modified:
orin
6 Hits, Last modified:
keyboard @madmax
6 Hits, Last modified:
atom @tips
6 Hits, Last modified:
optimus @tips
6 Hits, Last modified:
vgpu @tips
6 Hits, Last modified:
vrcard @tips
6 Hits, Last modified:
welcome @wiki
6 Hits, Last modified:
esp32lora @projects:internetofthings
6 Hits, Last modified:
smartband @projects:internetofthings
6 Hits, Last modified:
android @tips:radxa
6 Hits, Last modified:
chiquitita @music
5 Hits, Last modified:
pcb @tips
5 Hits, Last modified:
iotaiuto_privacy @projects:internetofthings
5 Hits, Last modified:
zigbee @projects:iotaiuto
5 Hits, Last modified:
adb @tips:android
5 Hits, Last modified:
gianomobile @tips:android
5 Hits, Last modified:
postinstall @tips:android
5 Hits, Last modified:
backup
4 Hits, Last modified:
licoli @madmax
4 Hits, Last modified:
playground @playground
4 Hits, Last modified:
autofs @tips
4 Hits, Last modified:
uwb @tips
4 Hits, Last modified:
mev2 @projects:giano
4 Hits, Last modified:
graphite @projects:internetofthings
4 Hits, Last modified:
hw @projects:internetofthings
4 Hits, Last modified:
occhiali @projects:iotaiuto
4 Hits, Last modified:
presence @projects:iotaiuto
4 Hits, Last modified:
docs @projects:wamp
4 Hits, Last modified:
monitor @tips:radxa
4 Hits, Last modified:
server @tips:ubuntu
4 Hits, Last modified:
cie @madmax
3 Hits, Last modified:
oruxmaps @madmax
3 Hits, Last modified:
turbolevo @madmax
3 Hits, Last modified:
fish @tips
3 Hits, Last modified:
jupyter @tips
3 Hits, Last modified:
keras @tips
3 Hits, Last modified:
micropython @projects:internetofthings
3 Hits, Last modified:
pm10 @projects:internetofthings
3 Hits, Last modified:
totem @projects:iotaiuto
3 Hits, Last modified:
vscode @projects:zibaldone
3 Hits, Last modified:
bootanimation @tips:android
3 Hits, Last modified:
virtualization @tips:android
3 Hits, Last modified:
redis @tips:db
3 Hits, Last modified:
minecraft @tips:gameengine
3 Hits, Last modified:
unreal @tips:gameengine
3 Hits, Last modified:
networknamespaces @tips:linux
3 Hits, Last modified:
trusty @tips:ubuntu
3 Hits, Last modified:
openvpn @tips:vpn
3 Hits, Last modified:
univr @tips:vpn
3 Hits, Last modified:
systemd @zibaldone:linux
3 Hits, Last modified:
corne @projects:zibaldone:electronic
3 Hits, Last modified:
qemu
2 Hits, Last modified:
carbonara @madmax
2 Hits, Last modified:
daniele @madmax
2 Hits, Last modified:
pizza @madmax
2 Hits, Last modified:
rocket @madmax
2 Hits, Last modified:
fatherandson @music
2 Hits, Last modified:
agid @tips
2 Hits, Last modified:
airmouse @tips
2 Hits, Last modified:
ansible @tips
2 Hits, Last modified:
blender @tips
2 Hits, Last modified:
bonding @tips
2 Hits, Last modified:
dac @tips
2 Hits, Last modified:
fail2ban @tips
2 Hits, Last modified:
overpass @tips
2 Hits, Last modified:
windows10 @tips
2 Hits, Last modified:
dokuwiki @wiki
2 Hits, Last modified:
electronic @projects:internetofthings
2 Hits, Last modified:
led @projects:iotaiuto
2 Hits, Last modified:
virtualization @projects:livenet
2 Hits, Last modified:
integration @projects:wamp
2 Hits, Last modified:
python @projects:zibaldone
2 Hits, Last modified:
bv9500 @tips:android
2 Hits, Last modified:
gpio @tips:radxa
2 Hits, Last modified:
xtion @tips:sensors
2 Hits, Last modified:
xenial @tips:ubuntu
2 Hits, Last modified:
motorizzazione @tips:vpn
2 Hits, Last modified:
smtp @tips:vpn
2 Hits, Last modified:
huawei @madmax
1 Hits, Last modified:
muorelentamente @madmax
1 Hits, Last modified:
audio @tips
1 Hits, Last modified:
calibre @tips
1 Hits, Last modified:
cvat @tips
1 Hits, Last modified:
ftp @tips
1 Hits, Last modified:
opengl @tips
1 Hits, Last modified:
pulsar @tips
1 Hits, Last modified:
sqlite @tips
1 Hits, Last modified:
ssl @tips
1 Hits, Last modified:
test @tips
1 Hits, Last modified:
tmux @tips
1 Hits, Last modified:
esp32 @projects:internetofthings
1 Hits, Last modified:
influxdb @projects:internetofthings
1 Hits, Last modified:
shinobi @projects:internetofthings
1 Hits, Last modified:
termostato @projects:iotaiuto
1 Hits, Last modified:
bv7000 @tips:android
1 Hits, Last modified:
decompile @tips:android
1 Hits, Last modified:
stratos @tips:android
1 Hits, Last modified:
mssql @tips:db
1 Hits, Last modified:
deb @tips:debian
1 Hits, Last modified:
cyanogenmod @tips:radxa
1 Hits, Last modified:
linux @tips:rasberry
1 Hits, Last modified:
zed @tips:sensors
1 Hits, Last modified:
notes @tips:speech
1 Hits, Last modified:
pptp @tips:vpn
1 Hits, Last modified:
cells @projects:zibaldone:electronic
1 Hits, Last modified:
ferris @projects:zibaldone:electronic
1 Hits, Last modified:
samoklava @projects:zibaldone:electronic
1 Hits, Last modified:
glusterfs @projects:zibaldone:linux
1 Hits, Last modified: