Tag: linux
Accessing raw filesystem image partitions without the need to specify the
offset and size manually
# udisksctl
sudo pacman -S udisks2
man 1 udisksctl
# losetup
sudo pacman -S util-linux
man 8 losetup
udisksctl
Root permissions are not required
udisksctl loop-setup --read-only -…
When setting up gitea server behind a nginx reverse proxy, you might come
to the problem when pushing files tracked in LFS that presents itself as a
following error:
HTTP/1.1 413 Request Entity Too Large
The error itself does not specifically hint which component might be
causing…