Install Clamav (Clam Antivirus) On Ubuntu

Install Clamav (Clam Antivirus) On Ubuntu     This short, simple tutorial will explain how to install and use Clamav with Ubuntu. To install Clamav,  Install Clam AV  root# sudo apt-get install clamav  Install Clam AV Automated Package root:# sudo apt-get install clamav-daemon Clam AV Usage To use Clamav, Open the terminal  Run a scan […]

See More

vi and vim cheat sheet for Linux

Cursor movement : h – move left j – move down k – move up l – move right w – jump by start of words (punctuation considered words) W – jump by words (spaces separate words) e – jump to end of words (punctuation considered words) E – jump to end of words (no […]

See More

Avast installation error: Failed dependencies: libavastengine >= 4.7.0 is needed by avast4server-3.2.1-1.i586

Hello , If you try to install Avast antvirus on Linux server using rpm you may get error as below : root@myserver [~]# rpm -ivh avast4server-3.2.1-1.i586.rpm error: Failed dependencies: libavastengine >= 4.7.0 is needed by avast4server-3.2.1-1.i586   then you will need to install avast! kernel library  libavastengine for this package You  can download it from […]

See More