parsed.org

Tips by tag: diagnostic

Locating Files by cygnus on Mar 07, 2005 02:34 PM

Use slocate to build a database of files on your machine and use locate to find them:

# slocate -u # Rebuilds file database by scanning all filesystems
# locate foobar # finds all files with 'foobar' somewhere in the path
commandsdiagnosticfindslocateutilities
Netcraft Site Report by xinu on Dec 31, 2005 04:06 PM

This is a particularly tasty utility that will tell you what a site is (and has been) running along with hosting and DNS lookup information. Just replace www.google.com with the URL of your choosing.

http://toolbar.netcraft.com/site_report?url=http://www.google.com/

diagnosticdnsonlinetoolurlutilities
Shared Lib Dependencies by cygnus on Jan 12, 2005 10:26 AM

Given an executable /path/to/EXEC:

$ ldd /path/to/EXEC
commandsdependenciesdiagnosticexecutablelddlibrariesutilities
RSS