Skip Navigation

Posts
56
Comments
73
Joined
3 yr. ago

  • Thank you all for your input !

    I still didn't found a solution... to my goal...

    purism was looking really good ! but the price is outside my range.

    I've post the exact same topic on XDA, but this as been moderated censored

    F*ck them

  • Thanks Mailo is a free service of e-mail (like gmail) I don't own itand my network ( IP ) do not sent SPAM...False positive it is.

  • Thanks for your input, So If I'm blocked everywhere to ask my question, how is it called then ??

  • DeclineIntoCensorship @lemmy.dbzer0.com

    Harder and harder to exchange on the WWW.

  • Cyber Activism ✊ @sopuli.xyz

    Harder and harder to exchange on the WWW.

  • Too bad it's on Youtube.. Someone know another place where is it hosted ? I would like to download it for archive purpose. Thanks.

  • Thank you all for yours input

    What finally did work

     bash
        
    if [[ -z VARIABLE1 && -z VARIABLE2 ]]; then
        echo "OK"
    fi
    
    
      

    If only Linux was using Python syntax that would be so much more intuitive...

  • not working, both variables do not exist and the echo "OK" do not trigger.

  • Linux @lemmy.ml

    Check two conditions in bash ?

  • Thank you all for your input's !

    As I'm not familiar enough with BGP, AS etc..

    I think I'll go for the list generated by https://github.com/lord-alfred/ipranges https://github.com/sakib-m/IP-Prefix-List To start with.

    Then I'll see if it's possible to gather those IP ranges without relying on third party services.. but that seem unfeasible without be connect to a Internet Exchange Point (IXP) right ?

  • Linux @programming.dev

    IP range of GAFAM ?

  • Linux @lemmy.ml

    IP range of GAFAM ?

  • Thank you all for your input's ! \

    So I have created a table , that I'll put in my first post.

    Feel free to post update like

    |brand|model|Price €|GPIO pair|CP|Lan Ports|idle watt|Surface area cm²|Storage ports| WiFi / BT|url| |Raspberry Pi|Pi 5 B (4GB)|52|12|Quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz.|1x 1GbE|3|47|SD|||

    or even without the row header

  • 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/ !

  • Hardware @programming.dev

    Cheap SBC x86-64 ?

  • Hardware @lemmy.world

    Cheap SBC x86-64 ?

  • Linux @lemmy.ml

    Cheap SBC x86-64 ?

  • 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

     nginx
        
    	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

     nginx
        
    	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.

  • Web Development @programming.dev

    Regex and Nginx 😤

  • LibreWolf @lemmy.ml

    How force HTTP/2 ?

  • Web Development @programming.dev

    GeoIP Database to use with FreeNginx !?

  • Selfhosted @lemmy.world

    GeoIP Database to use with FreeNginx !?

  • Linux @lemmy.ml

    GeoIP Database to use with FreeNginx !?

  • CoMaps @sopuli.xyz

    A Linux version planned ?

  • raspberrypi @lemmy.ml

    Secure use of remote control ?

  • Raspberry Pi @programming.dev

    Secure use of remote control ?

  • Web Development @programming.dev

    Does someone know an alternative to Mozilla MDN ?

  • Python @programming.dev

    PUG ( web template engine ) for Python 🐍

  • Thunderbird @lemmy.world

    How encrypt email title ? ( GnuPG )