Tuesday, September 25, 2012

Buang virus shortcut guna cmd

Cara paling mudah utk bung virus shortcut menggunakan command line sahaja

1. Cucuk thumdrive atau disk drive anda pada komputer
2. Kenalpasti apakah drive yang diassignkan, contoh d: atau e:

3. Start -> run -> taipkan CMD dalam dialog box dan tekan enter.
4. Kalau drive e: digunakan, taipkan e: pada command prompt tu dan tekan enter
5. taip del *.lnk dan tekan enter
6. taip attrib -s -h /s /d  dan tekan enter
7. taip del autorun.inf  dan tekan enter.

8. Selepas itu scan disk tersebut dengan apa2 antivirus..

Sekian..  

Friday, April 06, 2012

How to remove virbr0

I play around with Linux virtualization software in my network.
A few day after i deploy Virt Server, something going wrong with my network.
Several client got IP from unidentified  DHCP server....

After taking a few step 'old school network troubleshooting'
I finally found that my Virt server act as dhcp server.
The ip's is broadcast from this interface: virbr0
here's step to disable this interface

# virsh net-list

to view virtual network interface

then, disable it straight away.. heheh..
 
# virsh net-destroy default
# virsh net-undefine default
# service libvirtd restart
# ifconfig 


Done...