Showing posts with label One liners. Show all posts
Showing posts with label One liners. Show all posts

Tuesday 13 April 2010

Find files with string in current directory

Find files with string in current directory:

find . -follow -name "*" -exec grep -i eng.wysdm.com {} \; -print

Word Press Multisite on AWS instance cannot login with default password

  Word Press Multisite on AWS instance cannot login with default password after setting a static IP ? Try this Login to the shell from AWS i...