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 2: Line 2:
This document highlights our steps in building a Webserver.  
This document highlights our steps in building a Webserver.  
== Hardware ==
== Hardware ==
We chose Dell R250 fro our build. Just a few key configuration items:
We chose Dell for our build. Just a few key configuration items:
* PowerEdge R250 Server
* PowerEdge R250 Server
* Intel Xeon E-2378G 2.8GHz, 16M Cache, 8C/16T, Turbo (80W), 3200 MT/s
* Intel Xeon E-2378G 2.8GHz, 16M Cache, 8C/16T, Turbo (80W), 3200 MT/s
* PERC H755 Adapter, Low Profile
* PERC H755 Adapter, Low Profile
* 4 3.5" 22 TB Sata drives
* 4 3.5" 22 TB SATA drives
* 128 Gig RAM
* 128 GIG RAM
* Broadcom 5719 Quad Port 1GbE BASE-T Adapter
* Enterprise Drac
* Enterprise Drac



Revision as of 19:00, 17 May 2024

Purpose

This document highlights our steps in building a Webserver.

Hardware

We chose Dell for our build. Just a few key configuration items:

  • PowerEdge R250 Server
  • Intel Xeon E-2378G 2.8GHz, 16M Cache, 8C/16T, Turbo (80W), 3200 MT/s
  • PERC H755 Adapter, Low Profile
  • 4 3.5" 22 TB SATA drives
  • 128 GIG RAM
  • Broadcom 5719 Quad Port 1GbE BASE-T Adapter
  • Enterprise Drac

Get colors in .bashrc for root

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

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