Skip to main content

avast! Free Antivirus 9.0.2021

avast! Free Antivirus is a free complete ICSA certified antivirus software for home noncommercial use. avast! obtained VB100% awards in 2002/4 Virus Bulletin comparative reviews under Windows.
avast! Free Antivirus includes the following components:
  • On Demand Scanner - with Skinnable Simple Interface - just select what do you want to scan in which way and press the Play button.
  • On Access Scanner - resident scanning of all files being opened, read and written and behavior blocker monitoring dangerous actions of viruses.
  • E-mail scanner easily integrates with most mail clients and it checks both incoming and outgoing mails, it provides heuristic analysis of mail content to protect against new Worms.
  • Network Shield - scans traffic for malicious content - lightweight Firewall.
  • Resident protection for IM programs (e.g. MSN Messenger, ICQ) and P2P programs (e.g. Kazaa, DirectConnect).
  • Boot Time Scanner - scans disks in the same way and in the same time as Windows CHKDSK does (on NT/2000/XP only).
  • Explorer Scanner - right click on the object allows you to scan it.
  • Screen Saver Scanner - scans PC during your coffee breaks.
  • Virus Chest - safety isolated folder to store infected, suspicious and even some system files - to restore them.

Comments

Popular posts from this blog

The Jungle Book Waterfall Rescue (2015)

Your favorite Jungle Book characters return to save the day in the exciting Waterfall Rescue. Join Mowgli, Baloo and Lali on a brave mission to rescue their animal friends and save their jungle home. Download Direct Download Torrent

Games HD wallpapers pack

68 items                                                             Download

Basic Linux Commands On Terminal

Change Directory cd file_dir Create Directory mkdir file_dir Delete Directory  rm -rf file_dir Create/Write File nano my_file.txt (from nano editor) vi my_file.txt (from vi editor) vim my_file.txt (from vim editor) Delete File  rm my_file.txt View File cat my_file.txt View Zip File content zcat /tmp/excise_1/ivr-2.log.gz Get File Properties file my_file.txt Show only log entries which contain text field cat /var/log/audit .log | grep Error Rename File / Move File mv my_file_oll.txt my_file_new.txt Copy File cp my_file.txt /tmp/ Copy Directory cp -r /tmp/dir /home/new_dir SSH  ssh username@ip ssh global_info_portal@192.234.87.87 SCP scp filename username@ip:/server_location scp /tmp/my_file.txt global_info_portal@192.234.87.87:/tmp Disk Space df -h Ram Detail free -m View Process top Kill process kill -9 process_id when using top command its second column number is process id. kill -9...