1248 shaares
1248 results
tagged
-
SMART webUI
Shell Script Best Practices
using sudo -su
mkdir /mnt/chroot
cryptsetup open /dev/mapper/lvm-lvroot root
mount /dev/mapper/root /mnt/chroot
mount /dev/nvme0n1p1 /mnt/chrtoot/boot
mount --bind /dev/ /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
mount -t sysfs /sys /mnt/chroot/sys
chroot /mnt/chroot
arch boot issue
docker run --rm -d -e PGADMIN_DEFAULT_EMAIL=toto@toto.fr -e PGADMIN_DEFAULT_PASSWORD=toto1234 --name pgadmin4 --mount source=pgadmin4,target=/var/lib/pgadmin -p 8000:80 docker.io/dpage/pgadmin4:latest /bin/bash
Cloud-native authorization
Combining the best of OPA and Zanzibar
Topaz is an open source authorization service providing fine grained, real-time, policy based access control for applications and APIs