root

Search

You can find the results of your search below.

zfs-on-root @tips:ubuntu
21 Hits, Last modified:
====== 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
17 Hits, Last modified:
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
17 Hits, Last modified:
) 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
install @tips:archlinux
11 Hits, Last modified:
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
6 Hits, Last modified:
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
5 Hits, Last modified:
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
5 Hits, Last modified:
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
server @tips:ubuntu
5 Hits, Last modified:
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
4 Hits, Last modified:
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
4 Hits, Last modified:
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
3 Hits, Last modified:
/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
3 Hits, Last modified:
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 ->
airos
2 Hits, Last modified:
$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
2 Hits, Last modified:
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
2 Hits, Last modified:
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
2 Hits, Last modified:
stratos @tips:android
2 Hits, Last modified:
linux @tips:radxa
2 Hits, Last modified:
agid
1 Hits, Last modified:
ansible
1 Hits, Last modified:
blocksync
1 Hits, Last modified:
fdf
1 Hits, Last modified:
otp
1 Hits, Last modified:
smartreader
1 Hits, Last modified:
vgpu
1 Hits, Last modified:
bv9500 @tips:android
1 Hits, Last modified:
postgres @tips:db
1 Hits, Last modified:
yakkety @tips:ubuntu
1 Hits, Last modified:
univr @tips:vpn
1 Hits, Last modified: