First of all, I installed the squid (SQUID 3.0.STABLE25) via yum as:<br><br>su<br>&lt;root password&gt;<br>yum install squid*<br>yum list squid<br>cd /etc/squid<br>ls<br><br>The output of the last command (&#39;ls&#39;) is:<br>


<br>cachemgr.conf          mime.conf              squid.conf.default<br>



cachemgr.conf.default  mime.conf.default      squidGuard.conf<br>errors                 msntauth.conf          squidGuard.conf.rpmnew<br>icons                  msntauth.conf.default<br>mib.txt                squid.conf<br>






<br>I am using FC11.<br>Squid not activated (only installed via yum).<br><br>Installed squid only for the desktop single PC and is to be used for the single PC only. The main reasons to implement it is:<br><br>1. Speed improvement (or bandwidth improvement)<br>



2. For security purpose so that intruders or transpassers cannot keep an eye.<br> <br>How could it be activated and implemented in FC11?