Thank you @sloppy_diffuser@sh.itjust.works
I can't navigate on the https://www.zimaspace.com/ it such a mess
The odroid-h4 seem good. I'll add it to my list.
Thank you @sloppy_diffuser@sh.itjust.works
I can't navigate on the https://www.zimaspace.com/ it such a mess
The odroid-h4 seem good. I'll add it to my list.
Thank you @BrikoX@lemmy.zip
Unfortunately the Rock Pi X is discontinued.
Due to part shortage, we have unfortunately discontinued ROCK Pi X in 2022.
For the Atomic PI I found no where to order it..
But I'll bookmark https://hackerboards.com/ !
Finally it works as it should I update my old nginx version to newest freenginx and read Thoroughly the location documentation and this post thanks to @ramble81@lemmy.zip
Actually I don't think the error lay in the regex.
because
location /fileA.txt {
return 404 'nothing here';
}
Does not works either...
.md is correct, it's a test.
Thanks @elbucho@lemmy.world
I've tried
location ~* \/(fileA\.txt|fileB\.md)$ {
return 404 'nothing here';
}
but still not matching :'(
Apparently ngx_http_rewrite_module "module" is installedby default with nginx... damn thay should use diffrent terms for what could be install or not at compile time..
~~Never mind, I understood my mistake... This nginx built didn't come with ngx_http_rewrite_module so return will not works.~~
In contrast to Flatpak and Snap, the AppImage package itself is the final executable program.
This means there’s no installation needed... and it simpler..
Too bad it's on Youtube.. Someone know another place where is it hosted ? I would like to download it for archive purpose. Thanks.