amuck-landowner

[REQUEST] How to set up a very small VPS

sleddog

New Member
I'd like to know what the best way is to set up a really small VPS (64MB or less) to use the minimum amount of memory.
What do you want to use the VPS for?

If you just want it to use minimal memory, stop all running services, set them to not start on boot, and replace openssh with dropbear.


[root@vps: ~] pstree
init-+-dropbear---dropbear---bash---pstree
     |-kthreadd/3457---khelper/3457
If you want something more than a login shell, you need to say....
 
Top
amuck-landowner