Fulltext results:
- lxd
- LXD ======= {{tag>[lxd]}} ===== install ===== <code> apt remove lxd lxd-client snap install lxd # cr... ool=zfspool # initialize network sudo lxd init </code> Because group membership is only applied at log... the shell you're going to interact with lxd from <code> newgrp lxd </code> <file bash lxc-prepare (chmod +x)> #!/bin/bash NAME=$1 ALIAS=$2 ALIAS=${ALIAS:=xe
- zfs-on-root @tips:ubuntu
- ot-on-ZFS ===== Livecd ===== boot live cd and <code bash> sudo su passwd ubuntu apt-add-repository un... penssh-server # connect from another PC via ssh </code> <code> apt install --yes debootstrap gdisk zfs-initramfs </code> ===== Disk ===== Reset disk and create GPT par
- install @tips:archlinux
- ystem from https://github.com/eoli3n/archiso-zfs <code> curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash </code> ===== ext4 ===== create partition <code> DISK=ata-SSDPR-CX400-256-G2_GY3042305 sgdisk --clear -g $D... bios_grub on sgdisk -n1:0:0 -t1:8300 $DISK </code> format <code> mkfs.ext4 -L ROOT $DISK-part1 </c
- cordova
- === ===== Install ===== Install nodejs and npm <code> sudo apt-get install nodejs npm </code> Install cordova <code> sudo npm install -g cordova </code> cordova need node and ubuntu install nodejs <code> sudo ln -s /us
- zfs
- {{tag>[zfs libvirt]}} ====== ZFS ====== <code bash> apt install zfsutils-linux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs create LXD/lab su
- git
- r] ui = auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $NAME cd $NAME git i... mod +x hooks/post-update git update-server-info </code> ===== change origin ===== <code bash> git remote -v </code> <code bash> git remote set-url origin http://git.csgalileo.org/livenet-ser
- 18.04 @tips:ubuntu
- ntu on guest install newer system in new ZFS fs <code> sudo su DISTRO=bionic apt install -y debootstra... /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> fuse <code> dpkg-reconfigure tzdata </code> keyboard localization <code> dpkg-reconfigure keyboard-configuration
- xenial @tips:ubuntu
- bootable USB ===== Create usb bootable from iso <code> cp xenial.iso xenial-copy.iso isohybrid xenial-copy.iso dd if=xenial-copy.iso of=/dev/sd? </code> ===== ssh ===== See https://www.gentoo.org/sup... l Re-enable ssh-dss key in /etc/ssh/sshd_config <code> PubkeyAcceptedKeyTypes=+ssh-dss </code> ~/.ssh/config <code> Host * PubkeyAcceptedKeyTypes=+ssh-dss
- video
- === 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
- pyramid
- == classic ===== ==== Environment ==== library <code> BASE=/lab/ztl cd $BASE virtualenv lib . lib/bin/activate pip install pyramid </code> library activation in active shell (for starting project and running) <code> . lib/bin/activate </code> start project **ztlbrain** <code> pcreate --scaffold alchemy ztlbrain cd z
- postgres @tips:db
- Install ===== container xenial 16.04 (optional) <code> lxc image copy images:ubuntu/xenial/amd64 local:... c launch xenial postgres lxc exec postgres bash </code> <code> sudo apt install postgresql </code> eventually open network for remote connections <file ini /etc/pos
- openvpn @tips:vpn
- tion Autorithy ===== Create certificate folder <code> apt-get install easy-rsa make-cadir /etc/easy-rsa-legnago cd /etc/easy-rsa-legnago </code> Edit vars and <code> source vars ./clean-all ./build-dh ./pkitool --initca </code> ==== server certificate ==== <code> NAME=legna
- jibri
- a version of jibri with pulse and xdummy support <code | download> git clone https://github.com/prayagsingh/docker-jibri-pulseaudio.git </code> change Dockerfile with specific chrome version <code | Dockerfile> ARG CHROME_RELEASE=96.0.4664.45 ARG CHROMEDRIVER_MAJOR_RELEASE=96 </code> create empty file ${CONFIG}/conf/jibri/finalize
- dac
- able-high-quality-audio-in-linux/|interesting]] <code> aplay -v -D plughw:1,0 test192.wav </code> <code> aplay -l [-L] </code> <code> flac -d 01-Wednesday\ Night\ Prayer\ Meeting.flac -c | aplay --device=h
- gstreamer
- ====== gstream jetson ====== orin native <code bash> URL=rtsp://192.168.1.1:7447/IFnqNlmdfTQxDOWV #UR... nvv4l2decoder ! nvvideoconvert ! autovideosink </code> deepstream amd64 <code bash> URL=rtsp://192.168.2.35:7447/60e1a6425a20203019f719aa_1 </code> nvv4l2h264enc <code> gst-launch-1.0 videotestsr