Some Notes

Carinnan

Photo Recovery #

I used TestDisk and PhotoRec to recover photos from an SDXC card, and they worked perfectly.

Nginx Alias #

Change the base URL in Nginx as follows:

1
2
3
4
location /01/ {
    alias /var/www/01/;
    index index-01.html;
}

Mount an ISO File #

1
2
sudo modprobe loop
sudo mount ./something.iso ./mnt

Jellyfin ACL #

1
2
sudo setfacl -m u:jellyfin:rx /home/user
sudo setfacl -x u:jellyfin /home/user