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

`/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