Monday, August 18, 2008

Get ip address of anyone who is currently linked to your system

open notepad and enter the following:

@echo.
@color 0A
@netstat -n
@echo.
@pause

then save as something like "viewip.cmd" and when opened you will view all established connections.

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...