Home > FreeBSD, Linux, OS (Operating System), Ubuntu, Unix, Utilities > Use Proxy Server As Nod32 Updater

Use Proxy Server As Nod32 Updater


Requirement:
1. Must have a well running webserver (nginx,lighttpd,apache,xampp,etc)

Advantage:
1. No need to buy a license, find crack, find username and password for nod32 update.
2. No need admin version or business version for nod32, just use a stand alone or standard version of nod32
3. easier update for the computer network
4. faster update

Disadvantage:
1. Depending of/for find a good mirror of nod32

Reference:
* Wget Manual
* find working nod32 mirror update

Assumption:
I use FreeBSD (OS) and nginx (webserver) here.

Walkthrough:
1. login, and type this in your console

# rehash;mkdir -p /usr/local/www/nginx/nod32;cd /usr/local/www/nginx/nod32/
# wget -b -r -l1 -H -t1 -nd -N -np -A .nup,.ver -erobots=off http://www.nikka.active.by/eset_upd/

2. setting the cron for update every 30 minutes

# ee /etc/crontab

insert this command to /etc/crontab in the end of the files

*/30 * * * * root /usr/local/bin/wget -b -r -l1 -H -t1 -nd -N -np -A .nup,.ver -erobots=off –directory-prefix=/usr/local/www/nginx/nod32/ http://www.nikka.active.by/eset_upd/

sorry for my bad english, and special thanks to imer@kaskus
source : http://wiki.warneter.net/membuat-pc-proxy-menjadi-server-update-nod32.aspx

  1. No comments yet.
  1. No trackbacks yet.

Leave a comment