Update to Links to .Zip files are down WordPress does not specify files that can be uploaded in a ZIP file container, see WordPress Accepted Filetypes, just that you can upload these types if you pay money for a subscription. I chatted to WordPress about the issue eventually saying EXE files are not allowed in ZIPs. It […]
Category: Script
Restart Audio Driver after Remote Desktop Use
I use my computer as a Media Player and NAS storage, if i log on remotely the Intel Display Audio does not work (Red cross on icon in task bar). I have to manually Disable / Enable it in the device manager to get audio back. To get round this I have added a Task […]
Running RSync on ASUS Router
My 1TB music collection was hosted on my main computer which also acts as a NAS, that is ok, but it’s power consumption is around 100 Watts. My ASUS router runs at about 14 Watts and has to be on 24/7, so I bought a 2TB USB drive to store, share and play music from. […]
Retry RSync on Connection Errors
This script allows RSync job to retry if it fails, the delay between each try doubles on each retry to a max of 10 trys (about 17 hours). Copy the text into a .bat file, ie RSync to External Server.bat, and rsync command line with your own. @echo off set trys=0 set waitmin=1 set waitsecs=60 […]