Not super active, but I found some of the articles pretty useful (recently the fixing of incorrect addedAt timestamps in Plex helped me out), so I wanted to leave a link to it here: FWIW in my case I’m running Plex in a Docker container, so I connected to it with docker exec -it plex…
Tag: tips
Neat find/grep trick
So for the longest time I was always bothered by the fact that I couldn’t grep for files of a particular name that were buried several levels deep. For example, if you wanted to do grep -r nifty.java.property *.properties, then unless you had a *.properties file in your current directory, grep would assume that there…