Search
You can find the results of your search below.
Fulltext results:
- lxd @tips
- # define default storage pool lxc profile device add default root disk path=/ pool=zfspool # initiali... Y=$( lxc network show lxdbr0 | sed -n 's/\s\+ipv4.address: \([0-9\.]\+\).*/\1/p' ) echo "Acquire::h... th0 eth0 lxc config device set $istance eth0 ipv4.address 10.99.10.42 lxc start $istance </code> ===== ... de> # bind to port 8443 lxc config set core.https_address "[::]" # password lxc config set core.trust
- syntax @wiki
- ww.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are re... .google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are re... You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links ... u can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|W
- docker @projects:zibaldone:linux
- docker/daemon.json <code | download> { "default-address-pools": [ {"base":"172.16.0.0/21","size... container <code> docker attach 3f apk update apk add nss mkdir /opt exit docker cp /opt/sslvpn-plus 3... nardo <code> docker run --name vpn-leonardo --cap-add=NET_ADMIN --device=/dev/net/tun -dit sslvpn-plus-... Scipioni RUN /opt/jboss/wildfly-14.0.1.Final/bin/add-user.sh admin admin#password --silent CMD ["/opt/
- telegram @tips
- e to channel from bot (BOT_API_KEY required): - add bot to channel as admin - send message <code> ... /<token>" -F certificate@=cert.pem </code> ==== Add BOT to group ==== * With BotFather click /setjoingroups, choose BOT * Add @BOT to group * Send a message to group * Giv... updater = Updater(TOKEN) updater.dispatcher.add_handler(CommandHandler('start', start)) updat
- cordova @tips
- DK ===== Create /etc/etc/profile.d/android.sh or add in .bash_profile <code> export ANDROID_HOME=/lab/... y org.csgalileo.peper.memory PeperMemory </code> Add android support <code> cd /lab/peper-memory cordova platform list cordova platforms add android cordova platforms add browser # temporary patch # cp /usr/local/lib/node_modules/cordova-brow
- ionic @tips
- ageDetectionCordovaPlugin cd test1 cordova plugin add ../ImageDetectionCordovaPlugin ionic cordova platform add android ionic cordova build android ionic cordova... preview.git cd MyCameraApp ionic cordova platform add android ionic cordova plugin add ../cordova-plugin-camera-preview npm install @ionic-native/camera-pr
- server @projects:livenet
- orkd ethernets: ens3: dhcp4: no addresses: [10.1.22.2/24] gateway4: 192.168.122.1 nameservers: addresses: [8.8.8.8,8.8.4.4] ens4: dhcp4: y... E="tftp" TFTP_DIRECTORY="/zfsp_livenet/boot" TFTP_ADDRESS="0.0.0.0:69" TFTP_OPTIONS="--secure" </code> ... scripts/functions-livenet ${DESTDIR}/conf manual_add_modules aufs manual_add_modules overlayfs auto_ad
- videoediting @tips:blender
- it strip -> Image Offest -> X,Y Select strip and Add -> Effect strip -> Transform Add proxy and timecode "Record Run" for every strip to have faster video... t first strip, hold shift and select second. Then Add -> Effect strip -> gamma cross ===== Keys ===== ... r:blender3.png?400|}} move to desired frame and add mark on object {{:tips:blender:blender4.png?400|
- homeassistant @projects:internetofthings
- ev/rules.d/local.conf> SUBSYSTEM=="tty", ACTION=="add", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", SYMLINK+="zwave" </file> Add to ~/lib/lib/python3.5/site-packages/python_openz... i/home-assistant.git cd home-assistant git remote add upstream https://github.com/home-assistant/home-a... ode> everyday work on branch <code bash> ... git add git commit git push </code> rebase before pull
- airos @tips
- airOS_getFile_HTTP ($username, $password, $file, $address, $schema) #$out = airOS_getFile_HTTP ("root"... airOS_getFile_HTTP ($username, $password, $file, $address, $schema) { $ch = curl_init(); ... curl_setopt ($ch, CURLOPT_URL, "$schema://$address/api/auth"); curl_setopt ($ch, CURLOPT... curl_setopt ($ch, CURLOPT_URL, "$schema://$address/$file"); curl_setopt ($ch, CU
- googlehome @projects:internetofthings
- nsole.[[https://console.actions.google.com]] * Add/Import project, give it a name (The same project ... loud platform above) {{:projects:internetofthings:addproject.png?nolink&400|}} * Create an Action, under the build section. Add in your url: https://ha.csgalileo.org/ha-albertof... word=casafioccoalberto - CONfigure your client. Add scopes for **email** and **name**. - Testing in
- openvpn @tips:vpn
- and after ca.key </code> ip pool <code> /ip pool add name=ovpn-pool ranges=10.15.32.34-10.15.32.38 </code> profile and vpn user <code> /ppp profile add change-tcp-mss=default comment="" local-address=10.15.32.33 \ name="your_profile" only-one=default remote-address=ovpn-pool \ use-compression=default use-encry
- mycroft @projects:iotaiuto
- stant e token ==== Installazione DeepSpeech (pre addestrato) ==== DeepSpeech è il motore STT di Mozil... peech-server </code> **Work in progress** ===== Addestramento manuale di una rete neurale ===== **AT... \\ Prosegui solo se non vuoi usare il modello già addestrato e vuoi addestrare manualmente una rete neurale DeepSpeech.\\ Requisiti: PC Desktop con scheda
- 18.04 @tips:ubuntu
- ome-gnome-shell sudo apt-get install -y zsh sudo add-apt-repository -y ppa:webupd8team/java sudo apt u... apt install -y oracle-java8-installer sudo apt-add-repository -y ppa:numix/ppa sudo apt update sudo ... z* </code> paper icons (and theme ?) <code> sudo add-apt-repository -y ppa:snwh/pulp sudo apt install ... -icon-theme </code> adapta gtk theme <code> sudo add-apt-repository -y ppa:tista/adapta sudo apt insta
- zfs-on-root @tips:ubuntu
- ive cd and <code bash> sudo su passwd ubuntu apt-add-repository universe apt update apt install openss... tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # t... ode> zfs create -o setuid=off rpool/home </code> add swap <code> zfs create -V 4G -b $(getconf PAGESIZ