- Using KasmVNC as a vnc server (access the desktop via your browser)
- Unprivileged LXC in Proxmox 7.4 (no extra features enabled, if you're using PVE 8 ignore this guide, there is an easier way via the gui)
- Running Debian 12
- AMD APU passthrough from host CPU (should also work with Intel and Nvidia, but haven't tested it)
- Linux native aswell as Windows (Proton) games
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IFS=$'\n' | |
| myUser=`whoami` | |
| echo Local user is $myUser | |
| SYNO_USER=`psql synofoto -t -c "select id from user_info where name='$myUser'"` | |
| echo SYNO_USER is $SYNO_USER | |
| echo Scanning for video files.. | |
| for i in `find . -iname \*.mov -type f | grep -v eaDir | grep -v "_3"`; do | |
| #echo i is $i | |
| fname=$(dirname ${i})/@eaDir/$(basename ${i})/SYNOPHOTO_FILM_H.mp4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _.templateSettings = { | |
| interpolate: /\<\@\=(.+?)\@\>/gim, | |
| evaluate: /\<\@(.+?)\@\>/gim | |
| }; |