- Add the BitDefender repository key to the list of apt trusted keys:
wget http://download.bitdefender.com/repos/deb/bd.key.asc
NOTE that the second command must be run as root or by using sudo
apt-key add bd.key.asc - Add the following line to the /etc/apt/sources.list file:
deb http://download.bitdefender.com/repos/deb/ bitdefender non-free
- Refresh your apt cache by running:
apt-get update
or
aptitude update
- Install the desired BitDefender packages using your prefered apt front-end
For example:
apt-get install bitdefender-scanner
- To update
bdscan --update
- To scan
bdscan filename
Monday, November 24, 2008
Install BitDefender for Ubuntu
Reference: http://download.bitdefender.com/repos/
Monday, November 17, 2008
Thursday, November 6, 2008
Web 2.0 effects to your own website
SimpleJS is a JavaScript library simple and light proposing functions ready with the use to facilitate the exploitation of ajax.
http://simplejs.bleebot.com/
http://simplejs.bleebot.com/
Wednesday, October 22, 2008
Sunday, October 19, 2008
Wednesday, October 15, 2008
Compare Content Management Systems
CMS Matrix
This site is provided as a community service to everyone interested in looking for a means to manage web site content. Here you can discuss, rate, and compare the various systems available on the market today. This site works because of community involvement. Please rate any systems you’ve used and discuss them in the forums. If you notice any errors, please report them via the feedback form located on each CMS’s listing page.
Monday, September 8, 2008
Tuesday, July 15, 2008
Mail::Box::Manager with ClamAV
use Mail::Box::Manager;
use File::Scan::ClamAV;
$socket = "/var/run/clamav/clamd.ctl";
#$socket = 'netstat -nl | grep clam | grep -v milter | awk '{print \$9}'';
my $mailspool = 'Inbox';
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->open(folder => $mailspool);
$msg_num = $folder->messages;
foreach $msg ($folder->messages) { # all messages
my ($code, $virus) = $av->streamscan($msg->string);
if ($virus) {
print "$virus\n";
}
}
use File::Scan::ClamAV;
$socket = "/var/run/clamav/clamd.ctl";
#$socket = 'netstat -nl | grep clam | grep -v milter | awk '{print \$9}'';
my $mailspool = 'Inbox';
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->open(folder => $mailspool);
$msg_num = $folder->messages;
foreach $msg ($folder->messages) { # all messages
my ($code, $virus) = $av->streamscan($msg->string);
if ($virus) {
print "$virus\n";
}
}
Wednesday, May 14, 2008
Thursday, April 17, 2008
Google Search 3rd Party Tools
TouchGraph Google Browser
Use this free Java application to explore the connections between related websites.
http://www.touchgraph.com/TGGoogleBrowser.html
Use this free Java application to explore the connections between related websites.
http://www.touchgraph.com/TGGoogleBrowser.html
Subscribe to:
Posts (Atom)