Some Notes

Carinnan


Use TestDisk and PhotoRec to recover photos in SDXC card, and it works, perfectly.


Change the base url of in Nginx as follows:

    location /01/ {
        alias /var/www/01/;
        index index-01.html;

  • Mount a .iso file:
sudo modprobe loop
sudo mount ./something.iso ./mnt

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