Search This Blog

Tuesday, May 27, 2008

Kavo

Went through the following to remove it.
Deleted the following from C:\
autorun.inf
qjatw9aj.exe
qped.com

Deleted from C:\Windows\System32,
kavo.exe
kavo0.dll
kavo1.dll
kavo2.dll

Removed from registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\"kava" = "%System%\kavo.exe"

Saturday, May 24, 2008

Create a file of a certain size in Windows XP

fsutil file createnew

For example,

fsutil file createnew d:\temp\1mbfile.txt 1000000

Saturday, May 17, 2008

Setting up an IP address using arp

arp -s 192.168.0.100 XX-XX-XX-XX-XX-XX
ping 192.168.0.100

Saturday, May 3, 2008

Auto mount NTFS drives in Ubuntu

1) Install NTFS Configuration Tool
sudo apt-get install ntfs-config
2) Use it and mount the drives you want
3) Restart to test