Creating a webserver

From Leechfinger
Revision as of 18:51, 17 May 2024 by Qais (talk | contribs)
Jump to navigationJump to search

Purpose

This document highlights our steps in building a Webserver.

Hardware

Before choosing the hardware, one needs to make sure that Debian will have all the drivers for it.

Get colors in .bashrc for root

Edit /root/.bashrc and un-comment two lines.

export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'