Creating a webserver: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "== 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. <code bash> export LS_OPTIONS='--color=auto' alias ls='ls $LS_OPTIONS' </code> Category:Debian"
 
Qais (talk | contribs)
No edit summary
Line 4: Line 4:
== Get colors in .bashrc for root  ==
== Get colors in .bashrc for root  ==
Edit /root/.bashrc and un-comment two lines.
Edit /root/.bashrc and un-comment two lines.
<br>
<code bash>
<code bash>
export LS_OPTIONS='--color=auto'
export LS_OPTIONS='--color=auto'

Revision as of 18:40, 17 May 2024

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'