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

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 Member
    edited June 7

    Iet it idle and buy a new one

  • FubukiboxFubukibox 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.