How to : Searching for opening ports
I found this topic which is quite useful for security concerns. http://www.zdnetasia.com/techguide/ COMMAND LINE $ netstat -a | find "LISTENING"?? COMMAND LINE LINUX $ netstat -an | grep "LISTENING"
I found this topic which is quite useful for security concerns. http://www.zdnetasia.com/techguide/ COMMAND LINE $ netstat -a | find "LISTENING"?? COMMAND LINE LINUX $ netstat -an | grep "LISTENING"
Run Regedit and browse to this… and then delete the service you want REGISTRY HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
I have been attacked by Spyware, and it disabled my task manager. So, I coundn’t use CTRL+ALT+DEL at all. I have to re-open it again by using Group Policy. 1. Open Run command and type : Gpedit.msc 2. From User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Del Options -> Remove Task Manger 3. Change [...]