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

`/var/empty/sshd/etc’: No Such file or directory

Hello All, You might get the “cp: cannot create regular file `/var/empty/sshd/etc’: No Such file or directory” while starting the ssh service some time, to solve it you just need to create the directory with same path using below commands : root@mylocalhost [~]# /etc/init.d/sshd start cp: cannot create regular file `/var/empty/sshd/etc’: No such file or […]

See More

How to reset bandwidth for a domain in WHM/CPANEL using Shell !!!

You can follow below steps to reset bandwidth of a Domain in cPanel server through Shell :************************************************    ssh to your server    cd /var/cpanel/bandwidth.cache/    vi domainname.com and/or vi username    replace contents with 0    save and quit************************************************

See More