new-linux

Minimum requirements for a new linux box.

Prerequisites

Currently I only have an installer for debian-based systems. Since there are a lot of different systems wih a lot of different pre-installed softwares, it helps to make sure you have everything.

curl should be automatically installed. However, for some lighter operating systems, it almost never is.

Before doing anything, update your installer!

sudo apt update # debian-based
sudo yum check-update # red-hat based

To install, run:

sudo apt install curl # debian-based
sudo yum curl # red-hat based

Installing

To install, simply run:

curl https://infection-tag.github.io/new-linux/debinstaller.sh -o debinstaller.sh && sudo bash debinstaller.sh # debian

Note: I will try to add a RHEL-based installer.

What am I installing?

It also adds some nice vim customizations. The installations take up 268.32 MB of space on your drive. It works great on a bare-bones 4gb RAM 32gb storage linux box.