Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- zfs-on-root @tips:ubuntu
- ====== Ubuntu on ZFS root ====== {{tag>[zfs ubuntu]}} * https://github.com/zfsonlinux/zfs/wiki/Ubuntu-16.10-Root-on-ZFS ===== Livecd ===== boot live cd and <co... inside /mnt and remove subfolders zfs mount rpool/ROOT/ubuntu </code> or create raidz pool <code bash> ... s create -o canmount=off -o mountpoint=none rpool/ROOT </code> create filesystem for root <code> zfs cr
- ssl @tips
- rtbot-nginx </code> <code> certbot certonly --webroot -w /var/www/html -d mail.veronamobile.it </code> ... ff; location /.well-known/acme-challenge { root /var/www; allow all; } location / { ... -O - https://get.acme.sh | sh . ~/.bashrc # now /root/.acme.sh/acme.sh.env is avalaible with bash alias... location /.well-known/acme-challenge { root /var/www; allow all; } locati
- locale @tips:ubuntu
- ) filetype plugin indent on endif EOF cat > /root/.aliases <<EOF alias l="ls -alh --color" alias ll... le="ls -alth --color | head -n30" alias s="ssh -l root" alias sud="sudo su" alias llast="ls -alt | head"... pdate; sudo apt-get -y -V upgrade" EOF mkdir -p /root/.ssh cat > /root/.ssh/authorized_keys <<EOF ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9UlZrT3Yy1xkLAc1iy6S
- server @projects:livenet
- rver 17.10 <code>apt install bash debootstrap schroot syslinux nfs-kernel-server tftpd-hpa xorriso pigz... kernel append initrd=/bionic/initrd ro livenet_root=10.1.22.2:/zfsp_livenet/images/bionic livenet_pro... kernel append initrd=/trusty/initrd ro livenet_root=10.0.254.240:/images/trusty livenet_profile=defau... ip6-allnodes ff02::2 ip6-allrouters QWK chroot ${R} lsb_release -c | awk '{print $2}' > ${R}/etc
- install @tips:archlinux
- t1:8300 $DISK </code> format <code> mkfs.ext4 -L ROOT $DISK-part1 </code> mount <code> mount $DISK-par... inside /mnt and remove subfolders zfs mount rpool/ROOT/arch </code> or create raidz pool <code bash> zp... s create -o canmount=off -o mountpoint=none rpool/ROOT zfs create -o canmount=noauto -o mountpoint=/ rpool/ROOT/arch zfs mount rpool/ROOT/arch zfs create -o setu
- video @tips
- de> ===== on motion ===== <code> #!/bin/bash CHROOT=/media/camere/ FILENAME=$1 # name of the first folder level inside CHROOT INPUT=$(cut -d'/' -f1 <<<"${FILENAME/$CHROOT/}") # lowercase INPUT=${INPUT,,} LOCK=${CHROOT}${INPUT}.lock [ -f $FILENAME ] && ln -sf $FILENAME ${C
- lxd @tips
- fault storage pool lxc profile device add default root disk path=/ pool=zfspool # initialize network su... r mem: path: /dev/mem type: unix-char root: path: / type: disk tun: path: /dev... lxc config device add $NAME Xauthority disk path=/root/.Xauthority source=${XAUTHORITY} </code> ==== o... hare folder ===== <code> # only first time echo "root:$UID:1" | sudo tee -a /etc/subuid echo "root:${id
- zfs @tips
- create -o mountpoint=/var/lib/docker rpool/docker-root zfs create -o mountpoint=/var/lib/docker/volumes ... nf> vfs.zfs.l2arc_noprefetch=0 </file> ===== zfs root from live system ===== <code bash> zpool export... l umount everything inside /mnt zfs mount rpool/ROOT/ubuntu zfs set devices=off rpool mount --rbind ... nd /proc /mnt/proc mount --rbind /sys /mnt/sys chroot /mnt /bin/bash --login ... work here exit mount
- scipiodev @projects:livenet
- ereq on my dev machine <code> sudo apt install schroot pigz debootstrap syslinux nfs-kernel-server tftpd... nux cd /lab/livenet/livenet-server rm -fR /etc/schroot/livenet ln -s `pwd`/etc/schroot/livenet /etc/schroot/ [ -f /etc/default/livenet ] || cp -a etc/default/livenet /etc/default/livenet zf
- server @tips:ubuntu
- filetype plugin indent on endif EOF cat > /root/.aliases <<EOF alias l="ls -alh --color" alias ll... le="ls -alth --color | head -n30" alias s="ssh -l root" alias sud="sudo su" alias llast="ls -alt | head"... date; sudo apt-get -y -V upgrade" EOF mkdir -p /root/.ssh cat > /root/.ssh/authorized_keys <<EOF ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ/3Z7CfayHNUvNCirfWZ
- 17.10 @tips:ubuntu
- e -o canmount=noauto -o mountpoint=/$DISTRO rpool/ROOT/$DISTRO zfs mount rpool/ROOT/$DISTRO mount -o remount,dev /$DISTRO debootstrap $DISTRO /$DISTRO mount -... /$DISTRO/proc mount --rbind /sys /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> <code> echo '... anaged-devices.conf cat > /etc/fstab <<EOF rpool/ROOT/artful / zfs defaults,noatime 0 0 EOF </code> ===
- 18.04 @tips:ubuntu
- e -o canmount=noauto -o mountpoint=/$DISTRO rpool/ROOT/$DISTRO zfs mount rpool/ROOT/$DISTRO mount -o remount,dev /$DISTRO debootstrap $DISTRO /$DISTRO mount -... /$DISTRO/proc mount --rbind /sys /$DISTRO/sys chroot /$DISTRO /bin/bash --login </code> fuse <code> d... ency zfs-initramfs cat > /etc/fstab <<EOF rpool/ROOT/$DISTRO / zfs defaults,noatime 0 0 EOF </code> =
- ionic @tips
- /projects:giano:android#simpler_mode In <project root> add: CMakeLists.txt <file> cmake_minimum_require... oject (Eclipse, ADT, gradle) from folder <project-root>/platforms/android (choose to update gradle). No... de in Android Studio but HTML/TS has to be changed in <project-root>/src and synced with 'ionic build'
- openalpr @tips
- d-ndk === /etc/profile.d/sdk.sh <code> export NDKROOT=/lab/sdk/android-ndk-r10e export ANDROID_HOME=/lab/sdk/android-sdk-linux export PATH=${PATH}:${NDKROOT}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-t... Build, and replace “Build command” text to "${NDKROOT}/ndk-build" * Project Properties -> Android ->
- iotaiuto @projects:internetofthings
- eguire un check della configurazione <code bash> root@homeassistant:/etc/nginx/vpn-enabled# nginx -t ng... perché acquisisca il nuovo endpoint. <code bash> root@homeassistant:/etc/nginx/vpn-enabled# systemctl restart nginx root@homeassistant:/etc/nginx/vpn-enabled# systemctl s