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
- 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
- ssl
- 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... leo.org --keylength ec-256 </code> results in **/root/.acme.sh/mail.csgalileo.org_ecc/** <file> [Fri Oc
- 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
- lxd
- 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
- linux @tips:radxa
- * make ramdisk - prepare initrd.img" * make rootfs - prepare rootfs" * make boot.img - prepare linux-boot.img" * make nand.img - generate nand.i... nsole=tty0 console=ttyS2,115200 debug earlyprintk root=/dev/block/mtd/by-name/linuxroot rootwait rootfstype=ext4 rw splash" make menuconfig make -j6 zImage
- 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
- zfs
- 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 ... s1 (to server zfs2) <code> syncoid rpool/share-os root@zfs2:rpool/share-os </code> ===== incremental bac
- ionic
- /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'
- 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 -... 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 -... ency zfs-initramfs cat > /etc/fstab <<EOF rpool/ROOT/$DISTRO / zfs defaults,noatime 0 0 EOF </code> =
- airos
- $address, $schema) #$out = airOS_getFile_HTTP ("root", "xxx", "status.cgi", "10.210.48.2", "https"); /... , "http"); // settore $out = airOS_getFile_HTTP ("root", "xxx", "status.cgi", "109.104.240.187:8008", "h
- autofs
- bash> sudo apt install sshfs </code> autofs use root account and ssh key has to be present in /root/.ssh <code bash> sudo su - ssh-keygen </code> copy id_r
- jupyterhub
- lileo.org/phpldapadmin (le credenziali sono in ''/root/passwd_ldap_admin'') ====== Cluster ====== Il c... Accedere con ''ssh'' alla console rancher (''ssh root@10.45.206.67'') Editare il file config.yaml per
- minikube
- ble.txt)/bin/linux/amd64/kubectl" sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl </code> <code> minikube start </code> ===== Install o