Search
You can find the results of your search below.
Matching pagenames:
- agid (tips)
- idrac (tips)
- mopidy (tips)
- pyramid (tips)
- video (tips)
- 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)
Fulltext results:
- lxd
- 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
- 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
- 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
- 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
- ====== 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
- openalpr
- ====== 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
- k80
- ----------+ | 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
- ===== 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
- : \"$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
- dell @tips:hw
- 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
- ate GPT partition schema <code> DISK=/dev/disk/by-id/ata-HFS512G39MND-3510A_FJ64N5235113A4S13 sgdisk -... n=formD -o ashift=12 \ rpool raidz /dev/disk/by-id/ata-ST4000NM0035-1V4107_ZC10????-part1 </code> ==... e other filesystems <code bash> zfs create -o setuid=off rpool/home #zfs create -o canmount=off -o setuid=off -o exec=off rpool/var #zfs create -o com.sun
- development @tips:android
- ====== Android development ====== ===== native app ===== * download **android studio** into **/opt/android-studio** * run /opt/android-studio/bin/studio.sh to install software * specify **/opt/android-s
- airos
- 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,
- capacitor
- ild </code> add platform <code> npx cap add android npx cap sync # desktop # npx cap add electron </code> android studio: * remove android/.grade and android/.idea folders * adjust android/local.properties * import project as external g
- fluid @tips:blender
- ====== Fluid ====== * Create a cube and set it to physics -> fluid -> domain * Create an object inside cube and set it to physics -> fluid -> fluid * On domain click to physics -> bake button /lab/blender/fluid bake.py <code python> im