Howdy, Stranger!

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


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.

What to do on a dedi/vps?

2»

Comments

  • stable_geniusstable_genius Member
    edited June 7

    Make it idle like crazy, on all cores.

    FULL THROTTLE IDLING

  • remyremy Veteran
    edited June 7

    Iet it idle and buy a new one

  • FubukiFubuki Member

    m credits :c

  • forestforest Member

    Destroy it by wearing out the NVRAM:

    while true; do
        dd if=/dev/urandom of=/dev/nvram conv=fsync
    done
    

    Don't actually do this

    Thanked by 2Murv oloke
  • olokeoloke Member, Host Rep

    @forest said:
    Destroy it by wearing out the NVRAM:

    while true; do
        dd if=/dev/urandom of=/dev/nvram conv=fsync
    done
    

    Don't actually do this

    $ mkswap /dev/nvram
    $ cat /etc/fstab | tail -n1
    /dev/nvram    none    swap    sw    0   0
    $ mount -a
    

    image

    Don't try this at home

    Thanked by 1Murv
  • gbzret4dgbzret4d Member

    host free nat vps for the community and advertise it on some mjj boards

  • forestforest Member

    @oloke said:

    @forest said:
    Destroy it by wearing out the NVRAM:

    while true; do
        dd if=/dev/urandom of=/dev/nvram conv=fsync
    done
    

    Don't actually do this

    $ mkswap /dev/nvram
    $ cat /etc/fstab | tail -n1
    /dev/nvram    none    swap    sw    0   0
    $ mount -a
    

    image

    Don't try this at home

    I think you'd have to do some device-mapper linear target trickery to make it work, since /dev/nvram is 144 bytes, smaller than a single page. :P

    Thanked by 1oloke
  • alexchenalexchen Member

    hhhh,I want to

Sign In or Register to comment.