Creating a webserver: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
No edit summary
Qais (talk | contribs)
No edit summary
Line 1: Line 1:
== Purpose and aim ==
== Purpose ==
This document highlights our steps in building a Webserver.  
This document highlights our steps in building a Webserver.  
== Hardware ==
== Hardware ==
Before choosing the hardware, one needs to make sure that Debian will have all the drivers for it.  
Before choosing the hardware, one needs to make sure that Debian will have all the drivers for it.  

Revision as of 18:51, 17 May 2024

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'