Fulltext results:
- videoediting @tips:blender
- een in top of others. ==== Stripes ==== Edit strip -> Blend -> Over Drop Edit strip -> Image Offest -> X,Y Select strip and Add -> Effect strip -> Transform Add proxy and timecode "Record Run" for every strip to have fas
- gnss
- tp://trac.gateworks.com/wiki/expansion/gw16143|ntrip client]] on ublox device pygnssutils Configure ... s/f9p_basestation.py|base station]] and run an rtrip server with [[https://github.com/semuconsulting/P... ver|PyGPSClient]] ===== 2020 ===== ==== ntrip caster ==== * https://gitlab.com/ihfazhillah/simple-ntrip-caster/-/tree/master * https://gitlab.com/hydra
- keras
- ===== tensorflow ===== * yay bazelisk <code> pip install -U pip six numpy wheel setuptools mock pip install -U keras_applications --no-deps pip install -U keras_preprocessing --no-deps # tf 2 git clon
- jupyter
- irtualenv -p python3 lib source lib/bin/activate pip install -U pip wheel pip install -U jupyter </code> ===== bash kernel ===== add bash kernel <code> pip install bash_kernel python -m bash_kernel.install
- lxd
- work sudo lxd init </code> Because group membership is only applied at login, you then either need to... d: "true" linux.kernel_modules: openvswitch,nbd,ip_tables,ip6_tables devices: eth0: mtu: "9000" name: eth0 nictype: bridged parent: br... ork show br0 lxc network edit br0 </code> static IP container <code> istance=c1 lxc stop $instance l
- minecraft @tips:gameengine
- apt install -y idle3 sudo apt install -y python3-pip sudo pip3 install -U pip ## sudo pip3 install https://github.com/py3minepi/py3minepi/archive/master.zip </code> Download mods
- install @tips:opencv
- t https://github.com/opencv/opencv/archive/3.4.1.zip unzip 3.4.1.zip rm 3.4.1.zip mv opencv-3.4.1 OpenCV cd OpenCV </code> ... from git (better if compiling darknet) <co
- jibri
- videobridge: <code> vim /etc/jitsi/videobridge/sip-communicator.properties org.ice4j.ice.ha... stom_router] option forwardfor header X-Real-IP default_backend bk_http_default frontend ft_... n h2,http/1.1 option forwardfor header X-Real-IP option httpchk use_backend %[lua.custom_r... ps://github.com/luarocks/luarocks/archive/master.zip . unzip master.zip cd luarocks-master/ ./configur
- pypi
- = Client authentication use keyring and: - ~/.pip/pip.conf for install - ~/.pypirc for publish and eventually for clear password ===== pip ===== ~/.pip/pip.conf <code | download> [global] extra-index-url = http://localhost:8081
- postgres @tips:db
- : admin@admin * pass: admin@admin set static IP on containers <code> /var/lib/lxd/networks/lxdbr... == pgadmin ==== <code> apt install wget python3-pip pip3 install -U pip pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.2/pip/pgadmin4-4.2-py2
- proxmox
- le option for a template qm set $VMID --ipconfig0 ip=dhcp qm set $VMID --ipconfig1 ip=dhcp # qm set 203 --ipconfig0 ip=10.1.109.203/24,gw=10.1.109.1 # (Optional but recommended) Set a DN... 9000 $i --name k$i --full qm set $i --ipconfig0 ip=10.1.109.$i/24,gw=10.1.109.1 qm set $i --ipconfi
- linux @tips:radxa
- S_COMPILE=arm-linux-gnueabihf- wget http://rockchip.fr/radxa/linux/rockchip_defconfig -O arch/arm/configs/rockchip_defconfig wget http://rockchip.fr/radxa/linux/rk3188-radxarock.dts -O arch/arm/boot/dts/rk3188-radxar
- fail2ban
- send -g --format markdown "`uname -n`: [Fail2Ban] IP <ip> è stato bannato dopo <failures> tentativi falliti dalla jail <name>" actionunban = [Init] init... ==== <code> fail2ban-client set giano-login unbanip IPADDRESS </code> ===== telegram action ===== <code> pip install telegram-send </code> create configurati
- onvif
- =GetDeviceInformation QUERY=GetSystemDateAndTime IP=10.220.1.7 curl -s http://$IP/onvif/device_service \ -d '<s:Envelope xmlns:s="http://www.w3.org/200... elope>' \ | xmllint --format - </code> <code> IP=10.220.1.7 curl -s http://$IP/onvif/device_service \
- networknamespaces @tips:linux
- s chmod +x /bin/nets </code> uncomment "net.ipv4.ip_forward=1" in /etc/sysctl.d/99-sysctl.conf enabl... e> bash prompt, add to .bashrc <code> _ns_name=$(ip netns identify 2>/dev/null) PS1=${_ns_name:+(${_n... ode> netns 0 exec </code> permit routing <code> ip netns exec netns0 sysctl -w net.ipv4.ip_forward=1 iptables -t nat -A POSTROUTING -o tun0 -j MASQUERAD