The Protector

Do you have problems ? Get Solution here.

Category Archives: Microsoft Windows

How to Remove Exploit Blackhole kit and virus




Rootkit, blackhole, virus, trojans are small file that using Microsoft windows. This file is usually has DLL extension and activated using  registry. So, you need to deactivate or remove from the registry. HOW TO UN-REGISTRY DLL FILE : Go to “Start” and then click on “Run” Now in the Run command box, type “cmd“, and [...]

Windows Share and Linux fstab




An easy way to use windows share in linux. First, you must create a directory to put the mounted windows shares. #  mkdir /mnt/win Then edit your fstab file # vi /etc/fstab and Add this line //winshares/music /mnt/win cifs user,uid=500,rw,suid,username=guest,password=freepass 0 0 Notice : //winshares/music is the windows share with music folder uid=500 is the [...]