##
## Arch Linux repository mirrorlist
## Generated on 2021-03-25
##
Server=https://archive.archlinux.org/repos/2021/03/25/$repo/os/$arch
$ sudo pacman -Syyuu
$ sudo pacman -S archlinux-keyring
$ sudo pacman -S ca-certificates
SigLevel = Never
$ sudo pacman -S gocryptfs
Setup an encrypted directory in current directory
$ mkdir cipher plain
$ gocryptfs -init cipher
$ gocryptfs cipher plain
To unmount the fuse file system at mountdir
$ fusermount -u mountdir
$ lsblk -l
$ sudo chatter +i foo.bar # will make foo.bar immutable
$ sudo chatter -i foo.bar # will remove the immutable attribute
$ lsattr foo.bar # list the file attributes
$ grep -iE 'installed|upgraded' /var/log/pacman.log
$ sudo pacman -S lxc arch-install-scripts
$ sudo sh -c 'echo "kernel.unprivileged_userns_clone=1" > /etc/sysctl.d/80-lxc-userns.conf'