Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Barebones Linux Server Install

Tags:

linux

Whats the simplest way to get a barebones linux server installed? barebones = just enough to get ssh and package manager.

Current I've been using CentOS with server install and removing any packages that I know i do not want installed.

But is there a better way? I just want a simple ssh shell + package management to start with. Hardware is irrelevant since everything is happening in a VM.

like image 532
user48545 Avatar asked Dec 14 '22 05:12

user48545


2 Answers

Debian Stable net install.

Once you have that installed and up and running, you can apt-get or aptitude install whatever packages you want. That's how I set up my servers.

like image 63
Paul Tomblin Avatar answered Dec 17 '22 22:12

Paul Tomblin


If you have the time installing Gentoo will give you just want you want and no more.

like image 28
Ruggs Avatar answered Dec 17 '22 23:12

Ruggs