Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Introducing Lex.st Free 150GB USA Storage Boxes

12346

Comments

  • well filled the form lets see

    Thanked by 1beanman109
  • raviravi Member

    Thank you for re-opening the singup form.
    Was able to submit the form successfully :)

    Thanked by 1beanman109
  • AstroAstro Member

    SUBMITTED. I AM SO PUMPED.

    Thanked by 1beanman109
  • admaxadmax Member, Megathread Squad

    I need to submit it?

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    Thanks for the applications again everyone! another overwhelming response so I'll be closing off the signups for this service for good now unless something occurs to free up more space on the node this is hosted on.

  • allthemtingsallthemtings Member, Megathread Squad

    m y i m sister host very good

  • admaxadmax Member, Megathread Squad

    @allthemtings said:
    m y i m sister host very good

  • Literally me frfr

  • I signed up and everything I tried works great thanks @beanman109 keep up the great work!

    Thanked by 1beanman109
  • abtdwabtdw Member

    Thank you so much for this giveaway @beanman109

    Thanked by 1beanman109
  • jmgcaguiclajmgcaguicla Member
    edited March 2025

    @beanman109

    Pretty sure this is unintentional (or an elaborate "network is fast my man" joke I'm missing, if it is, skip right ahead to pyramid cirno), but the LG seems to be allowing the test files to be served compressed and the fact that they're entirely made up of NUL's makes them very squishy.

    This results to misleading/inflated speeds when downloading from a client that defaults to requesting compression (e.g., a browser).

    I'm getting ~100MB/s on a browser and significantly lower than that on plain curl without requesting compression.

    $ curl -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
     11 1024M   11  119M    0     0  8954k      0  0:01:57  0:00:13  0:01:44 10.2M
    

    In reality, only around ~1M is actually flying over the wire.

    $ curl -H 'Accept-Encoding: gzip' -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1017k    0 1017k    0     0   147k      0 --:--:--  0:00:06 --:--:--  164k
    

    image

  • beanman109beanman109 Member, Host Rep, Megathread Squad
    edited March 2025

    @jmgcaguicla said:
    @beanman109

    Pretty sure this is unintentional (or an elaborate "network is fast my man" joke I'm missing, if it is, skip right ahead to pyramid cirno), but the LG seems to be allowing the test files to be served compressed and the fact that they're entirely made up of NUL's makes them very squishy.

    This results to misleading/inflated speeds when downloading from a client that defaults to requesting compression (e.g., a browser).

    I'm getting ~100MB/s on a browser and significantly lower than that on plain curl without requesting compression.

    $ curl -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
     11 1024M   11  119M    0     0  8954k      0  0:01:57  0:00:13  0:01:44 10.2M
    

    In reality, only around ~1M is actually flying over the wire.

    $ curl -H 'Accept-Encoding: gzip' -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1017k    0 1017k    0     0   147k      0 --:--:--  0:00:06 --:--:--  164k
    

    image

    i'll look into it when i'm home this afternoon, i threw that lg together in about 3 minutes before i posted the initial thread so i probably fucked something up along the way

    ty for bug find my man ur bandwidth has been halved

  • missed again :D

    Thanked by 1beanman109
  • jmgcaguiclajmgcaguicla Member
    edited March 2025

    @beanman109 said:

    i'll look into it when i'm home this afternoon, i threw that lg together in about 3 minutes before i posted the initial thread so i probably fucked something up along the way

    It's a pretty common occurrence because compression is a sane default for most cases, LGs/Speed Test Files just happen to be the exception.

    It just stuck out like a sore thumb because my shit ass ISP couldn't go near those speeds even if paid them a gorillion bucks.

    ur bandwidth has been halved

    this is what i get for being a good citizen, smh my head

  • plumbergplumberg Veteran, Megathread Squad

    @beanman109 said:

    @jmgcaguicla said:
    @beanman109

    Pretty sure this is unintentional (or an elaborate "network is fast my man" joke I'm missing, if it is, skip right ahead to pyramid cirno), but the LG seems to be allowing the test files to be served compressed and the fact that they're entirely made up of NUL's makes them very squishy.

    This results to misleading/inflated speeds when downloading from a client that defaults to requesting compression (e.g., a browser).

    I'm getting ~100MB/s on a browser and significantly lower than that on plain curl without requesting compression.

    $ curl -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
     11 1024M   11  119M    0     0  8954k      0  0:01:57  0:00:13  0:01:44 10.2M
    

    In reality, only around ~1M is actually flying over the wire.

    $ curl -H 'Accept-Encoding: gzip' -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1017k    0 1017k    0     0   147k      0 --:--:--  0:00:06 --:--:--  164k
    

    image

    i'll look into it when i'm home this afternoon, i threw that lg together in about 3 minutes before i posted the initial thread so i probably fucked something up along the way

    ty for bug find my man ur bandwidth has been halved

    If you had spent just 1 minute it would have worked fine.

    2 extra minutes borked it

  • Idk if they will restock but @beanman109 is awesome. So awesome he fly upside down to moon.

  • how this thread went unnoticed i dont know. Ty :smile:

    Thanked by 1beanman109
  • AstroAstro Member

    brotha whats up with the NS? I tried updating my domain to ns1.ftp3.hostypanel.com but spaceship and sav wont accept it saying it doesnt exist. Porkbun did but its been over 12 hrs and it isn't propagating.

    Thanked by 1beanman109
  • raviravi Member

    @beanman109 Looks like you have not created A record and custom nameserver (in domain control panel) for these two:

    ns1.ftp3.hostypanel.com
    ns2.ftp3.hostypanel.com

    https://webwhois.verisign.com/webwhois-ui/index.jsp?language=

    Thanked by 1beanman109
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @Astro said:
    brotha whats up with the NS? I tried updating my domain to ns1.ftp3.hostypanel.com but spaceship and sav wont accept it saying it doesnt exist. Porkbun did but its been over 12 hrs and it isn't propagating.

    .

    @ravi said:
    @beanman109 Looks like you have not created A record and custom nameserver (in domain control panel) for these two:

    ns1.ftp3.hostypanel.com
    ns2.ftp3.hostypanel.com

    https://webwhois.verisign.com/webwhois-ui/index.jsp?language=

    they're not controlled by me, i'm looking into it now

  • beanman109beanman109 Member, Host Rep, Megathread Squad
    edited March 2025

    @Astro said:
    brotha whats up with the NS? I tried updating my domain to ns1.ftp3.hostypanel.com but spaceship and sav wont accept it saying it doesnt exist. Porkbun did but its been over 12 hrs and it isn't propagating.

    i've configured A records from my own domain to help resolve this for the timebeing
    You can use ns1-sbu.lex.st and ns2-sbu.lex.st or set your NS for the domain to the servers direct IP address or just ftp3.hostypanel.comshould also work

    Thanked by 4nghialele admax ravi 0xC7
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @jmgcaguicla said:
    @beanman109

    Pretty sure this is unintentional (or an elaborate "network is fast my man" joke I'm missing, if it is, skip right ahead to pyramid cirno), but the LG seems to be allowing the test files to be served compressed and the fact that they're entirely made up of NUL's makes them very squishy.

    This results to misleading/inflated speeds when downloading from a client that defaults to requesting compression (e.g., a browser).

    I'm getting ~100MB/s on a browser and significantly lower than that on plain curl without requesting compression.

    $ curl -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
     11 1024M   11  119M    0     0  8954k      0  0:01:57  0:00:13  0:01:44 10.2M
    

    In reality, only around ~1M is actually flying over the wire.

    $ curl -H 'Accept-Encoding: gzip' -o /dev/null https://lg-lex.net/1GB.bin
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1017k    0 1017k    0     0   147k      0 --:--:--  0:00:06 --:--:--  164k
    

    image

    do you mind trying again with the files 100MB-new.bin & 1GB-new.bin on that same lg-lex.net domain

    i've made a couple quick fixes while at work but i can't properly test them until im home later

  • AstroAstro Member

    works great now, thanks!

  • _MS__MS_ Member

    This poor E5 is not for running WordPress or forums. :lol:
    On top of it, it's only Apache, so running heavy websites will probably get beanie's service cancelled for resource abuse.

    (If anybody is planning to use it as regular shared hosting with huge disk.).

    Thanked by 1nghialele
  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @MS said:
    This poor E5 is not for running WordPress or forums. :lol:
    On top of it, it's only Apache, so running heavy websites will probably get beanie's service cancelled for resource abuse.

    (If anybody is planning to use it as regular shared hosting with huge disk.).

    It's not intended to be used as standard shared hosting, just a storage box.
    There is resource limits in place to prevent abuse of this kind which will cause wordpress and the likes to run poorly

  • _MS__MS_ Member
    edited March 2025

    @beanman109 said:

    @MS said:
    This poor E5 is not for running WordPress or forums. :lol:
    On top of it, it's only Apache, so running heavy websites will probably get beanie's service cancelled for resource abuse.

    (If anybody is planning to use it as regular shared hosting with huge disk.).

    It's not intended to be used as standard shared hosting, just a storage box.
    There is resource limits in place to prevent abuse of this kind which will cause wordpress and the likes to run poorly

    Yup, I meant it as a warning to others, not as a critique of the service. :)

  • geogeo Member

    totally missed this! thank you for your generosity.

    Thanked by 1beanman109
  • it's closed already!!
    anyway thanks @beanman109

    Thanked by 1beanman109
  • @beanman109 said:
    do you mind trying again with the files 100MB-new.bin & 1GB-new.bin on that same lg-lex.net domain

    i've made a couple quick fixes while at work but i can't properly test them until im home later

    tried just now, we gucci

    image

Sign In or Register to comment.