Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[BUG SYSTEM] Debian Deborah ram VPS

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
yuma2020
Posts: 2
Joined: 2017-06-14 03:15

[BUG SYSTEM] Debian Deborah ram VPS

#1 Post by yuma2020 »

Hello everyone, this is my first post, in which I present to you this problem that has the Debian operating system, as you will see these days I have bought a VPS, but it turns out that when they deliver it, I have things I will not use.

What is this?
I currently have a P2 computer with 128MB ram, which debian 8 consumes 112Mb, I have installed everything I need and something more.
Vesta panel with all its aggregates, or I use it as a local server.

My goal is to help me improve this operating system without needing to look at CentOs which if it occupies less but I do not want to use it.

[Objective] Make the operating system consume less than 50MB, so you do not have to suffer in the process of installing the LEMP server.

System Debian:

Code: Select all

root@ml:~# cat /etc/*-release*
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
root@ml:~#
Link more data log https://pastebin.com/PFSM1PhY

User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: [BUG SYSTEM] Debian Deborah rut it's gonnaam VPS

#2 Post by dasein »

And what is your question exactly?

Surely you're not expecting folks here to be able to guess what you can do without.

Maybe start over with a net install and only standard system utilities. Then triage what you "need" more brutally.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: [BUG SYSTEM] Debian Deborah ram VPS

#3 Post by debiman »

VPS means virtual private server, yes?
so, a virtual machine you're renting and have no physical access to.
but you have root access, so you can install and do what you want.

looking at the list of installed packages, doesn't look so bad, there's no GUI installed, which is as it should be on a server.
using nginx instead of apache is a sane choice.
not sure what you can shave off of that.
ram usage will mostly depend on what nginx is serving.

post output of

Code: Select all

free -h
and read this!

Post Reply