Difference between revisions of "Windows 10 Tips"
From Briki
(→Installing WSL) |
(→Running rsyncd automatically) |
||
Line 21: | Line 21: | ||
* Set `RSYNC_ENABLE=true` in /etc/default/rsync | * Set `RSYNC_ENABLE=true` in /etc/default/rsync | ||
* Create `/etc/rsyncd.conf` with the contents (for example): | * Create `/etc/rsyncd.conf` with the contents (for example): | ||
− | [ | + | [users] |
path = /mnt/c/Users | path = /mnt/c/Users | ||
comment = Users | comment = Users | ||
read only = true | read only = true |
Revision as of 15:52, 12 February 2021
Contents
Monitor Switcher
https://sourceforge.net/projects/monitorswitcher/
Monitor Test Patterns
- Limited vs. Full Range: http://www.lagom.nl/lcd-test/img/blacktest.png
- Chroma Subsampling: https://www.rtings.com/images/test-materials/2017/chroma-444.png
Setup MPC-BE
- MPC-BE: https://chamconsoft.com/cmc/forums/?w3=dmlld3RvcGljLnBocD90PTE5Nw==
- madVR: https://forum.kodi.tv/showthread.php?tid=259188
Rename Network
Installing WSL
https://docs.microsoft.com/en-us/windows/wsl/install-win10
Note: If you see Error 0x80370102, you may need to enable virtualization in your motherboard BIOS: https://ourcodeworld.com/articles/read/1283/how-to-enable-amd-virtualization-on-the-aorus-x570-motherboard
Running rsyncd automatically
- Set `RSYNC_ENABLE=true` in /etc/default/rsync
- Create `/etc/rsyncd.conf` with the contents (for example):
[users] path = /mnt/c/Users comment = Users read only = true