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.

[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD

1112311241126112811291337

Comments

  • JabJabJabJab Member
    edited December 2024

    @Astro said:
    My last machine with lowhosting saw usage for over a year. For what it matters, during that time the GB score remained the same towards the end as it was when I first got the machine. Even the write read speeds. So, definitely a premium experience.

    Can also confirm with my experience from last year - @LowHosting was rock solid, performance seems to be stable, no CPU/steal/disk I/O dips.
    However as my "project" is semi-dead had to move to smaller/cheaper thing as budget is tight :(

    also I must say LowHosting was amazing and tried to keep me as client - we talked about discount, we talked about downgrade - pretty flexible guys! Everything civil and nice. However they are not really interested in deadpool offers so you won't get 7$ per year crazy shit :-D

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    MS said:

    @ehab said:

    MS said:

    movie title please?

    Teeth (2007)

    Sick!

    Thanked by 3uptown plumberg r3k
  • lukast__lukast__ Member, Megathread Squad

    @Ramsterdam said: PS: Been a while since I've transferred a server via their panel, I suppose I just enter that code from you and that's it?

    Yes.

  • @Saragoldfarb said:

    MS said:

    @ehab said:

    MS said:

    movie title please?

    Teeth (2007)

    Sick!

    Movie or something else about the comment?

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    MS said:

    @Saragoldfarb said:

    MS said:

    @ehab said:

    MS said:

    movie title please?

    Teeth (2007)

    Sick!

    Movie or something else about the comment?

    Both probably, I remember the movie. Its amusing. Like sharknado. Classic.

    Thanked by 4_MS_ uptown plumberg r3k
  • @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    Thanked by 3uptown plumberg r3k
  • could always change it to use sqlite in the .env file

  • Awesome, will put it to good use. Thanks again!
    Thanks @plumberg too for passing on this, no cap :wink:

  • @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @uptown said:

    @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

    Me, my kid's and @emgh .

  • Praise @FAT32 and @r3k for a @kuroit giveaway.

    I promised the YABS tomorrow but I am one quick boy.

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Mon Dec 16 10:42:00 PM CET 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 1 hours, 59 minutes
    Processor  : AMD EPYC 7502 32-Core Processor
    CPU cores  : 1 @ 2495.312 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.9 GiB
    Swap       : 0.0 KiB
    Disk       : 39.9 GiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.1.0-9-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : Host Universal Pty Ltd
    ASN        : AS136557 Host Universal Pty Ltd
    Host       : Kuroit
    Location   : Singapore, North West (03)
    Country    : Singapore
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/vda3):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 160.55 MB/s  (40.1k) | 1.24 GB/s    (19.5k)
    Write      | 160.97 MB/s  (40.2k) | 1.25 GB/s    (19.6k)
    Total      | 321.52 MB/s  (80.3k) | 2.50 GB/s    (39.1k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.64 GB/s     (3.2k) | 1.65 GB/s     (1.6k)
    Write      | 1.72 GB/s     (3.3k) | 1.76 GB/s     (1.7k)
    Total      | 3.37 GB/s     (6.5k) | 3.42 GB/s     (3.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 837 Mbits/sec   | 830 Mbits/sec   | 155 ms
    Eranium         | Amsterdam, NL (100G)      | 1.08 Gbits/sec  | 1.09 Gbits/sec  | 186 ms
    Uztelecom       | Tashkent, UZ (10G)        | 1.51 Gbits/sec  | 1.44 Gbits/sec  | 180 ms
    Leaseweb        | Singapore, SG (10G)       | 4.20 Gbits/sec  | 5.39 Gbits/sec  | 1.79 ms
    Clouvider       | Los Angeles, CA, US (10G) | 919 Mbits/sec   | 983 Mbits/sec   | 183 ms
    Leaseweb        | NYC, NY, US (10G)         | 620 Mbits/sec   | 696 Mbits/sec   | 235 ms
    Edgoo           | Sao Paulo, BR (1G)        | busy            | 236 Mbits/sec   | 342 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 1.03 Gbits/sec  | 1.10 Gbits/sec  | 155 ms
    Eranium         | Amsterdam, NL (100G)      | 1.03 Gbits/sec  | 983 Mbits/sec   | 186 ms
    Uztelecom       | Tashkent, UZ (10G)        | 811 Mbits/sec   | 919 Mbits/sec   | 180 ms
    Leaseweb        | Singapore, SG (10G)       | 6.82 Gbits/sec  | 5.23 Gbits/sec  | 1.77 ms
    Clouvider       | Los Angeles, CA, US (10G) | busy            | 920 Mbits/sec   | 183 ms
    Leaseweb        | NYC, NY, US (10G)         | 669 Mbits/sec   | 738 Mbits/sec   | 235 ms
    Edgoo           | Sao Paulo, BR (1G)        | busy            | 463 Mbits/sec   | 342 ms
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1223
    Multi Core      | 1228
    Full Test       | https://browser.geekbench.com/v6/cpu/9463834
    
    YABS completed in 19 min 2 sec
    
  • emghemgh Member, Megathread Squad

    @Saragoldfarb said:

    @uptown said:

    @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

    Me, my kid's and @emgh .

    I actually learned how to wipe it myself weeks ago but I pretend not to because I prefer that you wipe it

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @emgh said:

    @Saragoldfarb said:

    @uptown said:

    @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

    Me, my kid's and @emgh .

    I actually learned how to wipe it myself weeks ago but I pretend not to because I prefer that you wipe it

    Cute... But I knew... It's just... Them butcheeks are a real turn so I pretend I didn't know.

    MAN-BUM

  • @emgh said:

    @Saragoldfarb said:

    @uptown said:

    @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

    Me, my kid's and @emgh .

    I actually learned how to wipe it myself weeks ago but I pretend not to because I prefer that you wipe it

    So that's why you keep all the kånkelbär?

  • @LowHosting said:

    @cybertech said:

    @Astro said:

    @cybertech said:
    its an empty node.

    Could be but at the risk of pissing of other providers Lowhosting has been the only one where even after a year of use I've seen the performance barely drop. Be it Geekbench or otherwise.

    performance drop is to be expected actually. few can balance it well and profit. but this puts Lowhosting on my POI.

    Node density and balance are the keys.

    Obviously, it's difficult to keep the VPS per node density balanced when selling at very low margins, many providers if they have 50% of RAM and 80% of CPU usage on a node, they will continue to sell until the RAM is filled, and I can understand that when talking about low-margin products, but that's not something we want to do.

    Aren't VDS safe to pick (besides cpu steal) ?

  • emghemgh Member, Megathread Squad

    @uptown said:

    @emgh said:

    @Saragoldfarb said:

    @uptown said:

    @Saragoldfarb said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:

    @Cryptominer937 said:

    @uptown said:
    What is the default login and password for my-idlers? I fucked up

    open the database and remove all entries for users, then you will make your own new user on the site.

    The weird thing is, I run:
    php artisan migrate:fresh --seed --force
    And I see that it drops the table. But as soon as I go to the site I cant create a new user. Have to login. Makes no sense? It should drop all the tables

    Line 11 in database/seeders/DatabaseSeeder.php

    That is the seeder adding the default user so take it from
    \App\Models\User::factory(1)->create();//Disable demo first user creation
    And make it
    //\App\Models\User::factory(1)->create();//Disable demo first user creation

    Now it won't seed the Database with the default user.

    This is already done on my branch but I don't know how to use docker and don't care to learn LOL

    You must learn (dont think it's that much to fix apart from the readme and maybe the build script). You must think about us regular code monkeys with kids who cant be arsed to actually take care of a database and shit. I need the option to wipe everything and everyone.

    I wipe arse on a daily basis.

    How many? Because I also wipe my own on a daily basis.

    And two kids'

    Me, my kid's and @emgh .

    I actually learned how to wipe it myself weeks ago but I pretend not to because I prefer that you wipe it

    So that's why you keep all the kånkelbär?

    ja bror

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    Swedish is such a nice language. It's like listening to a Dutchman with a speech disorder.

  • LowHostingLowHosting Member, Host Rep

    @Xytronix said:

    @LowHosting said:

    @cybertech said:

    @Astro said:

    @cybertech said:
    its an empty node.

    Could be but at the risk of pissing of other providers Lowhosting has been the only one where even after a year of use I've seen the performance barely drop. Be it Geekbench or otherwise.

    performance drop is to be expected actually. few can balance it well and profit. but this puts Lowhosting on my POI.

    Node density and balance are the keys.

    Obviously, it's difficult to keep the VPS per node density balanced when selling at very low margins, many providers if they have 50% of RAM and 80% of CPU usage on a node, they will continue to sell until the RAM is filled, and I can understand that when talking about low-margin products, but that's not something we want to do.

    Aren't VDS safe to pick (besides cpu steal) ?

    If a VPS has "steal time", it means it is not a VDS, we do not even define our VMs as VDS (even if in practice we have enough CPU/RAM/DISK for every customer in the node, even at full load) because according to the standards, a VDS has pinned cores (which is something you won't see from any provider, or very rarely).

  • emghemgh Member, Megathread Squad

    @Saragoldfarb said:
    Swedish is such a nice language. It's like listening to a Dutchman with a speech disorder.

    Really?

    In Sweden we always think Danish sounds like Swedish with a speech disorder.

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @emgh said:

    @Saragoldfarb said:
    Swedish is such a nice language. It's like listening to a Dutchman with a speech disorder.

    Really?

    In Sweden we always think Danish sounds like Swedish with a speech disorder.

    They kinda sound the same to me, no offence.

    Thanked by 4plumberg emgh uptown r3k
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    Sooo kuroit disappeared and SilverCreek saved the day?

  • @FAT32 said:
    Sooo kuroit disappeared and SilverCreek saved the day?

    He said you can hold the giveaway and decide the winners (me) too.

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @LowHosting $7/yr is probably too low but would you consider $10/yr?

  • emghemgh Member, Megathread Squad

    @Saragoldfarb said:

    @emgh said:

    @Saragoldfarb said:
    Swedish is such a nice language. It's like listening to a Dutchman with a speech disorder.

    Really?

    In Sweden we always think Danish sounds like Swedish with a speech disorder.

    They kinda sound the same to me, no offence.

    No way

    Thanked by 4plumberg admax uptown r3k
  • TransientKey? Can we somehow log Sara out or/and takeover account? :D

  • LowHostingLowHosting Member, Host Rep

    @FAT32 said:
    @LowHosting $7/yr is probably too low but would you consider $10/yr?

    Of course! How many goleadors/candies do you want for that $10?

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @LowHosting said:
    Of course! How many goleadors/candies do you want for that $10?

    About 2 cores 4GB RAM of candies

This discussion has been closed.