Sunday, January 30, 2011

Some Googling tricks

1. Go to www.google.com
Type "intitle:indes of" abc

abc can be replaced by anthing like: hack pdf OR abobe OR akon mp3

Now, browse the links in search result page and download if you find something interesting.


2. Go to www.google.com
Type inurl:"viewerframe?mode=refresh"


3. Go to www.google.com
Type intext:"UAA(MSB)" Lexmark-ext.pdf


4. Type elgoog

5. inurl:/view/index.shtml


spy the database sp changes

SELECT name, create_date, modify_date
FROM sys.objects

WHERE type = 'P'

order by modify_date desc

Tuesday, January 18, 2011

Find out, why the net is so slow?

  • Type cmd in your Windows Run box.
  • Type "netstat -b 5 > activity.txt" and press enter.
  • After say 2 minutes, press Ctrl+C.
  • Type "activity.txt" on the command line to open the log file in notepad