myrveln


Clean and Scan your Kodi VideoLibrary

I havn’t had much time or any reason to make anything at my little home-lab for a while. But I wanted to share and document a very handy little script, which utilizes jq to produce .a JSON string that can be used in a curl request. Jq is very handy […]


Cache testing with curl and grep

Just wrote a quick shell script to test web server cache and background updating by displaying header output from curl. Don’t have time to write a description here, just having the script for reference. [sourcecode language=”bash”] #!/bin/bash # # 2016-05-06 20:22:35 # myrveln@gmail.com # # Test cache functionality # usage(){ […]