• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » root

root

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (30)
  • projects (18)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • zfs-on-root (tips:ubuntu)

Fulltext results:

01_struttura_server @projects:livenet
38 Hits, Last modified: 12 months ago
== Struttura server ===== Partendo da un fissato root path, al esempio ''/livenet'', vediamo la struttu... à approfondita nel seguito. <code> drwxr-xr-x 9 root root 4096 Nov 18 14:51 . drwxr-xr-x 23 root root 4096 Oct 24 08:24 .. drwxr-xr-x 7 root root 4096 Oct 9 09
zfs-on-root @tips:ubuntu
21 Hits, Last modified: 8 years ago
====== 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
18 Hits, Last modified: 7 days ago
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: 8 years ago
) 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
14 Hits, Last modified: 8 years ago
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
11 Hits, Last modified: 3 years ago
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 @tips
7 Hits, Last modified: 6 years ago
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
video @tips
6 Hits, Last modified: 5 years ago
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
linux @tips:radxa
6 Hits, Last modified: 10 years ago
* 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
zfs @tips
5 Hits, Last modified: 3 years ago
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
5 Hits, Last modified: 8 years ago
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
01-ansible @projects:openstack-ansible
5 Hits, Last modified: 17 hours ago
la maggiore fatta con ansible. Nella directory ''/root/ansible'' è presente la parte di ansible dedicata... mente in questo ordine: == Cambio la password di root sugli host, per garantirmi l'accesso via idrac == <code> ansible-playbook playbooks/change-root-password.yaml --ask-vault-password </code> == D... yaml </code> == Ricorstruisco authorized_keys di root == <code> ansible-playbook playbooks/set-root-a
server @tips:ubuntu
5 Hits, Last modified: 4 years ago
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: 8 years ago
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: 7 years ago
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> =
orin
3 Hits, Last modified: 3 years ago
ionic @tips
3 Hits, Last modified: 8 years ago
openalpr @tips
3 Hits, Last modified: 10 years ago
iotaiuto @projects:internetofthings
3 Hits, Last modified: 5 years ago
03-ceph @projects:openstack-ansible
3 Hits, Last modified: 17 hours ago
3dprinter @projects
2 Hits, Last modified: 4 years ago
mdm @projects
2 Hits, Last modified: 4 years ago
airos @tips
2 Hits, Last modified: 7 years ago
autofs @tips
2 Hits, Last modified: 9 years ago
jupyterhub @tips
2 Hits, Last modified: 5 years ago
minikube @tips
2 Hits, Last modified: 4 years ago
10-storage-backend @projects:openstack-ansible
2 Hits, Last modified: 16 hours ago
stratos @tips:android
2 Hits, Last modified: 8 years ago
agid @tips
1 Hits, Last modified: 4 years ago
ansible @tips
1 Hits, Last modified: 3 years ago
blocksync @tips
1 Hits, Last modified: 9 years ago
fdf @tips
1 Hits, Last modified: 5 years ago
otp @tips
1 Hits, Last modified: 5 years ago
smartreader @tips
1 Hits, Last modified: 7 years ago
tridactyl @tips
1 Hits, Last modified: 6 months ago
vgpu @tips
1 Hits, Last modified: 4 years ago
graphite @projects:internetofthings
1 Hits, Last modified: 8 years ago
homeassistant @projects:internetofthings
1 Hits, Last modified: 3 years ago
influxdb @projects:internetofthings
1 Hits, Last modified: 6 years ago
iotaiuto_skill @projects:internetofthings
1 Hits, Last modified: 5 years ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
mycroft @projects:iotaiuto
1 Hits, Last modified: 4 years ago
image-build @projects:livenet
1 Hits, Last modified: 8 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
bv9500 @tips:android
1 Hits, Last modified: 4 years ago
postgres @tips:db
1 Hits, Last modified: 7 years ago
yakkety @tips:ubuntu
1 Hits, Last modified: 9 years ago
univr @tips:vpn
1 Hits, Last modified: 3 years ago
docker @projects:zibaldone:linux
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki