Installazione Mcafee: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
No edit summary
Line 20: Line 20:
</pre>
</pre>


Installare l'autoupdate (necessita di wget):
Installare l'autoupdate ([[Script autopdate mcafee]]) (necessita di wget):


<pre>
<pre>

Revision as of 12:54, 4 October 2005

Installare Mcafee

Installazione:

cd /files/src/mcafee && \
dpkg -i libstdc++2.8_2.90.29-2.deb && \
mkdir vlnx432l && \
cd vlnx432l && \
tar xvzf ../vlnx432l.tar.Z && \
./install-uvscan

NB: Usare i parametri di default.

Testare se parte:

uvscan --version

Installare l'autoupdate (Script autopdate mcafee) (necessita di wget):

mkdir -p /root/bin
cp /files/src/mcafee/mcafee-autoupdate /root/bin
chmod 755 /root/bin/mcafee-autoupdate

Provarlo:

/root/bin/mcafee-autoupdate

Verificare l'aggiornamento:

uvscan --version

Metterlo in crontab per farlo eseguire ogni 4 ore:

crontab -e

e inserire:

#min            ore     gmese   mesi    gsettimana 1=lun 7=dom
0               */4     *       *       *       /root/bin/mcafee-autoupdate

Poi:

crontab -l

per vedere il risultato:

#min            ore     gmese   mesi    gsettimana 1=lun 7=dom
0               */4     *       *       *       /root/bin/mcafee-autoupdate