iwconfig
iwconfig
What does ```shell head -1 $(which svtplay-dl) ``` and ```shell export PATH=/Library/Frameworks/Python.framework/Versions/3.9/bin:$PATH svtplay-dl --version ``` output?
`$(...)` means "run this in a subshell", in which the returned value is passed, in this case, as an argument to `head`. `which svtplay-dl` returns the absolute path to the...
It was mostly a quick and easy solution to a problem I had. As far as I know, SVT Play does not provide metadata for this. It is mostly in...
@SYSophie I now remember that I, at the time, was looking into using that data from both DASH and HLS manifests, but IIRC I came to the conclusion they were...
Yep, really annoying actually. It's a shame #1 never got merged.
I modified `graphiql-online.js` in `gh-pages` branch to work with url search params. I don't know *anything* about React so maybe I missed something or if it's supposed to generate the...
Same for me, using the same system except bash and kernel 4.9.0-4. Not the exact same icons missing though
Oh, I didn't see that milestone, sorry. That's great! Wow, awesome! What you've got there is just for paths separated into a list, right? I know [fnc](https://fnc.readthedocs.io) and [pydash](https://pydash.readthedocs.io) (same...
Are you aware of `plocate`? https://plocate.sesse.net
Since you've bind-mounted `/share/CACHEDEV1_DATA/Container/android-emu` to `/home/androidusr`, any files in the host directory will be reflected in `/home/androidusr`. This means that anything located at that path inside the Docker image will...